simpArc.devsBridge
Class Proc

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.Proc
All Implemented Interfaces:
devsBridge.XMLInitModelOperations, devsBridge.XMLParamInitModelOperations, devsBridge.XMLStateInitModelOperations, GenCol.EntityInterface, DOMInitModelOperations, genDevs.modeling.IODevs, simView.ViewableComponent

public class Proc
extends InitializeableAtomic


Field Summary
protected  GenCol.entity job
           
protected  double processing_time
           
 
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
Proc()
           
Proc(java.lang.String name, double Processing_time)
           
 
Method Summary
 void deltcon(double e, genDevs.modeling.message x)
           
 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 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, 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

job

protected GenCol.entity job

processing_time

protected double processing_time
Constructor Detail

Proc

public Proc()

Proc

public Proc(java.lang.String name,
            double Processing_time)
Method Detail

initialize

public void initialize()
Overrides:
initialize 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

deltcon

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

out

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

showState

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

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