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
Special form of attribute specified by ".".
- Author:
- Holger Eichelberger
-
Constructor Summary
ConstructorsConstructorDescriptionDotAttribute(String name, IDatatype type, IModelElement parent, IAttributableElement element) Constructor for an attribute specified by ".". -
Method Summary
Modifier and TypeMethodDescriptionbooleanisDot()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, toStringMethods inherited from class net.ssehub.easy.varModel.model.AbstractVariable
constraintsChanged, getDefaultValue, getType, isSame, setValue, setValue, setValueMethods inherited from class net.ssehub.easy.varModel.model.ContainableModelElement
accept, getNameSpace, getParent, getProject, getQualifiedName, getTopLevelParent, isTopLevel, setParentMethods inherited from class net.ssehub.easy.varModel.model.ModelElement
findAttribute, getComment, getName, getUniqueName, isTransparent, propagateAttribute, setComment, setNameMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.ssehub.easy.varModel.model.IAttributeAccess
getParent
-
Constructor Details
-
DotAttribute
public DotAttribute(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
-
-
Method Details