Interface OutputResultForwardingANDJoinDelay
The following features are supported:
- See Also:
-
org.palladiosimulator.solver.lqn.LqnPackage#getOutputResultForwardingANDJoinDelay()
- Generated class or method.
- EMF model class or method.
- extendedMetaData="name='OutputResultForwardingANDJoinDelay' kind='elementOnly'"
-
Method Summary
Modifier and TypeMethodDescriptiongetDest()
Returns the value of the 'Dest' attribute.Returns the value of the 'Join Variance' attribute.Returns the value of the 'Join Waiting' attribute.Returns the value of the 'Result Conf95' containment reference list.Returns the value of the 'Result Conf99' containment reference list.Returns the value of the 'Waiting' attribute.void
Sets the value of the 'Dest
' attribute.void
setJoinVariance
(Object value) Sets the value of the 'Join Variance
' attribute.void
setJoinWaiting
(Object value) Sets the value of the 'Join Waiting
' attribute.void
setWaiting
(Object value) Sets the value of the 'Waiting
' attribute.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
-
getResultConf95
EList<ResultConf95Type> getResultConf95()Returns the value of the 'Result Conf95' containment reference list. The list contents are of typeResultConf95Type
.If the meaning of the 'Result Conf95' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Result Conf95' containment reference list.
- See Also:
-
org.palladiosimulator.solver.lqn.LqnPackage#getOutputResultForwardingANDJoinDelay_ResultConf95()
- Generated class or method.
- EMF model class or method.
- containment="true" extendedMetaData= "kind='element' name='result-conf-95' namespace='##targetNamespace'"
-
getResultConf99
EList<ResultConf99Type> getResultConf99()Returns the value of the 'Result Conf99' containment reference list. The list contents are of typeResultConf99Type
.If the meaning of the 'Result Conf99' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Result Conf99' containment reference list.
- See Also:
-
org.palladiosimulator.solver.lqn.LqnPackage#getOutputResultForwardingANDJoinDelay_ResultConf99()
- Generated class or method.
- EMF model class or method.
- containment="true" extendedMetaData= "kind='element' name='result-conf-99' namespace='##targetNamespace'"
-
getDest
String getDest()Returns the value of the 'Dest' attribute.If the meaning of the 'Dest' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Dest' attribute.
- See Also:
-
setDest(String)
org.palladiosimulator.solver.lqn.LqnPackage#getOutputResultForwardingANDJoinDelay_Dest()
- Generated class or method.
- EMF model class or method.
- dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='attribute' name='dest' namespace='##targetNamespace'"
-
setDest
Sets the value of the 'Dest
' attribute.- Parameters:
value
- the new value of the 'Dest' attribute.- See Also:
- Generated class or method.
-
getJoinVariance
Object getJoinVariance()Returns the value of the 'Join Variance' attribute.If the meaning of the 'Join Variance' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Join Variance' attribute.
- See Also:
-
setJoinVariance(Object)
org.palladiosimulator.solver.lqn.LqnPackage#getOutputResultForwardingANDJoinDelay_JoinVariance()
- Generated class or method.
- EMF model class or method.
- dataType="org.palladiosimulator.solver.lqn.SrvnFloat" extendedMetaData="kind='attribute' name='join-variance' namespace='##targetNamespace'"
-
setJoinVariance
Sets the value of the 'Join Variance
' attribute.- Parameters:
value
- the new value of the 'Join Variance' attribute.- See Also:
- Generated class or method.
-
getJoinWaiting
Object getJoinWaiting()Returns the value of the 'Join Waiting' attribute.If the meaning of the 'Join Waiting' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Join Waiting' attribute.
- See Also:
-
setJoinWaiting(Object)
org.palladiosimulator.solver.lqn.LqnPackage#getOutputResultForwardingANDJoinDelay_JoinWaiting()
- Generated class or method.
- EMF model class or method.
- dataType="org.palladiosimulator.solver.lqn.SrvnFloat" extendedMetaData="kind='attribute' name='join-waiting' namespace='##targetNamespace'"
-
setJoinWaiting
Sets the value of the 'Join Waiting
' attribute.- Parameters:
value
- the new value of the 'Join Waiting' attribute.- See Also:
- Generated class or method.
-
getWaiting
Object getWaiting()Returns the value of the 'Waiting' attribute.If the meaning of the 'Waiting' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Waiting' attribute.
- See Also:
-
setWaiting(Object)
org.palladiosimulator.solver.lqn.LqnPackage#getOutputResultForwardingANDJoinDelay_Waiting()
- Generated class or method.
- EMF model class or method.
- dataType="org.palladiosimulator.solver.lqn.SrvnFloat" extendedMetaData="kind='attribute' name='waiting' namespace='##targetNamespace'"
-
setWaiting
Sets the value of the 'Waiting
' attribute.- Parameters:
value
- the new value of the 'Waiting' attribute.- See Also:
- Generated class or method.
-