|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TimePackage
The Package for the model. It contains accessors for the meta objects to represent
TimeFactory
Nested Class Summary | |
---|---|
static interface |
TimePackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type |
Field Summary | |
---|---|
static TimePackage |
eINSTANCE
The singleton instance of the package. |
static java.lang.String |
eNAME
The package name. |
static java.lang.String |
eNS_PREFIX
The package namespace name. |
static java.lang.String |
eNS_URI
The package namespace URI. |
static int |
TIME_RESET
The meta object id for the ' Reset ' class. |
static int |
TIME_RESET__CLOCK
The feature id for the 'Clock' containment reference list. |
static int |
TIME_RESET_FEATURE_COUNT
The number of structural features of the 'Reset' class. |
static int |
TIME_SPECIFICATION
The meta object id for the ' Specification ' class. |
static int |
TIME_SPECIFICATION__TIMED_CONSTRAINT
The feature id for the 'Timed Constraint' containment reference list. |
static int |
TIME_SPECIFICATION__TRANSITION
The feature id for the 'Transition' container reference. |
static int |
TIME_SPECIFICATION__URGENCY
The feature id for the 'Urgency' attribute. |
static int |
TIME_SPECIFICATION_FEATURE_COUNT
The number of structural features of the 'Specification' class. |
static int |
TIMED_CONSTRAINT
The meta object id for the ' Timed Constraint ' class. |
static int |
TIMED_CONSTRAINT__CLOCK
The feature id for the 'Clock' containment reference. |
static int |
TIMED_CONSTRAINT__HIGH_BOUND
The feature id for the 'High Bound' containment reference. |
static int |
TIMED_CONSTRAINT__LOW_BOUND
The feature id for the 'Low Bound' containment reference. |
static int |
TIMED_CONSTRAINT__TIME_SPECIFICATION
The feature id for the 'Time Specification' container reference. |
static int |
TIMED_CONSTRAINT_FEATURE_COUNT
The number of structural features of the 'Timed Constraint' class. |
static int |
TIMED_VARIABLE
The meta object id for the ' Timed Variable ' class. |
static int |
TIMED_VARIABLE__CONNECTOR_TYPE
The feature id for the 'Connector Type' container reference. |
static int |
TIMED_VARIABLE__INITIAL_VALUE
The feature id for the 'Initial Value' containment reference. |
static int |
TIMED_VARIABLE__IS_EXTERNAL
The feature id for the 'Is External' attribute. |
static int |
TIMED_VARIABLE__NAME
The feature id for the 'Name' attribute. |
static int |
TIMED_VARIABLE__OPAQUE_TYPE_NAME
The feature id for the 'Opaque Type Name' attribute. |
static int |
TIMED_VARIABLE__SCOPE
The feature id for the 'Scope' attribute. |
static int |
TIMED_VARIABLE__TYPE
The feature id for the 'Type' reference. |
static int |
TIMED_VARIABLE_FEATURE_COUNT
The number of structural features of the 'Timed Variable' class. |
static int |
URGENCY_KIND
The meta object id for the ' Urgency Kind ' enum. |
Method Summary | |
---|---|
EReference |
getTimedConstraint_Clock()
Returns the meta object for the containment reference ' Clock '. |
EReference |
getTimedConstraint_HighBound()
Returns the meta object for the containment reference ' High Bound '. |
EReference |
getTimedConstraint_LowBound()
Returns the meta object for the containment reference ' Low Bound '. |
EReference |
getTimedConstraint_TimeSpecification()
Returns the meta object for the container reference ' Time Specification '. |
EClass |
getTimedConstraint()
Returns the meta object for class ' Timed Constraint '. |
EClass |
getTimedVariable()
Returns the meta object for class ' Timed Variable '. |
TimeFactory |
getTimeFactory()
Returns the factory that creates the instances of the model. |
EReference |
getTimeReset_Clock()
Returns the meta object for the containment reference list ' Clock '. |
EClass |
getTimeReset()
Returns the meta object for class ' Reset '. |
EReference |
getTimeSpecification_TimedConstraint()
Returns the meta object for the containment reference list ' Timed Constraint '. |
EReference |
getTimeSpecification_Transition()
Returns the meta object for the container reference ' Transition '. |
EAttribute |
getTimeSpecification_Urgency()
Returns the meta object for the attribute ' Urgency '. |
EClass |
getTimeSpecification()
Returns the meta object for class ' Specification '. |
EEnum |
getUrgencyKind()
Returns the meta object for enum ' Urgency Kind '. |
Field Detail |
---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final TimePackage eINSTANCE
static final int TIMED_VARIABLE
Timed Variable
' class.
TimedVariableImpl
,
TimePackageImpl.getTimedVariable()
,
Constant Field Valuesstatic final int TIMED_VARIABLE__NAME
static final int TIMED_VARIABLE__SCOPE
static final int TIMED_VARIABLE__TYPE
static final int TIMED_VARIABLE__OPAQUE_TYPE_NAME
static final int TIMED_VARIABLE__CONNECTOR_TYPE
static final int TIMED_VARIABLE__INITIAL_VALUE
static final int TIMED_VARIABLE__IS_EXTERNAL
static final int TIMED_VARIABLE_FEATURE_COUNT
static final int TIME_SPECIFICATION
Specification
' class.
TimeSpecificationImpl
,
TimePackageImpl.getTimeSpecification()
,
Constant Field Valuesstatic final int TIME_SPECIFICATION__URGENCY
static final int TIME_SPECIFICATION__TRANSITION
static final int TIME_SPECIFICATION__TIMED_CONSTRAINT
static final int TIME_SPECIFICATION_FEATURE_COUNT
static final int TIME_RESET
Reset
' class.
TimeResetImpl
,
TimePackageImpl.getTimeReset()
,
Constant Field Valuesstatic final int TIME_RESET__CLOCK
static final int TIME_RESET_FEATURE_COUNT
static final int TIMED_CONSTRAINT
Timed Constraint
' class.
TimedConstraintImpl
,
TimePackageImpl.getTimedConstraint()
,
Constant Field Valuesstatic final int TIMED_CONSTRAINT__CLOCK
static final int TIMED_CONSTRAINT__LOW_BOUND
static final int TIMED_CONSTRAINT__HIGH_BOUND
static final int TIMED_CONSTRAINT__TIME_SPECIFICATION
static final int TIMED_CONSTRAINT_FEATURE_COUNT
static final int URGENCY_KIND
Urgency Kind
' enum.
UrgencyKind
,
TimePackageImpl.getUrgencyKind()
,
Constant Field ValuesMethod Detail |
---|
EClass getTimedVariable()
Timed Variable
'.
TimedVariable
EClass getTimeSpecification()
Specification
'.
TimeSpecification
EAttribute getTimeSpecification_Urgency()
Urgency
'.
TimeSpecification.getUrgency()
,
getTimeSpecification()
EReference getTimeSpecification_Transition()
Transition
'.
TimeSpecification.getTransition()
,
getTimeSpecification()
EReference getTimeSpecification_TimedConstraint()
Timed Constraint
'.
TimeSpecification.getTimedConstraint()
,
getTimeSpecification()
EClass getTimeReset()
Reset
'.
TimeReset
EReference getTimeReset_Clock()
Clock
'.
TimeReset.getClock()
,
getTimeReset()
EClass getTimedConstraint()
Timed Constraint
'.
TimedConstraint
EReference getTimedConstraint_Clock()
Clock
'.
TimedConstraint.getClock()
,
getTimedConstraint()
EReference getTimedConstraint_LowBound()
Low Bound
'.
TimedConstraint.getLowBound()
,
getTimedConstraint()
EReference getTimedConstraint_HighBound()
High Bound
'.
TimedConstraint.getHighBound()
,
getTimedConstraint()
EReference getTimedConstraint_TimeSpecification()
Time Specification
'.
TimedConstraint.getTimeSpecification()
,
getTimedConstraint()
EEnum getUrgencyKind()
Urgency Kind
'.
UrgencyKind
TimeFactory getTimeFactory()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |