Uses of Class
de.xima.fc.workflow.model.nodes.FcExperimentProps
-
Packages that use FcExperimentProps Package Description de.xima.fc.workflow.designer.bpmn.node.flow_control de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.executor -
-
Uses of FcExperimentProps in de.xima.fc.workflow.designer.bpmn.node.flow_control
Method parameters in de.xima.fc.workflow.designer.bpmn.node.flow_control with type arguments of type FcExperimentProps Modifier and Type Method Description void
FcExperimentBpmnModeler. modelNode(IModelWorkflowNodeParams<FcExperimentProps> params, IWorkflowBpmnModelContext context)
-
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 IWorkflowNodeBpmnModeler<FcExperimentProps>
FcExperimentHandler. getBpmnModeler()
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)
ISummaryKeyValueModel
FcExperimentHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<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.
-