de.cau.cs.kieler.keg.impl
Class KEGPackageImpl
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.keg.impl.KEGPackageImpl
- All Implemented Interfaces:
- KEGPackage, Notifier, EModelElement, ENamedElement, EObject, EPackage, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject, BasicExtendedMetaData.EPackageExtendedMetaData.Holder
public class KEGPackageImpl
- extends EPackageImpl
- implements KEGPackage
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.keg.KEGPackage |
EDGE, EDGE__DATA, EDGE__DIRECTED, EDGE__HEAD_LABEL, EDGE__LABELS, EDGE__MID_LABEL, EDGE__SOURCE, EDGE__SOURCE_PORT, EDGE__TAIL_LABEL, EDGE__TARGET, EDGE__TARGET_PORT, EDGE__TYPE, EDGE_FEATURE_COUNT, EDGE_TYPE, eINSTANCE, eNAME, eNS_PREFIX, eNS_URI, NODE, NODE__CHILDREN, NODE__DATA, NODE__HYPERNODE, NODE__INCOMING_EDGES, NODE__LABELS, NODE__NODE_LABEL, NODE__OUTGOING_EDGES, NODE__PARENT, NODE__PORTS, NODE_FEATURE_COUNT, PORT, PORT__DATA, PORT__EDGES, PORT__LABELS, PORT__NODE, PORT__PORT_LABEL, PORT_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 KEGPackage init()
- Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
This method is used to initialize KEGPackage.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:
KEGPackage.eNS_URI
,
createPackageContents()
,
initializePackageContents()
- Generated:
- This code was automatically generated.
getNode
public EClass getNode()
-
- Specified by:
getNode
in interface KEGPackage
- Returns:
- the meta object for class 'Node'.
- See Also:
Node
- Generated:
- This code was automatically generated.
getNode_NodeLabel
public EAttribute getNode_NodeLabel()
-
- Specified by:
getNode_NodeLabel
in interface KEGPackage
- Returns:
- the meta object for the attribute 'Node Label'.
- See Also:
Node.getNodeLabel()
,
KEGPackage.getNode()
- Generated:
- This code was automatically generated.
getNode_Hypernode
public EAttribute getNode_Hypernode()
-
- Specified by:
getNode_Hypernode
in interface KEGPackage
- Returns:
- the meta object for the attribute 'Hypernode'.
- See Also:
Node.isHypernode()
,
KEGPackage.getNode()
- Generated:
- This code was automatically generated.
getEdge
public EClass getEdge()
-
- Specified by:
getEdge
in interface KEGPackage
- Returns:
- the meta object for class 'Edge'.
- See Also:
Edge
- Generated:
- This code was automatically generated.
getEdge_HeadLabel
public EAttribute getEdge_HeadLabel()
-
- Specified by:
getEdge_HeadLabel
in interface KEGPackage
- Returns:
- the meta object for the attribute 'Head Label'.
- See Also:
Edge.getHeadLabel()
,
KEGPackage.getEdge()
- Generated:
- This code was automatically generated.
getEdge_MidLabel
public EAttribute getEdge_MidLabel()
-
- Specified by:
getEdge_MidLabel
in interface KEGPackage
- Returns:
- the meta object for the attribute 'Mid Label'.
- See Also:
Edge.getMidLabel()
,
KEGPackage.getEdge()
- Generated:
- This code was automatically generated.
getEdge_TailLabel
public EAttribute getEdge_TailLabel()
-
- Specified by:
getEdge_TailLabel
in interface KEGPackage
- Returns:
- the meta object for the attribute 'Tail Label'.
- See Also:
Edge.getTailLabel()
,
KEGPackage.getEdge()
- Generated:
- This code was automatically generated.
getEdge_Directed
public EAttribute getEdge_Directed()
-
- Specified by:
getEdge_Directed
in interface KEGPackage
- Returns:
- the meta object for the attribute 'Directed'.
- See Also:
Edge.isDirected()
,
KEGPackage.getEdge()
- Generated:
- This code was automatically generated.
getEdge_Type
public EAttribute getEdge_Type()
-
- Specified by:
getEdge_Type
in interface KEGPackage
- Returns:
- the meta object for the attribute 'Type'.
- See Also:
Edge.getType()
,
KEGPackage.getEdge()
- Generated:
- This code was automatically generated.
getPort
public EClass getPort()
-
- Specified by:
getPort
in interface KEGPackage
- Returns:
- the meta object for class 'Port'.
- See Also:
Port
- Generated:
- This code was automatically generated.
getPort_PortLabel
public EAttribute getPort_PortLabel()
-
- Specified by:
getPort_PortLabel
in interface KEGPackage
- Returns:
- the meta object for the attribute 'Port Label'.
- See Also:
Port.getPortLabel()
,
KEGPackage.getPort()
- Generated:
- This code was automatically generated.
getEdgeType
public EEnum getEdgeType()
-
- Specified by:
getEdgeType
in interface KEGPackage
- Returns:
- the meta object for enum 'Edge Type'.
- See Also:
EdgeType
- Generated:
- This code was automatically generated.
getKEGFactory
public KEGFactory getKEGFactory()
-
- Specified by:
getKEGFactory
in interface KEGPackage
- 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.