| Package | Description |
|---|---|
| ever.pipeline | |
| ever.workflowRepresentation |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
Sequence |
And.getNextSequence()
returns and deletes next sequence
|
Sequence |
Option.getSeq()
Return the sequence of the option.
|
Sequence |
Workflow.getTopSequence()
Get the root sequence of a workflow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
And.addOption(Sequence op)
Adds new path to the and-node.
|
void |
Option.setSeq(Sequence seq)
Sets a new sequence to the option
|
void |
Workflow.setTopLevel(Sequence seq)
Sets a new root sequence.
|
void |
Workflow.setTopSequence(Sequence seq)
Sets the root sequence of the workflow.
|
| Constructor and Description |
|---|
Option(Sequence seq,
java.lang.String cond) |