- main(String[]) - Static method in class ever.generic.CaseLoader
-
The main method is just used for testing purpose
- main(String[]) - Static method in class ever.generic.LocalProductSplitter
-
- Main - Class in ever.pipeline
-
- Main() - Constructor for class ever.pipeline.Main
-
- main(String[]) - Static method in class ever.pipeline.Main
-
- main(String[]) - Static method in class ever.workflowRepresentation.RandomWorkflow
-
Deprecated.
- merge(Task, Task) - Static method in class ever.workflowRepresentation.Task
-
Merges two task.
- moveFromThreadLocalAllProducts() - Method in class ever.workflowRepresentation.Workflow
-
This method copies product data from the ThreadLocal to this workflow and resets the ThreadLocal Data.
- moveFromThreadLocalLastId() - Method in class ever.workflowRepresentation.Workflow
-
This method copies the last id used data from the ThreadLocal to this workflow and resets the ThreadLocal Data.
- moveToThreadLocalAllProducts() - Method in class ever.workflowRepresentation.Workflow
-
Takes the data which is in workflow scoope and copies it to the ThreadLocal element.
- moveToThreadLocalLastId() - Method in class ever.workflowRepresentation.Workflow
-
Takes the data which is in workflow scoope and copies it to the ThreadLocal element.