- parseCF() - Method in class ever.pipeline.SundanceResult
-
- Pipeline - Class in ever.pipeline
-
- Pipeline() - Constructor for class ever.pipeline.Pipeline
-
- popLast() - Method in class ever.workflowRepresentation.Sequence
-
Retrieves and removes the last workflowelement from the list.
- popOption() - Method in class ever.workflowRepresentation.Xor
-
Returns an option of the xor
- Product - Class in ever.workflowRepresentation
-
Used to represent input- and output-products (resources and products) its an abstract class, Currently
just the SimpleProduct class implements it.
- Product() - Constructor for class ever.workflowRepresentation.Product
-
- ProductListExtractor - Class in ever.simpleCooking
-
This analyzer extract the product/ingredient list from a textual process description
- ProductListExtractor() - Constructor for class ever.simpleCooking.ProductListExtractor
-
- ProductXor - Class in ever.generic
-
This analyzer looks for occurences of products which are seperated by an "or".
- ProductXor() - Constructor for class ever.generic.ProductXor
-
- putAllElements(LinkedList<WorkflowElement>) - Method in class ever.workflowRepresentation.Sequence
-
- putCases(HashMap<Integer, Case>) - Method in class ever.pipeline.Pipeline
-
Set the map with cases
- putElementAt(WorkflowElement, int) - Method in class ever.workflowRepresentation.Sequence
-
Puts Element elem at position pos in the sequence