ujf.verimag.bip.Extra.Time
Interface TimePackage.Literals

Enclosing interface:
TimePackage

public static interface TimePackage.Literals

Defines literals for the meta objects that represent


Field Summary
static EClass TIME_RESET
          The meta object literal for the 'Reset' class.
static EReference TIME_RESET__CLOCK
          The meta object literal for the 'Clock' containment reference list feature.
static EClass TIME_SPECIFICATION
          The meta object literal for the 'Specification' class.
static EReference TIME_SPECIFICATION__TIMED_CONSTRAINT
          The meta object literal for the 'Timed Constraint' containment reference list feature.
static EReference TIME_SPECIFICATION__TRANSITION
          The meta object literal for the 'Transition' container reference feature.
static EAttribute TIME_SPECIFICATION__URGENCY
          The meta object literal for the 'Urgency' attribute feature.
static EClass TIMED_CONSTRAINT
          The meta object literal for the 'Timed Constraint' class.
static EReference TIMED_CONSTRAINT__CLOCK
          The meta object literal for the 'Clock' containment reference feature.
static EReference TIMED_CONSTRAINT__HIGH_BOUND
          The meta object literal for the 'High Bound' containment reference feature.
static EReference TIMED_CONSTRAINT__LOW_BOUND
          The meta object literal for the 'Low Bound' containment reference feature.
static EReference TIMED_CONSTRAINT__TIME_SPECIFICATION
          The meta object literal for the 'Time Specification' container reference feature.
static EClass TIMED_VARIABLE
          The meta object literal for the 'Timed Variable' class.
static EEnum URGENCY_KIND
          The meta object literal for the 'Urgency Kind' enum.
 

Field Detail

TIMED_VARIABLE

static final EClass TIMED_VARIABLE
The meta object literal for the 'Timed Variable' class.

See Also:
TimedVariableImpl, TimePackageImpl.getTimedVariable()

TIME_SPECIFICATION

static final EClass TIME_SPECIFICATION
The meta object literal for the 'Specification' class.

See Also:
TimeSpecificationImpl, TimePackageImpl.getTimeSpecification()

TIME_SPECIFICATION__URGENCY

static final EAttribute TIME_SPECIFICATION__URGENCY
The meta object literal for the 'Urgency' attribute feature.


TIME_SPECIFICATION__TRANSITION

static final EReference TIME_SPECIFICATION__TRANSITION
The meta object literal for the 'Transition' container reference feature.


TIME_SPECIFICATION__TIMED_CONSTRAINT

static final EReference TIME_SPECIFICATION__TIMED_CONSTRAINT
The meta object literal for the 'Timed Constraint' containment reference list feature.


TIME_RESET

static final EClass TIME_RESET
The meta object literal for the 'Reset' class.

See Also:
TimeResetImpl, TimePackageImpl.getTimeReset()

TIME_RESET__CLOCK

static final EReference TIME_RESET__CLOCK
The meta object literal for the 'Clock' containment reference list feature.


TIMED_CONSTRAINT

static final EClass TIMED_CONSTRAINT
The meta object literal for the 'Timed Constraint' class.

See Also:
TimedConstraintImpl, TimePackageImpl.getTimedConstraint()

TIMED_CONSTRAINT__CLOCK

static final EReference TIMED_CONSTRAINT__CLOCK
The meta object literal for the 'Clock' containment reference feature.


TIMED_CONSTRAINT__LOW_BOUND

static final EReference TIMED_CONSTRAINT__LOW_BOUND
The meta object literal for the 'Low Bound' containment reference feature.


TIMED_CONSTRAINT__HIGH_BOUND

static final EReference TIMED_CONSTRAINT__HIGH_BOUND
The meta object literal for the 'High Bound' containment reference feature.


TIMED_CONSTRAINT__TIME_SPECIFICATION

static final EReference TIMED_CONSTRAINT__TIME_SPECIFICATION
The meta object literal for the 'Time Specification' container reference feature.


URGENCY_KIND

static final EEnum URGENCY_KIND
The meta object literal for the 'Urgency Kind' enum.

See Also:
UrgencyKind, TimePackageImpl.getUrgencyKind()