Package de.spraener.nxtgen.model
Class AbstractModelElement
java.lang.Object
de.spraener.nxtgen.model.AbstractModelElement
- All Implemented Interfaces:
ModelElement,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddModelElement(ModelElement child) filterChilds(Function<ModelElement, Boolean> filter) getModel()getName()getProperty(String key) voidvoidsetParent(ModelElement parent) voidsetProperty(String key, String value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.spraener.nxtgen.model.ModelElement
getMetaType
-
Constructor Details
-
AbstractModelElement
public AbstractModelElement() -
AbstractModelElement
-
-
Method Details
-
getChilds
- Specified by:
getChildsin interfaceModelElement
-
addModelElement
-
getName
- Specified by:
getNamein interfaceModelElement
-
getProperty
- Specified by:
getPropertyin interfaceModelElement
-
setProperty
- Specified by:
setPropertyin interfaceModelElement
-
setName
-
filterChilds
-
getParent
- Specified by:
getParentin interfaceModelElement
-
setParent
-
getProperties
- Specified by:
getPropertiesin interfaceModelElement
-
getStereotypes
- Specified by:
getStereotypesin interfaceModelElement
-
getRelations
- Specified by:
getRelationsin interfaceModelElement
-
getModel
- Specified by:
getModelin interfaceModelElement
-
setModel
- Specified by:
setModelin interfaceModelElement
-