de.cau.cs.kieler.krep.editors.rif.rif.impl
Class RifPackageImpl
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.krep.editors.rif.rif.impl.RifPackageImpl
- All Implemented Interfaces:
- RifPackage, Notifier, EModelElement, ENamedElement, EObject, EPackage, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject, BasicExtendedMetaData.EPackageExtendedMetaData.Holder
public class RifPackageImpl
- extends EPackageImpl
- implements RifPackage
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.krep.editors.rif.rif.RifPackage |
DATA, DATA__FALSE, DATA__TRUE, DATA__VAL, DATA_FEATURE_COUNT, DECL, DECL__NAME, DECL__TYPE, DECL_FEATURE_COUNT, eINSTANCE, eNAME, eNS_PREFIX, eNS_URI, TICK, TICK__INPUT, TICK__LOCAL, TICK__NR, TICK__OUTPUT, TICK_FEATURE_COUNT, TRACE, TRACE__INPUTS, TRACE__LOCAL, TRACE__OUTPUTS, TRACE__TICK, TRACE_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 RifPackage init()
- Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
This method is used to initialize RifPackage.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:
RifPackage.eNS_URI
,
createPackageContents()
,
initializePackageContents()
- Generated:
- This code was automatically generated.
getTrace
public EClass getTrace()
-
- Specified by:
getTrace
in interface RifPackage
- Returns:
- the meta object for class 'Trace'.
- See Also:
Trace
- Generated:
- This code was automatically generated.
getTrace_Inputs
public EReference getTrace_Inputs()
-
- Specified by:
getTrace_Inputs
in interface RifPackage
- Returns:
- the meta object for the containment reference list 'Inputs'.
- See Also:
Trace.getInputs()
,
RifPackage.getTrace()
- Generated:
- This code was automatically generated.
getTrace_Outputs
public EReference getTrace_Outputs()
-
- Specified by:
getTrace_Outputs
in interface RifPackage
- Returns:
- the meta object for the containment reference list 'Outputs'.
- See Also:
Trace.getOutputs()
,
RifPackage.getTrace()
- Generated:
- This code was automatically generated.
getTrace_Local
public EReference getTrace_Local()
-
- Specified by:
getTrace_Local
in interface RifPackage
- Returns:
- the meta object for the containment reference list 'Local'.
- See Also:
Trace.getLocal()
,
RifPackage.getTrace()
- Generated:
- This code was automatically generated.
getTrace_Tick
public EReference getTrace_Tick()
-
- Specified by:
getTrace_Tick
in interface RifPackage
- Returns:
- the meta object for the containment reference list 'Tick'.
- See Also:
Trace.getTick()
,
RifPackage.getTrace()
- Generated:
- This code was automatically generated.
getdecl
public EClass getdecl()
-
- Specified by:
getdecl
in interface RifPackage
- Returns:
- the meta object for class 'decl'.
- See Also:
decl
- Generated:
- This code was automatically generated.
getdecl_Name
public EAttribute getdecl_Name()
-
- Specified by:
getdecl_Name
in interface RifPackage
- Returns:
- the meta object for the attribute 'Name'.
- See Also:
decl.getName()
,
RifPackage.getdecl()
- Generated:
- This code was automatically generated.
getdecl_Type
public EAttribute getdecl_Type()
-
- Specified by:
getdecl_Type
in interface RifPackage
- Returns:
- the meta object for the attribute 'Type'.
- See Also:
decl.getType()
,
RifPackage.getdecl()
- Generated:
- This code was automatically generated.
getTick
public EClass getTick()
-
- Specified by:
getTick
in interface RifPackage
- Returns:
- the meta object for class 'Tick'.
- See Also:
Tick
- Generated:
- This code was automatically generated.
getTick_Nr
public EAttribute getTick_Nr()
-
- Specified by:
getTick_Nr
in interface RifPackage
- Returns:
- the meta object for the attribute 'Nr'.
- See Also:
Tick.getNr()
,
RifPackage.getTick()
- Generated:
- This code was automatically generated.
getTick_Input
public EReference getTick_Input()
-
- Specified by:
getTick_Input
in interface RifPackage
- Returns:
- the meta object for the containment reference list 'Input'.
- See Also:
Tick.getInput()
,
RifPackage.getTick()
- Generated:
- This code was automatically generated.
getTick_Output
public EReference getTick_Output()
-
- Specified by:
getTick_Output
in interface RifPackage
- Returns:
- the meta object for the containment reference list 'Output'.
- See Also:
Tick.getOutput()
,
RifPackage.getTick()
- Generated:
- This code was automatically generated.
getTick_Local
public EReference getTick_Local()
-
- Specified by:
getTick_Local
in interface RifPackage
- Returns:
- the meta object for the containment reference list 'Local'.
- See Also:
Tick.getLocal()
,
RifPackage.getTick()
- Generated:
- This code was automatically generated.
getData
public EClass getData()
-
- Specified by:
getData
in interface RifPackage
- Returns:
- the meta object for class 'Data'.
- See Also:
Data
- Generated:
- This code was automatically generated.
getData_Val
public EAttribute getData_Val()
-
- Specified by:
getData_Val
in interface RifPackage
- Returns:
- the meta object for the attribute 'Val'.
- See Also:
Data.getVal()
,
RifPackage.getData()
- Generated:
- This code was automatically generated.
getData_True
public EAttribute getData_True()
-
- Specified by:
getData_True
in interface RifPackage
- Returns:
- the meta object for the attribute 'True'.
- See Also:
Data.getTrue()
,
RifPackage.getData()
- Generated:
- This code was automatically generated.
getData_False
public EAttribute getData_False()
-
- Specified by:
getData_False
in interface RifPackage
- Returns:
- the meta object for the attribute 'False'.
- See Also:
Data.getFalse()
,
RifPackage.getData()
- Generated:
- This code was automatically generated.
getRifFactory
public RifFactory getRifFactory()
-
- Specified by:
getRifFactory
in interface RifPackage
- 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.