Package | Description |
---|---|
ever.pipeline | |
ever.workflowRepresentation |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Sentence> |
Case.getSentences()
Returns a list with all sentences
|
Modifier and Type | Method and Description |
---|---|
void |
Case.addSentence(Sentence sen)
Appends a sentence to the sentence list
|
int |
Case.getFirstIndexForSentence(Sentence s)
Gets the index of a workflow element of a sentence in sequence.
|
int |
AbstractLocalInputAnalyzer.getNextRelated(java.util.ArrayList<Sentence> senList,
Sentence s,
Sequence seq) |
int |
AbstractLocalInputAnalyzer.getWfePosition(Sentence s,
java.util.ArrayList<WorkflowElement> related,
Task toAdd,
Sequence seq) |
Modifier and Type | Method and Description |
---|---|
int |
AbstractLocalInputAnalyzer.getNextRelated(java.util.ArrayList<Sentence> senList,
Sentence s,
Sequence seq) |
Modifier and Type | Field and Description |
---|---|
Sentence |
WorkflowElement.relatedSentence |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowElement.addRelSentence(Sentence sen)
Add related sentence to workflow element to be able to track the origin of an element
|
Constructor and Description |
---|
And(WorkflowElement parent,
Sentence s)
Standard constructor
|
Sequence(WorkflowElement parent,
Sentence s)
Initializes the list with sequence elements
|
Task(WorkflowElement parent,
Sentence s) |
Task(WorkflowElement parent,
Sentence s,
java.lang.String name) |
WorkflowElement(WorkflowElement parent,
Sentence s)
Sets id and adds the Element to the list of elements
|
Xor(WorkflowElement parent,
Sentence s) |