Package jline.api.wkflow
Class Wkflow_pattern_updater.UpdatedWorkflow
-
- All Implemented Interfaces:
public final class Wkflow_pattern_updater.UpdatedWorkflowData class to represent the updated workflow.
-
-
Field Summary
Fields Modifier and Type Field Description private final MatrixlinkMatrixprivate final Map<Integer, Wkflow_pattern_updater.ServiceParameters>serviceParameters
-
Constructor Summary
Constructors Constructor Description Wkflow_pattern_updater.UpdatedWorkflow(Matrix linkMatrix, Map<Integer, Wkflow_pattern_updater.ServiceParameters> serviceParameters)
-
Method Summary
Modifier and Type Method Description final MatrixgetLinkMatrix()final Map<Integer, Wkflow_pattern_updater.ServiceParameters>getServiceParameters()-
-
Constructor Detail
-
Wkflow_pattern_updater.UpdatedWorkflow
Wkflow_pattern_updater.UpdatedWorkflow(Matrix linkMatrix, Map<Integer, Wkflow_pattern_updater.ServiceParameters> serviceParameters)
-
-
Method Detail
-
getLinkMatrix
final Matrix getLinkMatrix()
-
getServiceParameters
final Map<Integer, Wkflow_pattern_updater.ServiceParameters> getServiceParameters()
-
-
-
-