Interface InterTimeSliceInduction
- All Superinterfaces:
EObject
,Notifier
,TimeSliceInduction
- All Known Implementing Classes:
InterTimeSliceInductionImpl
A representation of the model object 'Inter Time Slice Induction'.
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 'Temporal Structure' reference list.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
Methods inherited from interface org.palladiosimulator.envdyn.environment.dynamicmodel.TimeSliceInduction
getAppliedGroundVariable, getDescriptiveModel, setAppliedGroundVariable, setDescriptiveModel
-
Method Details
-
getTemporalStructure
EList<TemporalRelation> getTemporalStructure()Returns the value of the 'Temporal Structure' reference list. The list contents are of typeTemporalRelation
.- Returns:
- the value of the 'Temporal Structure' reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-