|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVariableProvider
An interface which provides the names of variables, usually for the outputs of an actor. This allows actors to provide names of outputs without having to run the node. So when authoring complex workflows, it should be implemented so that nodes can provide those values which are available for downstream nodes.
Method Summary | |
---|---|
java.util.List<IVariable> |
getInputVariables()
List is likely to be unmodifiable. |
java.util.List<IVariable> |
getOutputVariables()
List is likely to be unmodifiable. |
Method Detail |
---|
java.util.List<IVariable> getOutputVariables()
java.util.List<IVariable> getInputVariables()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |