Uses of Class
jline.lang.workflow.Workflow
Packages that use Workflow
-
Uses of Workflow in jline.io
Modifier and TypeMethodDescriptionstatic WorkflowLoad a WfCommons JSON file into a Workflow object.static WorkflowWfCommonsLoader.load(String jsonFile, WfCommonsOptions options) Load a WfCommons JSON file with options.static WorkflowWfCommonsLoader.loadFromString(String json) Load a workflow from a JSON string.static WorkflowWfCommonsLoader.loadFromString(String json, WfCommonsOptions options) Load a workflow from a JSON string with options.static WorkflowWfCommonsLoader.loadFromUrl(String urlString) Load a WfCommons JSON file from a URL.static WorkflowWfCommonsLoader.loadFromUrl(String urlString, WfCommonsOptions options) Load a WfCommons JSON file from a URL with options. -
Uses of Workflow in jline.lang.workflow
Methods in jline.lang.workflow that return WorkflowModifier and TypeMethodDescriptionstatic WorkflowWorkflow.fromWfCommons(String jsonFile) Load a workflow from a WfCommons JSON file.static WorkflowWorkflow.fromWfCommons(String jsonFile, WfCommonsOptions options) Load a workflow from a WfCommons JSON file with options.WorkflowActivity.getWorkflow()Constructors in jline.lang.workflow with parameters of type WorkflowModifierConstructorDescriptionWorkflowActivity(Workflow workflow, String name, double meanServiceTime) WorkflowActivity(Workflow workflow, String name, Distribution hostDemand)