| Package | Description |
|---|---|
| edu.nyu.jet.pat |
The Pat package encapsulates the basic pattern application
mechanism of Jet, sets of pattern/action rules which can be applied
to a document to add or modify annotations on the document. The external
form of the pattern language is described below; the classes used
to encode these patterns are summarized separately.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddFeaturesAction
the action (in a when statement) for adding features to an
existing Annotation.
|
class |
NewAnnotationAction
the action (in a when statement) for creating a new
annotation on a Document.
|
class |
PrintAction
the encoding of the "print message" action, where message
is a StringExpression (one or more strings or variables).
|
class |
WriteAction
the encoding of the "write message" action, where message
is a StringExpression (one or more strings or variables).
|
Copyright © 2016 New York University. All rights reserved.