All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
TrajectoryImpl

public interface Trajectory<A,R> extends EObject
A representation of the model object 'Trajectory'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getSamplePath

      EList<Sample<A,R>> getSamplePath()
      Returns the value of the 'Sample Path' containment reference list. The list contents are of type Sample<A, R>.
      Returns:
      the value of the 'Sample Path' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" required="true"