public abstract class AbstractLocalInputAnalyzer extends Analyzer
Constructor and Description |
---|
AbstractLocalInputAnalyzer() |
Modifier and Type | Method and Description |
---|---|
int |
getNextRelated(java.util.ArrayList<Sentence> senList,
Sentence s,
Sequence seq) |
int |
getWfePosition(Sentence s,
java.util.ArrayList<WorkflowElement> related,
Task toAdd,
Sequence seq) |
boolean |
isLocal()
This method is necessary to group analyzers.
|
public boolean isLocal()
Analyzer
public int getWfePosition(Sentence s, java.util.ArrayList<WorkflowElement> related, Task toAdd, Sequence seq)