LqnCore
Interface OutputResultForwardingANDJoinDelay

All Known Implementing Classes:
OutputResultForwardingANDJoinDelayImpl

public interface OutputResultForwardingANDJoinDelay

A representation of the model object 'Output Result Forwarding AND Join Delay'.

The following features are supported:

See Also:
LqnCorePackage.getOutputResultForwardingANDJoinDelay()

Method Summary
 String getDest()
          Returns the value of the 'Dest' attribute.
 Object getJoinVariance()
          Returns the value of the 'Join Variance' attribute.
 Object getJoinWaiting()
          Returns the value of the 'Join Waiting' attribute.
  getResultConf95()
          Returns the value of the 'Result Conf95' containment reference list.
  getResultConf99()
          Returns the value of the 'Result Conf99' containment reference list.
 Object getWaiting()
          Returns the value of the 'Waiting' attribute.
 void setDest(String value)
          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.
 

Method Detail

getResultConf95

 getResultConf95()
Returns the value of the 'Result Conf95' containment reference list. The list contents are of type ResultConf95Type.

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:
LqnCorePackage.getOutputResultForwardingANDJoinDelay_ResultConf95()

getResultConf99

 getResultConf99()
Returns the value of the 'Result Conf99' containment reference list. The list contents are of type ResultConf99Type.

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:
LqnCorePackage.getOutputResultForwardingANDJoinDelay_ResultConf99()

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), LqnCorePackage.getOutputResultForwardingANDJoinDelay_Dest()

setDest

void setDest(String value)
Sets the value of the 'Dest' attribute.

Parameters:
value - the new value of the 'Dest' attribute.
See Also:
getDest()

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), LqnCorePackage.getOutputResultForwardingANDJoinDelay_JoinVariance()

setJoinVariance

void setJoinVariance(Object value)
Sets the value of the 'Join Variance' attribute.

Parameters:
value - the new value of the 'Join Variance' attribute.
See Also:
getJoinVariance()

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), LqnCorePackage.getOutputResultForwardingANDJoinDelay_JoinWaiting()

setJoinWaiting

void setJoinWaiting(Object value)
Sets the value of the 'Join Waiting' attribute.

Parameters:
value - the new value of the 'Join Waiting' attribute.
See Also:
getJoinWaiting()

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), LqnCorePackage.getOutputResultForwardingANDJoinDelay_Waiting()

setWaiting

void setWaiting(Object value)
Sets the value of the 'Waiting' attribute.

Parameters:
value - the new value of the 'Waiting' attribute.
See Also:
getWaiting()