| 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 |
AnnotationPatternElement
A pattern element which matches an annotation.
|
class |
AssignmentPatternElement
a pattern element which assigns a value (a String or integer) to a
pattern variable.
|
class |
GetEndPatternElement |
class |
GetStartPatternElement
a pattern element, in the graph representation of a pattern, which
binds a variable to the current position in the document being matched.
|
class |
IntegerPatternElement
a pattern element which matches an integer token.
|
class |
NullPatternElement
a pattern element which always succeeds.
|
class |
TokenStringPatternElement
a pattern element which matches a specific word.
|
class |
UndefinedCapPatternElement |
| Modifier and Type | Field and Description |
|---|---|
AtomicPatternElement |
PatternArc.pe |
| Constructor and Description |
|---|
PatternArc(AtomicPatternElement e,
PatternNode t) |
Copyright © 2016 New York University. All rights reserved.