Uses of Class
jline.lang.workflow.Workflow
Packages that use Workflow
Package
Description
Input/output from the command line or XML files.
-
Uses of Workflow in jline.api.lqn
Fields in jline.api.lqn declared as WorkflowModifier and TypeFieldDescriptionLqnPh.EntryWorkflow.wfWorkflow whose leaves are the activities (and calls) of the entry.Methods in jline.api.lqn with parameters of type 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)