| Package | Description |
|---|---|
| edu.nyu.jet |
The root Jet package provides the methods for top-level system
control and for the Console.
|
| 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 | Field and Description |
|---|---|
static PatternCollection |
JetTest.pc |
| Modifier and Type | Method and Description |
|---|---|
void |
PatternSet.makePatternGraph(PatternCollection collection)
converts the set of rules in this pattern set into
a graph.
|
| Constructor and Description |
|---|
PatternReference(String patternName,
PatternCollection collection)
creates a reference to the pattern named patternName in
collection collection.
|
Copyright © 2016 New York University. All rights reserved.