Class DotAttribute

All Implemented Interfaces:
IDatatypeVisitable, IDerivedDatatypeListener, IAttributeAccess, IModelElement

public class DotAttribute extends Attribute
Special form of attribute specified by ".".
Author:
Holger Eichelberger
  • Constructor Details

    • DotAttribute

      public DotAttribute(String name, IDatatype type, IModelElement parent, IAttributableElement element)
      Constructor for an attribute specified by ".".
      Parameters:
      name - Name of the attribute
      type - the type of the attribute
      parent - the object, in which this specific one is embedded
      element - the element being attributed
  • Method Details

    • isDot

      public boolean isDot()
      Description copied from class: Attribute
      Whether this attribute has been specified by ".".
      Overrides:
      isDot in class Attribute
      Returns:
      true for dot, false else