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 voidFcExperimentBpmnModeler. 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 FcExperimentPropsFcExperimentHandler. 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 INormalCompletionResultFcExperimentHandler. execute(INodeExecutionParams<FcExperimentProps> params)ISummaryKeyValueModelFcExperimentHandler. 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. 
 -