Uses of Interface
adams.flow.core.PyroOutputProducer
-
Packages that use PyroOutputProducer Package Description adams.flow.source.pyrosource adams.flow.transformer.pyrotransformer -
-
Uses of PyroOutputProducer in adams.flow.source.pyrosource
Classes in adams.flow.source.pyrosource that implement PyroOutputProducer 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 PyroOutputProducer in adams.flow.transformer.pyrotransformer
Classes in adams.flow.transformer.pyrotransformer that implement PyroOutputProducer 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.
-