de.cau.cs.kieler.graphs.impl
Class GraphsPackageImpl
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.graphs.impl.GraphsPackageImpl
- All Implemented Interfaces:
- GraphsPackage, Notifier, EModelElement, ENamedElement, EObject, EPackage, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject, BasicExtendedMetaData.EPackageExtendedMetaData.Holder
public class GraphsPackageImpl
- extends EPackageImpl
- implements GraphsPackage
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.graphs.GraphsPackage |
EDGE, EDGE__DATA, EDGE__EANNOTATIONS, EDGE__HEAD_LABEL1, EDGE__HEAD_LABEL2, EDGE__IS_DIRECTED, EDGE__LABELS, EDGE__MID_LABEL, EDGE__SOURCE, EDGE__SOURCE_PORT, EDGE__TAIL_LABEL1, EDGE__TAIL_LABEL2, EDGE__TARGET, EDGE__TARGET_PORT, EDGE__TYPE, EDGE_FEATURE_COUNT, EDGE_TYPE, eINSTANCE, eNAME, eNS_PREFIX, eNS_URI, NODE, NODE__CHILDREN, NODE__DATA, NODE__EANNOTATIONS, NODE__INCOMING_EDGES, NODE__IS_HYPERNODE, NODE__LABEL, NODE__NODE_LABEL, NODE__OUTGOING_EDGES, NODE__PARENT, NODE__PORTS, NODE_FEATURE_COUNT, PORT, PORT__DATA, PORT__EANNOTATIONS, PORT__EDGES, PORT__LABEL, 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 GraphsPackage init()
- Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
This method is used to initialize GraphsPackage.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:
GraphsPackage.eNS_URI
,
createPackageContents()
,
initializePackageContents()
- Generated:
- This code was automatically generated.
getNode
public EClass getNode()
-
- Specified by:
getNode
in interface GraphsPackage
- 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 GraphsPackage
- Returns:
- the meta object for the attribute 'Node Label'.
- See Also:
Node.getNodeLabel()
,
GraphsPackage.getNode()
- Generated:
- This code was automatically generated.
getNode_IsHypernode
public EAttribute getNode_IsHypernode()
-
- Specified by:
getNode_IsHypernode
in interface GraphsPackage
- Returns:
- the meta object for the attribute 'Is Hypernode'.
- See Also:
Node.isIsHypernode()
,
GraphsPackage.getNode()
- Generated:
- This code was automatically generated.
getEdge
public EClass getEdge()
-
- Specified by:
getEdge
in interface GraphsPackage
- Returns:
- the meta object for class 'Edge'.
- See Also:
Edge
- Generated:
- This code was automatically generated.
getEdge_HeadLabel1
public EAttribute getEdge_HeadLabel1()
-
- Specified by:
getEdge_HeadLabel1
in interface GraphsPackage
- Returns:
- the meta object for the attribute 'Head Label1'.
- See Also:
Edge.getHeadLabel1()
,
GraphsPackage.getEdge()
- Generated:
- This code was automatically generated.
getEdge_HeadLabel2
public EAttribute getEdge_HeadLabel2()
-
- Specified by:
getEdge_HeadLabel2
in interface GraphsPackage
- Returns:
- the meta object for the attribute 'Head Label2'.
- See Also:
Edge.getHeadLabel2()
,
GraphsPackage.getEdge()
- Generated:
- This code was automatically generated.
getEdge_MidLabel
public EAttribute getEdge_MidLabel()
-
- Specified by:
getEdge_MidLabel
in interface GraphsPackage
- Returns:
- the meta object for the attribute 'Mid Label'.
- See Also:
Edge.getMidLabel()
,
GraphsPackage.getEdge()
- Generated:
- This code was automatically generated.
getEdge_TailLabel1
public EAttribute getEdge_TailLabel1()
-
- Specified by:
getEdge_TailLabel1
in interface GraphsPackage
- Returns:
- the meta object for the attribute 'Tail Label1'.
- See Also:
Edge.getTailLabel1()
,
GraphsPackage.getEdge()
- Generated:
- This code was automatically generated.
getEdge_TailLabel2
public EAttribute getEdge_TailLabel2()
-
- Specified by:
getEdge_TailLabel2
in interface GraphsPackage
- Returns:
- the meta object for the attribute 'Tail Label2'.
- See Also:
Edge.getTailLabel2()
,
GraphsPackage.getEdge()
- Generated:
- This code was automatically generated.
getEdge_IsDirected
public EAttribute getEdge_IsDirected()
-
- Specified by:
getEdge_IsDirected
in interface GraphsPackage
- Returns:
- the meta object for the attribute 'Is Directed'.
- See Also:
Edge.isIsDirected()
,
GraphsPackage.getEdge()
- Generated:
- This code was automatically generated.
getEdge_Type
public EAttribute getEdge_Type()
-
- Specified by:
getEdge_Type
in interface GraphsPackage
- Returns:
- the meta object for the attribute 'Type'.
- See Also:
Edge.getType()
,
GraphsPackage.getEdge()
- Generated:
- This code was automatically generated.
getPort
public EClass getPort()
-
- Specified by:
getPort
in interface GraphsPackage
- 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 GraphsPackage
- Returns:
- the meta object for the attribute 'Port Label'.
- See Also:
Port.getPortLabel()
,
GraphsPackage.getPort()
- Generated:
- This code was automatically generated.
getEdgeType
public EEnum getEdgeType()
-
- Specified by:
getEdgeType
in interface GraphsPackage
- Returns:
- the meta object for enum 'Edge Type'.
- See Also:
EdgeType
- Generated:
- This code was automatically generated.
getGraphsFactory
public GraphsFactory getGraphsFactory()
-
- Specified by:
getGraphsFactory
in interface GraphsPackage
- 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.