simpArc.devsBridge
Class Transd

java.lang.Object
  extended by GenCol.entity
      extended by genDevs.modeling.devs
          extended by genDevs.modeling.atomic
              extended by simView.ViewableAtomic
                  extended by genDevs.devsBridge.atomicExt.InitializeableAtomic
                      extended by simpArc.devsBridge.Transd
All Implemented Interfaces:
devsBridge.XMLInitModelOperations, devsBridge.XMLParamInitModelOperations, devsBridge.XMLStateInitModelOperations, GenCol.EntityInterface, DOMInitModelOperations, genDevs.modeling.IODevs, simView.ViewableComponent

public class Transd
extends InitializeableAtomic


Field Summary
protected  java.util.Map arrived
           
protected  double clock
           
protected  double observation_time
           
protected  java.util.Map solved
           
protected  double total_ta
           
 
Fields inherited from class simView.ViewableAtomic
backgroundColor, base, view
 
Fields inherited from class genDevs.modeling.atomic
a, INFINITY, mySim, phase, sigma
 
Fields inherited from class genDevs.modeling.devs
mh
 
Fields inherited from class GenCol.entity
name
 
Constructor Summary
Transd()
           
Transd(java.lang.String name, double Observation_time)
           
 
Method Summary
 double compute_TA()
           
 double compute_Thru()
           
 void deltext(double e, genDevs.modeling.message x)
           
 void deltint()
           
 java.lang.String getParameters()
           
 void initialize()
           
 void initializeState(org.w3c.dom.Node node)
           
 genDevs.modeling.message out()
           
 void setModelParameters(org.w3c.dom.Node node)
           
 void setObservationTime(double t)
           
 void show_state()
           
 void showState()
           
 
Methods inherited from class genDevs.devsBridge.atomicExt.InitializeableAtomic
getState, initializeState, setModelParameters
 
Methods inherited from class simView.ViewableAtomic
addTestInput, addTestInput, createView, getAtomicView, getBackgroundColor, getFormattedPhase, getFormattedSigma, getFormattedTL, getFormattedTN, getInportNames, getLayoutName, getNumInports, getNumOutports, getOutportNames, getPreferredLocation, getSimulator, getTestInputs, getTooltipText, getView, isHidden, setBackgroundColor, setHidden, setLayoutName, setPreferredLocation, setSigma
 
Methods inherited from class genDevs.modeling.atomic
Continue, deltcon, deltcon, deltext, getActivity, getPhase, getSigma, getSim, holdIn, holdIn, Out, passivate, passivateIn, phaseIs, setSimulator, startActiviry, stringState, ta, toString
 
Methods inherited from class genDevs.modeling.devs
addInport, addOutport, makeContent, makeContent, messageOnPort, messageOnPort
 
Methods inherited from class GenCol.entity
addSelf, eq, equalName, equals, getExtRep, getName, print, removeSelf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface simView.ViewableComponent
getName
 
Methods inherited from interface genDevs.modeling.IODevs
addInport, addOutport, makeContent, messageOnPort
 
Methods inherited from interface GenCol.EntityInterface
equalName, getExtRep, getName
 

Field Detail

arrived

protected java.util.Map arrived

solved

protected java.util.Map solved

clock

protected double clock

total_ta

protected double total_ta

observation_time

protected double observation_time
Constructor Detail

Transd

public Transd(java.lang.String name,
              double Observation_time)

Transd

public Transd()
Method Detail

initialize

public void initialize()
Overrides:
initialize in class genDevs.modeling.atomic

showState

public void showState()
Overrides:
showState in class genDevs.modeling.atomic

deltext

public void deltext(double e,
                    genDevs.modeling.message x)
Overrides:
deltext in class genDevs.modeling.atomic

deltint

public void deltint()
Overrides:
deltint in class genDevs.modeling.atomic

out

public genDevs.modeling.message out()
Overrides:
out in class genDevs.modeling.atomic

compute_TA

public double compute_TA()

compute_Thru

public double compute_Thru()

show_state

public void show_state()

setObservationTime

public void setObservationTime(double t)

setModelParameters

public void setModelParameters(org.w3c.dom.Node node)
                        throws devsBridge.DevsCorbaException
Throws:
devsBridge.DevsCorbaException

getParameters

public java.lang.String getParameters()
Specified by:
getParameters in interface devsBridge.XMLParamInitModelOperations
Overrides:
getParameters in class InitializeableAtomic

initializeState

public void initializeState(org.w3c.dom.Node node)
                     throws devsBridge.DevsCorbaException
Throws:
devsBridge.DevsCorbaException