genDevs.devsBridge.proxy
Class ViewableAtomicCorba

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.proxy.ViewableAtomicDevs
                      extended by genDevs.devsBridge.proxy.ViewableAtomicCorba
All Implemented Interfaces:
GenCol.EntityInterface, DevsPortsI, genDevs.modeling.IOBasicDevs, genDevs.modeling.IODevs, simView.ViewableComponent

public class ViewableAtomicCorba
extends ViewableAtomicDevs

proxy for the devsModel located at specified CorbaLoc

Author:
twutz

Field Summary
protected  org.omg.CORBA.ORB orb
           
 
Fields inherited from class genDevs.devsBridge.proxy.ViewableAtomicDevs
devsMod, trans
 
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
ViewableAtomicCorba(org.omg.CORBA.ORB orb, java.lang.String host, int port, java.lang.String serverName, java.lang.String name, MessageTranslator trans)
           
ViewableAtomicCorba(org.omg.CORBA.ORB orb, java.lang.String corbaLoc, java.lang.String name, MessageTranslator trans)
           
 
Method Summary
protected  devsBridge.DevsPorts getDevsProxy(java.lang.String corbaLoc)
           
 void showState()
           
 double ta()
           
 
Methods inherited from class genDevs.devsBridge.proxy.ViewableAtomicDevs
deltcon, deltext, deltint, initialize, Out, refreshPortNames
 
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, showState, 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 genDevs.devsBridge.atomicExt.DevsPortsI
getInportNames, getOutportNames
 
Methods inherited from interface genDevs.modeling.IOBasicDevs
getActivity, setSimulator
 
Methods inherited from interface genDevs.modeling.IODevs
addInport, addOutport, makeContent, messageOnPort
 
Methods inherited from interface GenCol.EntityInterface
equalName, getExtRep, getName
 
Methods inherited from interface simView.ViewableComponent
getName
 

Field Detail

orb

protected org.omg.CORBA.ORB orb
Constructor Detail

ViewableAtomicCorba

public ViewableAtomicCorba(org.omg.CORBA.ORB orb,
                           java.lang.String corbaLoc,
                           java.lang.String name,
                           MessageTranslator trans)
                    throws org.omg.CORBA.UserException
Throws:
org.omg.CORBA.UserException

ViewableAtomicCorba

public ViewableAtomicCorba(org.omg.CORBA.ORB orb,
                           java.lang.String host,
                           int port,
                           java.lang.String serverName,
                           java.lang.String name,
                           MessageTranslator trans)
                    throws org.omg.CORBA.UserException
Throws:
org.omg.CORBA.UserException
Method Detail

getDevsProxy

protected devsBridge.DevsPorts getDevsProxy(java.lang.String corbaLoc)
                                     throws org.omg.CORBA.UserException
Throws:
org.omg.CORBA.UserException

ta

public double ta()

showState

public void showState()