Interface TimeSliceInduction
- All Known Subinterfaces:
InterTimeSliceInduction
,IntraTimeSliceInduction
- All Known Implementing Classes:
InterTimeSliceInductionImpl
,IntraTimeSliceInductionImpl
,TimeSliceInductionImpl
A representation of the model object 'Time Slice Induction'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Applied Ground Variable' reference.Returns the value of the 'Descriptive Model' reference.void
Sets the value of the 'Applied Ground Variable
' reference.void
Sets the value of the 'Descriptive Model
' 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
-
getDescriptiveModel
TemporalDynamic getDescriptiveModel()Returns the value of the 'Descriptive Model' reference.- Returns:
- the value of the 'Descriptive Model' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setDescriptiveModel
Sets the value of the 'Descriptive Model
' reference.- Parameters:
value
- the new value of the 'Descriptive Model' reference.- See Also:
- Generated class or method.
-
getAppliedGroundVariable
GroundRandomVariable getAppliedGroundVariable()Returns the value of the 'Applied Ground Variable' reference.- Returns:
- the value of the 'Applied Ground Variable' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setAppliedGroundVariable
Sets the value of the 'Applied Ground Variable
' reference.- Parameters:
value
- the new value of the 'Applied Ground Variable' reference.- See Also:
- Generated class or method.
-