Package net.ssehub.easy.varModel.model
Class DotAttribute
- java.lang.Object
-
- net.ssehub.easy.varModel.model.ModelElement
-
- net.ssehub.easy.varModel.model.ContainableModelElement
-
- net.ssehub.easy.varModel.model.AbstractVariable
-
- net.ssehub.easy.varModel.model.Attribute
-
- net.ssehub.easy.varModel.model.DotAttribute
-
- All Implemented Interfaces:
IDatatypeVisitable,IDerivedDatatypeListener,IAttributeAccess,IModelElement
public class DotAttribute extends Attribute
Special form of attribute specified by ".".- Author:
- Holger Eichelberger
-
-
Constructor Summary
Constructors Constructor Description DotAttribute(java.lang.String name, IDatatype type, IModelElement parent, IAttributableElement element)Constructor for an attribute specified by ".".
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisDot()Whether this attribute has been specified by ".".-
Methods inherited from class net.ssehub.easy.varModel.model.Attribute
accept, addSeries, equals, getAttribute, getAttribute, getAttributesCount, getElement, getOrigin, getSeries, getSeriesCount, hashCode, isAttribute, isConstant, isTemporaryVariable, toString
-
Methods inherited from class net.ssehub.easy.varModel.model.AbstractVariable
constraintsChanged, getDefaultValue, getType, isSame, setValue, setValue, setValue
-
Methods inherited from class net.ssehub.easy.varModel.model.ContainableModelElement
accept, getNameSpace, getParent, getProject, getQualifiedName, getTopLevelParent, isTopLevel, setParent
-
Methods inherited from class net.ssehub.easy.varModel.model.ModelElement
findAttribute, getComment, getName, getUniqueName, isTransparent, propagateAttribute, setComment, setName
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.ssehub.easy.varModel.model.IAttributeAccess
getParent
-
-
-
-
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 attributetype- the type of the attributeparent- the object, in which this specific one is embeddedelement- the element being attributed
-
-