|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EsiPackage
The Package for the model. It contains accessors for the meta objects to represent
EsiFactory
kind | = | package |
Nested Class Summary | |
---|---|
static interface |
EsiPackage.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 EsiPackage |
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 |
SIGNAL
The meta object id for the ' signal ' class. |
static int |
SIGNAL__NAME
The feature id for the 'Name' attribute. |
static int |
SIGNAL__VAL
The feature id for the 'Val' attribute. |
static int |
SIGNAL__VALUED
The feature id for the 'Valued' attribute. |
static int |
SIGNAL_FEATURE_COUNT
The number of structural features of the 'signal' class. |
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__N
The feature id for the 'N' 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__TICKS
The feature id for the 'Ticks' containment reference list. |
static int |
TRACE_FEATURE_COUNT
The number of structural features of the 'trace' class. |
static int |
TRACELIST
The meta object id for the ' tracelist ' class. |
static int |
TRACELIST__TRACES
The feature id for the 'Traces' containment reference list. |
static int |
TRACELIST_FEATURE_COUNT
The number of structural features of the 'tracelist' class. |
Method Summary | |
---|---|
EsiFactory |
getEsiFactory()
Returns the factory that creates the instances of the model. |
EAttribute |
getsignal_Name()
Returns the meta object for the attribute ' Name '. |
EAttribute |
getsignal_Val()
Returns the meta object for the attribute ' Val '. |
EAttribute |
getsignal_Valued()
Returns the meta object for the attribute ' Valued '. |
EClass |
getsignal()
Returns the meta object for class ' signal '. |
EReference |
gettick_Input()
Returns the meta object for the containment reference list ' Input '. |
EAttribute |
gettick_N()
Returns the meta object for the attribute ' N '. |
EReference |
gettick_Output()
Returns the meta object for the containment reference list ' Output '. |
EClass |
gettick()
Returns the meta object for class ' tick '. |
EReference |
gettrace_Ticks()
Returns the meta object for the containment reference list ' Ticks '. |
EClass |
gettrace()
Returns the meta object for class ' trace '. |
EReference |
gettracelist_Traces()
Returns the meta object for the containment reference list ' Traces '. |
EClass |
gettracelist()
Returns the meta object for class ' tracelist '. |
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, 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 EsiPackage eINSTANCE
static final int TRACELIST
tracelist
' class.
tracelistImpl
,
EsiPackageImpl.gettracelist()
,
Constant Field Valuesstatic final int TRACELIST__TRACES
static final int TRACELIST_FEATURE_COUNT
static final int TRACE
trace
' class.
traceImpl
,
EsiPackageImpl.gettrace()
,
Constant Field Valuesstatic final int TRACE__TICKS
static final int TRACE_FEATURE_COUNT
static final int TICK
tick
' class.
tickImpl
,
EsiPackageImpl.gettick()
,
Constant Field Valuesstatic final int TICK__INPUT
static final int TICK__OUTPUT
static final int TICK__N
static final int TICK_FEATURE_COUNT
static final int SIGNAL
signal
' class.
signalImpl
,
EsiPackageImpl.getsignal()
,
Constant Field Valuesstatic final int SIGNAL__NAME
static final int SIGNAL__VALUED
static final int SIGNAL__VAL
static final int SIGNAL_FEATURE_COUNT
Method Detail |
---|
EClass gettracelist()
tracelist
'.
tracelist
EReference gettracelist_Traces()
Traces
'.
tracelist.getTraces()
,
gettracelist()
EClass gettrace()
trace
'.
trace
EReference gettrace_Ticks()
Ticks
'.
trace.getTicks()
,
gettrace()
EClass gettick()
tick
'.
tick
EReference gettick_Input()
Input
'.
tick.getInput()
,
gettick()
EReference gettick_Output()
Output
'.
tick.getOutput()
,
gettick()
EAttribute gettick_N()
N
'.
tick.getN()
,
gettick()
EClass getsignal()
signal
'.
signal
EAttribute getsignal_Name()
Name
'.
signal.getName()
,
getsignal()
EAttribute getsignal_Valued()
Valued
'.
signal.isValued()
,
getsignal()
EAttribute getsignal_Val()
Val
'.
signal.getVal()
,
getsignal()
EsiFactory getEsiFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |