Uses of Class
adams.flow.core.AbstractPyroCall
-
Packages that use AbstractPyroCall Package Description adams.flow.sink.pyrosink adams.flow.source.pyrosource adams.flow.standalone.pyrostandalone adams.flow.transformer.pyrotransformer -
-
Uses of AbstractPyroCall in adams.flow.sink.pyrosink
Subclasses of AbstractPyroCall in adams.flow.sink.pyrosink Modifier and Type Class Description class
AbstractPyroSink
Ancestor for Pyro calls that consume data but don't produce any output.class
Generic
Generic call, just forwards any data to the remote object.class
Null
Dummy, does nothing. -
Uses of AbstractPyroCall in adams.flow.source.pyrosource
Subclasses of AbstractPyroCall in adams.flow.source.pyrosource Modifier and Type Class Description class
AbstractPyroSource
Ancestor for Pyro calls that generate output.class
Generic
Generic call, just retrieves any data from the remote object.class
Null
Dummy, outputs nothing. -
Uses of AbstractPyroCall in adams.flow.standalone.pyrostandalone
Subclasses of AbstractPyroCall in adams.flow.standalone.pyrostandalone Modifier and Type Class Description class
AbstractPyroStandalone
Ancestor for Pyro calls that neither take input nor produce output.class
Generic
Generic call, just forwards any data to the remote object.class
Null
Dummy, does nothing. -
Uses of AbstractPyroCall in adams.flow.transformer.pyrotransformer
Subclasses of AbstractPyroCall in adams.flow.transformer.pyrotransformer Modifier and Type Class Description class
AbstractPyroTransformer
Ancestor for Pyro calls that transform data.class
ExampleGreeting
Uses the call described here: https://pythonhosted.org/Pyro4/intro.html#with-a-name-serverclass
Generic
Generic call, just forwards any data to the remote object.class
Null
Dummy, does nothing.
-