Uses of Class
de.xima.fc.workflow.model.nodes.FcExperimentProps
-
Packages that use FcExperimentProps Package Description de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor -
-
Uses of FcExperimentProps in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes that return FcExperimentProps Modifier and Type Method Description FcExperimentProps
FcExperimentHandler. getPrototypeModelData(String label, IGuiIcon icon, IGetElementPrototypesParams params)
Methods in de.xima.fc.workflow.designer.registry.nodes that return types with arguments of type FcExperimentProps Modifier and Type Method Description Class<FcExperimentProps>
FcExperimentHandler. getDataModelClass()
Method parameters in de.xima.fc.workflow.designer.registry.nodes with type arguments of type FcExperimentProps Modifier and Type Method Description INormalCompletionResult
FcExperimentHandler. execute(INodeExecutionParams<FcExperimentProps> params)
-
Uses of FcExperimentProps in de.xima.fc.workflow.executor
Constructor parameters in de.xima.fc.workflow.executor with type arguments of type FcExperimentProps Constructor Description FcExperimentExecutor(INodeExecutionParams<FcExperimentProps> params)
Creates a new executor for executing a multiple condition node with the given params.
-