LqnCore.impl
Class OutputResultForwardingANDJoinDelayImpl

java.lang.Object
  extended by EObjectImpl
      extended by LqnCore.impl.OutputResultForwardingANDJoinDelayImpl
All Implemented Interfaces:
OutputResultForwardingANDJoinDelay

public class OutputResultForwardingANDJoinDelayImpl
extends EObjectImpl
implements OutputResultForwardingANDJoinDelay

An implementation of the model object 'Output Result Forwarding AND Join Delay'.

The following features are implemented:


Field Summary
protected  String dest
          The cached value of the 'Dest' attribute.
protected static String DEST_EDEFAULT
          The default value of the 'Dest' attribute.
protected static Object JOIN_VARIANCE_EDEFAULT
          The default value of the 'Join Variance' attribute.
protected static Object JOIN_WAITING_EDEFAULT
          The default value of the 'Join Waiting' attribute.
protected  Object joinVariance
          The cached value of the 'Join Variance' attribute.
protected  Object joinWaiting
          The cached value of the 'Join Waiting' attribute.
protected   resultConf95
          The cached value of the 'Result Conf95' containment reference list.
protected   resultConf99
          The cached value of the 'Result Conf99' containment reference list.
protected  Object waiting
          The cached value of the 'Waiting' attribute.
protected static Object WAITING_EDEFAULT
          The default value of the 'Waiting' attribute.
 
Constructor Summary
protected OutputResultForwardingANDJoinDelayImpl()
           
 
Method Summary
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 String getDest()
           
 Object getJoinVariance()
           
 Object getJoinWaiting()
           
  getResultConf95()
           
  getResultConf99()
           
 Object getWaiting()
           
 void setDest(String newDest)
           
 void setJoinVariance(Object newJoinVariance)
           
 void setJoinWaiting(Object newJoinWaiting)
           
 void setWaiting(Object newWaiting)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

resultConf95

protected  resultConf95
The cached value of the 'Result Conf95' containment reference list.

See Also:
getResultConf95()

resultConf99

protected  resultConf99
The cached value of the 'Result Conf99' containment reference list.

See Also:
getResultConf99()

DEST_EDEFAULT

protected static final String DEST_EDEFAULT
The default value of the 'Dest' attribute.

See Also:
getDest()

dest

protected String dest
The cached value of the 'Dest' attribute.

See Also:
getDest()

JOIN_VARIANCE_EDEFAULT

protected static final Object JOIN_VARIANCE_EDEFAULT
The default value of the 'Join Variance' attribute.

See Also:
getJoinVariance()

joinVariance

protected Object joinVariance
The cached value of the 'Join Variance' attribute.

See Also:
getJoinVariance()

JOIN_WAITING_EDEFAULT

protected static final Object JOIN_WAITING_EDEFAULT
The default value of the 'Join Waiting' attribute.

See Also:
getJoinWaiting()

joinWaiting

protected Object joinWaiting
The cached value of the 'Join Waiting' attribute.

See Also:
getJoinWaiting()

WAITING_EDEFAULT

protected static final Object WAITING_EDEFAULT
The default value of the 'Waiting' attribute.

See Also:
getWaiting()

waiting

protected Object waiting
The cached value of the 'Waiting' attribute.

See Also:
getWaiting()
Constructor Detail

OutputResultForwardingANDJoinDelayImpl

protected OutputResultForwardingANDJoinDelayImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getResultConf95

public  getResultConf95()

Specified by:
getResultConf95 in interface OutputResultForwardingANDJoinDelay
Returns:
the value of the 'Result Conf95' containment reference list.
See Also:
LqnCorePackage.getOutputResultForwardingANDJoinDelay_ResultConf95()

getResultConf99

public  getResultConf99()

Specified by:
getResultConf99 in interface OutputResultForwardingANDJoinDelay
Returns:
the value of the 'Result Conf99' containment reference list.
See Also:
LqnCorePackage.getOutputResultForwardingANDJoinDelay_ResultConf99()

getDest

public String getDest()

Specified by:
getDest in interface OutputResultForwardingANDJoinDelay
Returns:
the value of the 'Dest' attribute.
See Also:
OutputResultForwardingANDJoinDelay.setDest(String), LqnCorePackage.getOutputResultForwardingANDJoinDelay_Dest()

setDest

public void setDest(String newDest)

Specified by:
setDest in interface OutputResultForwardingANDJoinDelay
Parameters:
newDest - the new value of the 'Dest' attribute.
See Also:
OutputResultForwardingANDJoinDelay.getDest()

getJoinVariance

public Object getJoinVariance()

Specified by:
getJoinVariance in interface OutputResultForwardingANDJoinDelay
Returns:
the value of the 'Join Variance' attribute.
See Also:
OutputResultForwardingANDJoinDelay.setJoinVariance(Object), LqnCorePackage.getOutputResultForwardingANDJoinDelay_JoinVariance()

setJoinVariance

public void setJoinVariance(Object newJoinVariance)

Specified by:
setJoinVariance in interface OutputResultForwardingANDJoinDelay
Parameters:
newJoinVariance - the new value of the 'Join Variance' attribute.
See Also:
OutputResultForwardingANDJoinDelay.getJoinVariance()

getJoinWaiting

public Object getJoinWaiting()

Specified by:
getJoinWaiting in interface OutputResultForwardingANDJoinDelay
Returns:
the value of the 'Join Waiting' attribute.
See Also:
OutputResultForwardingANDJoinDelay.setJoinWaiting(Object), LqnCorePackage.getOutputResultForwardingANDJoinDelay_JoinWaiting()

setJoinWaiting

public void setJoinWaiting(Object newJoinWaiting)

Specified by:
setJoinWaiting in interface OutputResultForwardingANDJoinDelay
Parameters:
newJoinWaiting - the new value of the 'Join Waiting' attribute.
See Also:
OutputResultForwardingANDJoinDelay.getJoinWaiting()

getWaiting

public Object getWaiting()

Specified by:
getWaiting in interface OutputResultForwardingANDJoinDelay
Returns:
the value of the 'Waiting' attribute.
See Also:
OutputResultForwardingANDJoinDelay.setWaiting(Object), LqnCorePackage.getOutputResultForwardingANDJoinDelay_Waiting()

setWaiting

public void setWaiting(Object newWaiting)

Specified by:
setWaiting in interface OutputResultForwardingANDJoinDelay
Parameters:
newWaiting - the new value of the 'Waiting' attribute.
See Also:
OutputResultForwardingANDJoinDelay.getWaiting()

eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)


eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)


eSet

public void eSet(int featureID,
                 Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)


toString

public String toString()