Interface UncertaintyModelEquality
- All Superinterfaces:
ArchitecturalPrecondition
,tools.mdsd.modelingfoundations.identifier.Entity
,EObject
,tools.mdsd.modelingfoundations.identifier.Identifier
,tools.mdsd.modelingfoundations.identifier.NamedElement
,Notifier
- All Known Implementing Classes:
UncertaintyModelEqualityImpl
A representation of the model object 'Model Equality'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.envdyn.environment.staticmodel.GroundProbabilisticNetwork
getFirst()
Returns the value of the 'First' reference.org.palladiosimulator.envdyn.environment.staticmodel.GroundProbabilisticNetwork
Returns the value of the 'Second' reference.void
setFirst
(org.palladiosimulator.envdyn.environment.staticmodel.GroundProbabilisticNetwork value) Sets the value of the 'First
' reference.void
setSecond
(org.palladiosimulator.envdyn.environment.staticmodel.GroundProbabilisticNetwork value) Sets the value of the 'Second
' 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 tools.mdsd.modelingfoundations.identifier.Identifier
getId, setId
Methods inherited from interface tools.mdsd.modelingfoundations.identifier.NamedElement
getEntityName, setEntityName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getFirst
org.palladiosimulator.envdyn.environment.staticmodel.GroundProbabilisticNetwork getFirst()Returns the value of the 'First' reference.- Returns:
- the value of the 'First' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setFirst
void setFirst(org.palladiosimulator.envdyn.environment.staticmodel.GroundProbabilisticNetwork value) Sets the value of the 'First
' reference.- Parameters:
value
- the new value of the 'First' reference.- See Also:
- Generated class or method.
-
getSecond
org.palladiosimulator.envdyn.environment.staticmodel.GroundProbabilisticNetwork getSecond()Returns the value of the 'Second' reference.- Returns:
- the value of the 'Second' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setSecond
void setSecond(org.palladiosimulator.envdyn.environment.staticmodel.GroundProbabilisticNetwork value) Sets the value of the 'Second
' reference.- Parameters:
value
- the new value of the 'Second' reference.- See Also:
- Generated class or method.
-