All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
SampleModelPackageImpl

public interface SampleModelPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent
  • each class,
  • each feature of each class,
  • each operation of each class,
  • each enum,
  • and each data type
See Also:
Generated class or method.
EMF model class or method.
kind="package"
  • Field Details

    • eNAME

      static final String eNAME
      The package name.
      See Also:
      Generated class or method.
    • eNS_URI

      static final String eNS_URI
      The package namespace URI.
      See Also:
      Generated class or method.
    • eNS_PREFIX

      static final String eNS_PREFIX
      The package namespace name.
      See Also:
      Generated class or method.
    • eINSTANCE

      static final SampleModelPackage eINSTANCE
      The singleton instance of the package.
      Generated class or method.
    • TRAJECTORY

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

      static final int TRAJECTORY__SAMPLE_PATH
      The feature id for the 'Sample Path' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • TRAJECTORY_FEATURE_COUNT

      static final int TRAJECTORY_FEATURE_COUNT
      The number of structural features of the 'Trajectory' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • TRAJECTORY_OPERATION_COUNT

      static final int TRAJECTORY_OPERATION_COUNT
      The number of operations of the 'Trajectory' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SAMPLE

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

      static final int SAMPLE__REWARD
      The feature id for the 'Reward' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • SAMPLE__ACTION

      static final int SAMPLE__ACTION
      The feature id for the 'Action' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • SAMPLE__POINT_IN_TIME

      static final int SAMPLE__POINT_IN_TIME
      The feature id for the 'Point In Time' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • SAMPLE__CURRENT

      static final int SAMPLE__CURRENT
      The feature id for the 'Current' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • SAMPLE__NEXT

      static final int SAMPLE__NEXT
      The feature id for the 'Next' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • SAMPLE__OBSERVATION

      static final int SAMPLE__OBSERVATION
      The feature id for the 'Observation' reference.
      See Also:
      Generated class or method.
      Ordered collection.
    • SAMPLE_FEATURE_COUNT

      static final int SAMPLE_FEATURE_COUNT
      The number of structural features of the 'Sample' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SAMPLE_OPERATION_COUNT

      static final int SAMPLE_OPERATION_COUNT
      The number of operations of the 'Sample' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SAMPLE_MODEL

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

      static final int SAMPLE_MODEL__TRAJECTORIES
      The feature id for the 'Trajectories' containment reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • SAMPLE_MODEL_FEATURE_COUNT

      static final int SAMPLE_MODEL_FEATURE_COUNT
      The number of structural features of the 'Sample Model' class.
      See Also:
      Generated class or method.
      Ordered collection.
    • SAMPLE_MODEL_OPERATION_COUNT

      static final int SAMPLE_MODEL_OPERATION_COUNT
      The number of operations of the 'Sample Model' class.
      See Also:
      Generated class or method.
      Ordered collection.
  • Method Details

    • getTrajectory

      EClass getTrajectory()
      Returns the meta object for class 'Trajectory'.
      Returns:
      the meta object for class 'Trajectory'.
      See Also:
      Generated class or method.
    • getTrajectory_SamplePath

      EReference getTrajectory_SamplePath()
      Returns the meta object for the containment reference list 'Sample Path'.
      Returns:
      the meta object for the containment reference list 'Sample Path'.
      See Also:
      Generated class or method.
    • getSample

      EClass getSample()
      Returns the meta object for class 'Sample'.
      Returns:
      the meta object for class 'Sample'.
      See Also:
      Generated class or method.
    • getSample_Reward

      EReference getSample_Reward()
      Returns the meta object for the reference 'Reward'.
      Returns:
      the meta object for the reference 'Reward'.
      See Also:
      Generated class or method.
    • getSample_Action

      EReference getSample_Action()
      Returns the meta object for the reference 'Action'.
      Returns:
      the meta object for the reference 'Action'.
      See Also:
      Generated class or method.
    • getSample_PointInTime

      EAttribute getSample_PointInTime()
      Returns the meta object for the attribute 'Point In Time'.
      Returns:
      the meta object for the attribute 'Point In Time'.
      See Also:
      Generated class or method.
    • getSample_Current

      EReference getSample_Current()
      Returns the meta object for the reference 'Current'.
      Returns:
      the meta object for the reference 'Current'.
      See Also:
      Generated class or method.
    • getSample_Next

      EReference getSample_Next()
      Returns the meta object for the reference 'Next'.
      Returns:
      the meta object for the reference 'Next'.
      See Also:
      Generated class or method.
    • getSample_Observation

      EReference getSample_Observation()
      Returns the meta object for the reference 'Observation'.
      Returns:
      the meta object for the reference 'Observation'.
      See Also:
      Generated class or method.
    • getSampleModel

      EClass getSampleModel()
      Returns the meta object for class 'Sample Model'.
      Returns:
      the meta object for class 'Sample Model'.
      See Also:
      Generated class or method.
    • getSampleModel_Trajectories

      EReference getSampleModel_Trajectories()
      Returns the meta object for the containment reference list 'Trajectories'.
      Returns:
      the meta object for the containment reference list 'Trajectories'.
      See Also:
      Generated class or method.
    • getSampleModelFactory

      SampleModelFactory getSampleModelFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.
      Generated class or method.