Package jline.api.wkflow
Class Wkflow_pattern_updater.UpdatedWorkflow
-
- All Implemented Interfaces:
public final class Wkflow_pattern_updater.UpdatedWorkflow
Data class to represent the updated workflow.
-
-
Field Summary
Fields Modifier and Type Field Description private final Matrix
linkMatrix
private 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 Matrix
getLinkMatrix()
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()
-
-
-
-