Uses of Class
adams.flow.standalone.pyrostandalone.AbstractPyroStandalone
-
Packages that use AbstractPyroStandalone Package Description adams.flow.standalone adams.flow.standalone.pyrostandalone -
-
Uses of AbstractPyroStandalone in adams.flow.standalone
Fields in adams.flow.standalone declared as AbstractPyroStandalone Modifier and Type Field Description protected AbstractPyroStandalone
PyroStandalone. m_Call
the pyro call to use.Methods in adams.flow.standalone that return AbstractPyroStandalone Modifier and Type Method Description AbstractPyroStandalone
PyroStandalone. getCall()
Returns the Pyro call to use.Methods in adams.flow.standalone with parameters of type AbstractPyroStandalone Modifier and Type Method Description void
PyroStandalone. setCall(AbstractPyroStandalone value)
Sets the Pyro call to use. -
Uses of AbstractPyroStandalone in adams.flow.standalone.pyrostandalone
Subclasses of AbstractPyroStandalone in adams.flow.standalone.pyrostandalone Modifier and Type Class Description class
Generic
Generic call, just forwards any data to the remote object.class
Null
Dummy, does nothing.
-