Interface SampleModelPackage.Literals

Enclosing interface:
SampleModelPackage

public static interface SampleModelPackage.Literals
Defines literals for the meta objects that represent
  • each class,
  • each feature of each class,
  • each operation of each class,
  • each enum,
  • and each data type
Generated class or method.
  • Field Details

    • TRAJECTORY

      static final EClass TRAJECTORY
      The meta object literal for the 'Trajectory' class.
      See Also:
      Generated class or method.
    • TRAJECTORY__SAMPLE_PATH

      static final EReference TRAJECTORY__SAMPLE_PATH
      The meta object literal for the 'Sample Path' containment reference list feature.
      Generated class or method.
    • SAMPLE

      static final EClass SAMPLE
      The meta object literal for the 'Sample' class.
      See Also:
      Generated class or method.
    • SAMPLE__REWARD

      static final EReference SAMPLE__REWARD
      The meta object literal for the 'Reward' reference feature.
      Generated class or method.
    • SAMPLE__ACTION

      static final EReference SAMPLE__ACTION
      The meta object literal for the 'Action' reference feature.
      Generated class or method.
    • SAMPLE__POINT_IN_TIME

      static final EAttribute SAMPLE__POINT_IN_TIME
      The meta object literal for the 'Point In Time' attribute feature.
      Generated class or method.
    • SAMPLE__CURRENT

      static final EReference SAMPLE__CURRENT
      The meta object literal for the 'Current' reference feature.
      Generated class or method.
    • SAMPLE__NEXT

      static final EReference SAMPLE__NEXT
      The meta object literal for the 'Next' reference feature.
      Generated class or method.
    • SAMPLE__OBSERVATION

      static final EReference SAMPLE__OBSERVATION
      The meta object literal for the 'Observation' reference feature.
      Generated class or method.
    • SAMPLE_MODEL

      static final EClass SAMPLE_MODEL
      The meta object literal for the 'Sample Model' class.
      See Also:
      Generated class or method.
    • SAMPLE_MODEL__TRAJECTORIES

      static final EReference SAMPLE_MODEL__TRAJECTORIES
      The meta object literal for the 'Trajectories' containment reference list feature.
      Generated class or method.