Class DotAttribute

    • Constructor Detail

      • DotAttribute

        public DotAttribute​(java.lang.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 Detail

      • 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