Class StructuredDatatype
java.lang.Object
net.ssehub.easy.varModel.model.ModelElement
net.ssehub.easy.varModel.model.ContainableModelElement
net.ssehub.easy.varModel.model.datatypes.CustomDatatype
net.ssehub.easy.varModel.model.datatypes.StructuredDatatype
- All Implemented Interfaces:
IDatatype,IDatatypeVisitable,IModelElement
- Direct Known Subclasses:
Compound,Container,FreezeVariableType
Class to specify the container and compound.
- Author:
- beck
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedStructuredDatatype(String name, DelegatingType singleton, IModelElement parent) Constructor. -
Method Summary
Methods inherited from class net.ssehub.easy.varModel.model.datatypes.CustomDatatype
getGenericType, getGenericTypeCount, getOperation, getOperationCount, getType, getTypeClass, isAssignableFrom, isPrimitive, isPseudoType, isTypeMethods 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, setName, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.ssehub.easy.varModel.model.datatypes.IDatatype
getName, getNameSpace, getQualifiedName, getUniqueNameMethods inherited from interface net.ssehub.easy.varModel.model.datatypes.IDatatypeVisitable
acceptMethods inherited from interface net.ssehub.easy.varModel.model.IModelElement
accept
-
Constructor Details
-
StructuredDatatype
Constructor.- Parameters:
name- the name of the object.singleton- the instance which knows the operationsparent- the object, in which this specific one is embedded
-