Interface Sample<A,R>
- All Known Implementing Classes:
SampleImpl
A representation of the model object 'Sample'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Action' reference.Returns the value of the 'Current' reference.getNext()
Returns the value of the 'Next' reference.Returns the value of the 'Observation' reference.int
Returns the value of the 'Point In Time' attribute.Returns the value of the 'Reward' reference.void
Sets the value of the 'Action
' reference.void
setCurrent
(State value) Sets the value of the 'Current
' reference.void
Sets the value of the 'Next
' reference.void
setObservation
(Observation value) Sets the value of the 'Observation
' reference.void
setPointInTime
(int value) Sets the value of the 'Point In Time
' attribute.void
Sets the value of the 'Reward
' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getReward
Returns the value of the 'Reward' reference.- Returns:
- the value of the 'Reward' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setReward
Sets the value of the 'Reward
' reference.- Parameters:
value
- the new value of the 'Reward' reference.- See Also:
- Generated class or method.
-
getAction
Returns the value of the 'Action' reference.- Returns:
- the value of the 'Action' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setAction
Sets the value of the 'Action
' reference.- Parameters:
value
- the new value of the 'Action' reference.- See Also:
- Generated class or method.
-
getPointInTime
int getPointInTime()Returns the value of the 'Point In Time' attribute.- Returns:
- the value of the 'Point In Time' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setPointInTime
void setPointInTime(int value) Sets the value of the 'Point In Time
' attribute.- Parameters:
value
- the new value of the 'Point In Time' attribute.- See Also:
- Generated class or method.
-
getCurrent
State getCurrent()Returns the value of the 'Current' reference.- Returns:
- the value of the 'Current' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setCurrent
Sets the value of the 'Current
' reference.- Parameters:
value
- the new value of the 'Current' reference.- See Also:
- Generated class or method.
-
getNext
State getNext()Returns the value of the 'Next' reference.- Returns:
- the value of the 'Next' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setNext
Sets the value of the 'Next
' reference.- Parameters:
value
- the new value of the 'Next' reference.- See Also:
- Generated class or method.
-
getObservation
Observation getObservation()Returns the value of the 'Observation' reference.- Returns:
- the value of the 'Observation' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setObservation
Sets the value of the 'Observation
' reference.- Parameters:
value
- the new value of the 'Observation' reference.- See Also:
- Generated class or method.
-