simpArc.devsBridge
Class Ef

java.lang.Object
  extended by GenCol.entity
      extended by genDevs.modeling.devs
          extended by genDevs.modeling.digraph
              extended by simView.ViewableDigraph
                  extended by genDevs.devsBridge.atomicExt.InitializeableDigraph
                      extended by simpArc.devsBridge.Ef
All Implemented Interfaces:
devsBridge.XMLInitModelOperations, devsBridge.XMLParamInitModelOperations, devsBridge.XMLStateInitModelOperations, GenCol.EntityInterface, DOMInitModelOperations, genDevs.modeling.Coupled, genDevs.modeling.coupledDevs, genDevs.modeling.IOBasicDevs, genDevs.modeling.IODevs, simView.ViewableComponent

public class Ef
extends InitializeableDigraph


Field Summary
protected  InitializeableAtomic g
           
protected  InitializeableAtomic t
           
 
Fields inherited from class simView.ViewableDigraph
base, blackBox, layoutChanged, preferredSize, view
 
Fields inherited from class genDevs.modeling.digraph
components, coordinator, cp
 
Fields inherited from class genDevs.modeling.devs
mh
 
Fields inherited from class GenCol.entity
name
 
Constructor Summary
Ef()
           
Ef(java.lang.String nm, double int_arr_t, double observe_t)
           
 
Method Summary
 void efConstruct(double int_arr_t, double observe_t)
           
 java.lang.String getParameters()
           
 void initializeState(org.w3c.dom.Node node)
           
 void layoutForSimView()
          Automatically generated by the SimView program.
static void main(java.lang.String[] argv)
           
 void setModelParameters(org.w3c.dom.Node node)
           
 
Methods inherited from class genDevs.devsBridge.atomicExt.InitializeableDigraph
getState, initializeState, setModelParameters
 
Methods inherited from class simView.ViewableDigraph
addTestInput, addTestInput, createView, getDigraphView, getInportNames, getLayoutChanged, getLayoutName, getNumInports, getNumOutports, getOutportNames, getPreferredLocation, getPreferredSize, getSimulator, getTestInputs, getView, isBlackBox, isHidden, layoutForSimViewOverride, setBlackBox, setHidden, setLayoutChanged, setLayoutName, setPreferredLocation, setPreferredSize
 
Methods inherited from class genDevs.modeling.digraph
add, addCoupling, deltcon, deltext, deltint, getActivity, getComponents, getCoordinator, getCouprel, initialize, iterator, Out, setCoordinator, setSimulator, showState, ta, toString, withName
 
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
 

Field Detail

g

protected InitializeableAtomic g

t

protected InitializeableAtomic t
Constructor Detail

Ef

public Ef()

Ef

public Ef(java.lang.String nm,
          double int_arr_t,
          double observe_t)
Method Detail

efConstruct

public void efConstruct(double int_arr_t,
                        double observe_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 InitializeableDigraph

main

public static void main(java.lang.String[] argv)

layoutForSimView

public void layoutForSimView()
Automatically generated by the SimView program. Do not edit this manually, as such changes will get overwritten.

Overrides:
layoutForSimView in class simView.ViewableDigraph

initializeState

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