|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RifPackage
The Package for the model. It contains accessors for the meta objects to represent
RifFactory
kind | = | package |
Nested Class Summary | |
---|---|
static interface |
RifPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage |
---|
EPackage.Descriptor, EPackage.Registry |
Field Summary | |
---|---|
static int |
DATA
The meta object id for the ' Data ' class. |
static int |
DATA__FALSE
The feature id for the 'False' attribute. |
static int |
DATA__TRUE
The feature id for the 'True' attribute. |
static int |
DATA__VAL
The feature id for the 'Val' attribute. |
static int |
DATA_FEATURE_COUNT
The number of structural features of the 'Data' class. |
static int |
DECL
The meta object id for the ' decl ' class. |
static int |
DECL__NAME
The feature id for the 'Name' attribute. |
static int |
DECL__TYPE
The feature id for the 'Type' attribute. |
static int |
DECL_FEATURE_COUNT
The number of structural features of the 'decl' class. |
static RifPackage |
eINSTANCE
The singleton instance of the package. |
static String |
eNAME
The package name. |
static String |
eNS_PREFIX
The package namespace name. |
static String |
eNS_URI
The package namespace URI. |
static int |
TICK
The meta object id for the ' Tick ' class. |
static int |
TICK__INPUT
The feature id for the 'Input' containment reference list. |
static int |
TICK__LOCAL
The feature id for the 'Local' containment reference list. |
static int |
TICK__NR
The feature id for the 'Nr' attribute. |
static int |
TICK__OUTPUT
The feature id for the 'Output' containment reference list. |
static int |
TICK_FEATURE_COUNT
The number of structural features of the 'Tick' class. |
static int |
TRACE
The meta object id for the ' Trace ' class. |
static int |
TRACE__INPUTS
The feature id for the 'Inputs' containment reference list. |
static int |
TRACE__LOCAL
The feature id for the 'Local' containment reference list. |
static int |
TRACE__OUTPUTS
The feature id for the 'Outputs' containment reference list. |
static int |
TRACE__TICK
The feature id for the 'Tick' containment reference list. |
static int |
TRACE_FEATURE_COUNT
The number of structural features of the 'Trace' class. |
Method Summary | |
---|---|
EAttribute |
getData_False()
Returns the meta object for the attribute ' False '. |
EAttribute |
getData_True()
Returns the meta object for the attribute ' True '. |
EAttribute |
getData_Val()
Returns the meta object for the attribute ' Val '. |
EClass |
getData()
Returns the meta object for class ' Data '. |
EAttribute |
getdecl_Name()
Returns the meta object for the attribute ' Name '. |
EAttribute |
getdecl_Type()
Returns the meta object for the attribute ' Type '. |
EClass |
getdecl()
Returns the meta object for class ' decl '. |
RifFactory |
getRifFactory()
Returns the factory that creates the instances of the model. |
EReference |
getTick_Input()
Returns the meta object for the containment reference list ' Input '. |
EReference |
getTick_Local()
Returns the meta object for the containment reference list ' Local '. |
EAttribute |
getTick_Nr()
Returns the meta object for the attribute ' Nr '. |
EReference |
getTick_Output()
Returns the meta object for the containment reference list ' Output '. |
EClass |
getTick()
Returns the meta object for class ' Tick '. |
EReference |
getTrace_Inputs()
Returns the meta object for the containment reference list ' Inputs '. |
EReference |
getTrace_Local()
Returns the meta object for the containment reference list ' Local '. |
EReference |
getTrace_Outputs()
Returns the meta object for the containment reference list ' Outputs '. |
EReference |
getTrace_Tick()
Returns the meta object for the containment reference list ' Tick '. |
EClass |
getTrace()
Returns the meta object for class ' Trace '. |
Methods inherited from interface org.eclipse.emf.ecore.EPackage |
---|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final RifPackage eINSTANCE
static final int TRACE
Trace
' class.
TraceImpl
,
RifPackageImpl.getTrace()
,
Constant Field Valuesstatic final int TRACE__INPUTS
static final int TRACE__OUTPUTS
static final int TRACE__LOCAL
static final int TRACE__TICK
static final int TRACE_FEATURE_COUNT
static final int DECL
decl
' class.
declImpl
,
RifPackageImpl.getdecl()
,
Constant Field Valuesstatic final int DECL__NAME
static final int DECL__TYPE
static final int DECL_FEATURE_COUNT
static final int TICK
Tick
' class.
TickImpl
,
RifPackageImpl.getTick()
,
Constant Field Valuesstatic final int TICK__NR
static final int TICK__INPUT
static final int TICK__OUTPUT
static final int TICK__LOCAL
static final int TICK_FEATURE_COUNT
static final int DATA
Data
' class.
DataImpl
,
RifPackageImpl.getData()
,
Constant Field Valuesstatic final int DATA__VAL
static final int DATA__TRUE
static final int DATA__FALSE
static final int DATA_FEATURE_COUNT
Method Detail |
---|
EClass getTrace()
Trace
'.
Trace
EReference getTrace_Inputs()
Inputs
'.
Trace.getInputs()
,
getTrace()
EReference getTrace_Outputs()
Outputs
'.
Trace.getOutputs()
,
getTrace()
EReference getTrace_Local()
Local
'.
Trace.getLocal()
,
getTrace()
EReference getTrace_Tick()
Tick
'.
Trace.getTick()
,
getTrace()
EClass getdecl()
decl
'.
decl
EAttribute getdecl_Name()
Name
'.
decl.getName()
,
getdecl()
EAttribute getdecl_Type()
Type
'.
decl.getType()
,
getdecl()
EClass getTick()
Tick
'.
Tick
EAttribute getTick_Nr()
Nr
'.
Tick.getNr()
,
getTick()
EReference getTick_Input()
Input
'.
Tick.getInput()
,
getTick()
EReference getTick_Output()
Output
'.
Tick.getOutput()
,
getTick()
EReference getTick_Local()
Local
'.
Tick.getLocal()
,
getTick()
EClass getData()
Data
'.
Data
EAttribute getData_Val()
Val
'.
Data.getVal()
,
getData()
EAttribute getData_True()
True
'.
Data.getTrue()
,
getData()
EAttribute getData_False()
False
'.
Data.getFalse()
,
getData()
RifFactory getRifFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |