Interface IntraTimeSliceInduction
- All Superinterfaces:
EObject
,Notifier
,TimeSliceInduction
- All Known Implementing Classes:
IntraTimeSliceInductionImpl
A representation of the model object 'Intra 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 'Dependence 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
-
getDependenceStructure
EList<DependenceRelation> getDependenceStructure()Returns the value of the 'Dependence Structure' reference list. The list contents are of typeDependenceRelation
.- Returns:
- the value of the 'Dependence Structure' reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-