|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TCasFormatter
Interface for components that generate a String representation of a CAS.
Method Summary | |
---|---|
java.lang.String |
format(CAS aCAS)
Produces a string representation of a CAS. |
java.lang.String |
format(CAS aCAS,
FSMatchConstraint aFilter)
Produces a string representation of a CAS. |
Method Detail |
---|
java.lang.String format(CAS aCAS) throws CASException
aCAS
- the CAS to be formatted
aCAS
.
CASException
- if an exception occurs reading from the CASjava.lang.String format(CAS aCAS, FSMatchConstraint aFilter) throws CASException
aCAS
- the CAS to be formattedaFilter
- a constraint which FeatureStructures must satisfy in order to be included in the
resulting string
aCAS
.
CASException
- if an exception occurs reading from the CAS
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |