de.cau.cs.kieler.kaom.impl
Class KaomPackageImpl
java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.EModelElementImpl
org.eclipse.emf.ecore.impl.ENamedElementImpl
org.eclipse.emf.ecore.impl.EPackageImpl
de.cau.cs.kieler.kaom.impl.KaomPackageImpl
- All Implemented Interfaces:
- KaomPackage, Notifier, EModelElement, ENamedElement, EObject, EPackage, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject, BasicExtendedMetaData.EPackageExtendedMetaData.Holder
public class KaomPackageImpl
- extends EPackageImpl
- implements KaomPackage
An implementation of the model Package.
- Rating

- Generated:
- This code was automatically generated.
Fields inherited from class org.eclipse.emf.ecore.impl.EPackageImpl |
eClassifiers, ecoreFactory, ecorePackage, eFactoryInstance, eNameToEClassifierMap, ePackageExtendedMetaData, eSubpackages, IS_ABSTRACT, IS_CHANGEABLE, IS_COMPOSITE, IS_DERIVED, IS_GENERATED_INSTANCE_CLASS, IS_ID, IS_INTERFACE, IS_ORDERED, IS_RESOLVABLE, IS_RESOLVE_PROXIES, IS_SERIALIZABLE, IS_TRANSIENT, IS_UNIQUE, IS_UNSETTABLE, IS_VOLATILE, NS_PREFIX_EDEFAULT, NS_URI_EDEFAULT, nsPrefix, nsURI |
Fields inherited from interface de.cau.cs.kieler.kaom.KaomPackage |
eINSTANCE, eNAME, eNS_PREFIX, eNS_URI, ENTITY, ENTITY__ANNOTATIONS, ENTITY__CHILD_ENTITIES, ENTITY__CHILD_LINKS, ENTITY__CHILD_PORTS, ENTITY__CHILD_RELATIONS, ENTITY__ID, ENTITY__INCOMING_LINKS, ENTITY__NAME, ENTITY__OUTGOING_LINKS, ENTITY_FEATURE_COUNT, LINK, LINK__ANNOTATIONS, LINK__NAME, LINK__SOURCE, LINK__TARGET, LINK_FEATURE_COUNT, LINKABLE, LINKABLE__ID, LINKABLE__INCOMING_LINKS, LINKABLE__OUTGOING_LINKS, LINKABLE_FEATURE_COUNT, PORT, PORT__ANNOTATIONS, PORT__ID, PORT__INCOMING_LINKS, PORT__NAME, PORT__OUTGOING_LINKS, PORT_FEATURE_COUNT, RELATION, RELATION__ANNOTATIONS, RELATION__ID, RELATION__INCOMING_LINKS, RELATION__NAME, RELATION__OUTGOING_LINKS, RELATION_FEATURE_COUNT |
Methods inherited from class org.eclipse.emf.ecore.impl.EPackageImpl |
addAnnotation, addAnnotation, addAnnotation, addAnnotation, addEEnumLiteral, addEException, addEException, addEOperation, addEOperation, addEOperation, addEParameter, addEParameter, addEParameter, addEParameter, addEParameter, addETypeParameter, addETypeParameter, basicGetESuperPackage, basicSetEFactoryInstance, createEAttribute, createEClass, createEDataType, createEEnum, createEGenericType, createEGenericType, createEGenericType, createEOperation, createEReference, createResource, eBasicRemoveFromContainerFeature, eGet, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eSet, eSetProxyURI, eStaticClass, eUnset, fixEClassifiers, fixEEnumLiterals, fixEOperations, fixEStructuralFeatures, fixInstanceClass, freeze, getEClassifier, getEClassifierGen, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getExtendedMetaData, getNsPrefix, getNsURI, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEClass, initEClass, initEClass, initEDataType, initEDataType, initEDataType, initEEnum, initEOperation, initEOperation, initEOperation, initEOperation, initEReference, initEReference, initEReference, initEReference, initEReference, initEReference, initEReference, initializeFromLoadedEPackage, setEFactoryInstance, setExtendedMetaData, setGeneratedClassName, setInstanceTypeName, setNamespaceURI, setNsPrefix, setNsURI, toString |
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl |
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSettings |
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
init
public static KaomPackage init()
- Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
This method is used to initialize KaomPackage.eINSTANCE
when that field is accessed.
Clients should not invoke it directly. Instead, they should simply access that field to obtain the package.
- See Also:
KaomPackage.eNS_URI
,
createPackageContents()
,
initializePackageContents()
- Generated:
- This code was automatically generated.
getEntity
public EClass getEntity()
-
- Specified by:
getEntity
in interface KaomPackage
- Returns:
- the meta object for class 'Entity'.
- See Also:
Entity
- Generated:
- This code was automatically generated.
getEntity_ChildEntities
public EReference getEntity_ChildEntities()
-
- Specified by:
getEntity_ChildEntities
in interface KaomPackage
- Returns:
- the meta object for the containment reference list 'Child Entities'.
- See Also:
Entity.getChildEntities()
,
KaomPackage.getEntity()
- Generated:
- This code was automatically generated.
getEntity_ChildLinks
public EReference getEntity_ChildLinks()
-
- Specified by:
getEntity_ChildLinks
in interface KaomPackage
- Returns:
- the meta object for the containment reference list 'Child Links'.
- See Also:
Entity.getChildLinks()
,
KaomPackage.getEntity()
- Generated:
- This code was automatically generated.
getEntity_ChildPorts
public EReference getEntity_ChildPorts()
-
- Specified by:
getEntity_ChildPorts
in interface KaomPackage
- Returns:
- the meta object for the containment reference list 'Child Ports'.
- See Also:
Entity.getChildPorts()
,
KaomPackage.getEntity()
- Generated:
- This code was automatically generated.
getEntity_ChildRelations
public EReference getEntity_ChildRelations()
-
- Specified by:
getEntity_ChildRelations
in interface KaomPackage
- Returns:
- the meta object for the containment reference list 'Child Relations'.
- See Also:
Entity.getChildRelations()
,
KaomPackage.getEntity()
- Generated:
- This code was automatically generated.
getPort
public EClass getPort()
-
- Specified by:
getPort
in interface KaomPackage
- Returns:
- the meta object for class 'Port'.
- See Also:
Port
- Generated:
- This code was automatically generated.
getRelation
public EClass getRelation()
-
- Specified by:
getRelation
in interface KaomPackage
- Returns:
- the meta object for class 'Relation'.
- See Also:
Relation
- Generated:
- This code was automatically generated.
getLink
public EClass getLink()
-
- Specified by:
getLink
in interface KaomPackage
- Returns:
- the meta object for class 'Link'.
- See Also:
Link
- Generated:
- This code was automatically generated.
getLink_Source
public EReference getLink_Source()
-
- Specified by:
getLink_Source
in interface KaomPackage
- Returns:
- the meta object for the reference 'Source'.
- See Also:
Link.getSource()
,
KaomPackage.getLink()
- Generated:
- This code was automatically generated.
getLink_Target
public EReference getLink_Target()
-
- Specified by:
getLink_Target
in interface KaomPackage
- Returns:
- the meta object for the reference 'Target'.
- See Also:
Link.getTarget()
,
KaomPackage.getLink()
- Generated:
- This code was automatically generated.
getLinkable
public EClass getLinkable()
-
- Specified by:
getLinkable
in interface KaomPackage
- Returns:
- the meta object for class 'Linkable'.
- See Also:
Linkable
- Generated:
- This code was automatically generated.
getLinkable_OutgoingLinks
public EReference getLinkable_OutgoingLinks()
-
- Specified by:
getLinkable_OutgoingLinks
in interface KaomPackage
- Returns:
- the meta object for the reference list 'Outgoing Links'.
- See Also:
Linkable.getOutgoingLinks()
,
KaomPackage.getLinkable()
- Generated:
- This code was automatically generated.
getLinkable_IncomingLinks
public EReference getLinkable_IncomingLinks()
-
- Specified by:
getLinkable_IncomingLinks
in interface KaomPackage
- Returns:
- the meta object for the reference list 'Incoming Links'.
- See Also:
Linkable.getIncomingLinks()
,
KaomPackage.getLinkable()
- Generated:
- This code was automatically generated.
getLinkable_Id
public EAttribute getLinkable_Id()
-
- Specified by:
getLinkable_Id
in interface KaomPackage
- Returns:
- the meta object for the attribute 'Id'.
- See Also:
Linkable.getId()
,
KaomPackage.getLinkable()
- Generated:
- This code was automatically generated.
getKaomFactory
public KaomFactory getKaomFactory()
-
- Specified by:
getKaomFactory
in interface KaomPackage
- Returns:
- the factory that creates the instances of the model.
- Generated:
- This code was automatically generated.
createPackageContents
public void createPackageContents()
- Creates the meta-model objects for the package. This method is
guarded to have no affect on any invocation but its first.
- Generated:
- This code was automatically generated.
initializePackageContents
public void initializePackageContents()
- Complete the initialization of the package and its meta-model. This
method is guarded to have no affect on any invocation but its first.
- Generated:
- This code was automatically generated.