Package org.eclipse.esmf.metamodel
Interface AbstractEntity
- All Superinterfaces:
ComplexType,HasProperties,ModelElement,NamedElement,StructureElement,Type
- All Known Implementing Classes:
DefaultAbstractEntity
Represents a generic domain specific concept which may have multiple specific variants.
- Since:
- SAMM 2.0.0
-
Method Summary
Methods inherited from interface org.eclipse.esmf.metamodel.ComplexType
getAllProperties, getExtendingElements, getExtends, getUrn, isComplexTypeMethods inherited from interface org.eclipse.esmf.metamodel.HasProperties
getProperties, getPropertyByNameMethods inherited from interface org.eclipse.esmf.metamodel.ModelElement
accept, as, getMetaModelVersion, isMethods inherited from interface org.eclipse.esmf.metamodel.NamedElement
getAspectModelUrn, getDescription, getDescriptions, getName, getPreferredName, getPreferredNames, getSee, hasSyntheticNameMethods inherited from interface org.eclipse.esmf.metamodel.StructureElement
isCollectionAspect
-
Method Details
-
isAbstractEntity
default boolean isAbstractEntity()- Specified by:
isAbstractEntityin interfaceComplexType
-