Uses of Class
jline.io.WfCommonsOptions
Packages that use WfCommonsOptions
-
Uses of WfCommonsOptions in jline.io
Methods in jline.io that return WfCommonsOptionsModifier and TypeMethodDescriptionstatic WfCommonsOptionsWfCommonsOptions.deterministic()Create options with deterministic service times.static WfCommonsOptionsWfCommonsOptions.exponential()Create options with exponential distribution.WfCommonsOptions.setDefaultRuntime(double defaultRuntime) Set the default runtime when execution data is missing.WfCommonsOptions.setDefaultSCV(double defaultSCV) Set the default SCV for APH/HyperExp distributions.WfCommonsOptions.setDistributionType(WfCommonsOptions.DistributionType distributionType) Set the distribution type for task service times.WfCommonsOptions.setStoreMetadata(boolean storeMetadata) Set whether to store WfCommons metadata in activities.WfCommonsOptions.setUseExecutionData(boolean useExecutionData) Set whether to use execution data if available.Methods in jline.io with parameters of type WfCommonsOptionsModifier and TypeMethodDescriptionstatic WorkflowWfCommonsLoader.load(String jsonFile, WfCommonsOptions options) Load a WfCommons JSON file with options.static WorkflowWfCommonsLoader.loadFromString(String json, WfCommonsOptions options) Load a workflow from a JSON string with options.static WorkflowWfCommonsLoader.loadFromUrl(String urlString, WfCommonsOptions options) Load a WfCommons JSON file from a URL with options. -
Uses of WfCommonsOptions in jline.lang.workflow
Methods in jline.lang.workflow with parameters of type WfCommonsOptionsModifier and TypeMethodDescriptionstatic WorkflowWorkflow.fromWfCommons(String jsonFile, WfCommonsOptions options) Load a workflow from a WfCommons JSON file with options.