Package org.eclipse.esmf.metamodel.impl
Class DefaultEntityInstance
java.lang.Object
org.eclipse.esmf.metamodel.impl.ModelElementImpl
org.eclipse.esmf.metamodel.impl.DefaultEntityInstance
- All Implemented Interfaces:
Comparable<ModelElementImpl>,EntityInstance,ModelElement,NamedElement,Value
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultEntityInstance(MetaModelBaseAttributes metaModelBaseAttributes, Map<Property, Value> assertions, Entity type) -
Method Summary
Methods inherited from class org.eclipse.esmf.metamodel.impl.ModelElementImpl
compareTo, getAspectModelUrn, getDescriptions, getMetaModelVersion, getName, getPreferredNames, getSee, hasSyntheticNameMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.esmf.metamodel.EntityInstance
getEntityTypeMethods inherited from interface org.eclipse.esmf.metamodel.ModelElement
as, getMetaModelVersion, isMethods inherited from interface org.eclipse.esmf.metamodel.NamedElement
getAspectModelUrn, getDescription, getDescriptions, getName, getPreferredName, getPreferredNames, getSee, hasSyntheticName
-
Constructor Details
-
DefaultEntityInstance
public DefaultEntityInstance(MetaModelBaseAttributes metaModelBaseAttributes, Map<Property, Value> assertions, Entity type)
-
-
Method Details
-
getType
-
getAssertions
- Specified by:
getAssertionsin interfaceEntityInstance
-
accept
- Specified by:
acceptin interfaceModelElement
-
toString
-
equals
- Overrides:
equalsin classModelElementImpl
-
hashCode
public int hashCode()- Overrides:
hashCodein classModelElementImpl
-