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