Class InputProcessorResultsElement
- Object
-
- PathElement
-
- InputProcessorResultsElement
-
- All Implemented Interfaces:
Serializable
public class InputProcessorResultsElement extends PathElement
The InputProcessorResultsElement contains the input processor result data.
-
-
Constructor Summary
Constructors Constructor Description InputProcessorResultsElement(List<ExtendedSentence> _lSentences, List<ChangedAnnotation> _lChangedAnnotations, String _sConsistencyError)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ChangedAnnotation>
getChangedAnnotations()
String
getConsistencyError()
String
getDescription()
String
getName()
List<SentenceI>
getSentences()
String
getType()
boolean
isConsistent()
String
toString()
-
Methods inherited from class PathElement
getPropertyGetters
-
-
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getType
in classPathElement
-
getName
public String getName()
- Specified by:
getName
in classPathElement
-
getDescription
public String getDescription()
- Specified by:
getDescription
in classPathElement
-
getChangedAnnotations
public List<ChangedAnnotation> getChangedAnnotations()
-
isConsistent
public boolean isConsistent()
-
getConsistencyError
public String getConsistencyError()
-
toString
public String toString()
- Overrides:
toString
in classPathElement
-
-