| Package | Description |
|---|---|
| edu.nyu.jet |
The root Jet package provides the methods for top-level system
control and for the Console.
|
| edu.nyu.jet.lisp |
The Lisp package includes the basic classes for symbol manipulation
in Jet: literals, variables, and feature sets.
|
| 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.
|
| Class and Description |
|---|
| PatternCollection |
| PatternGraphView
A view of the pattern as a tree.
|
| PatternView
A view of the pattern as a tree.
|
| Class and Description |
|---|
| PatternSyntaxError |
| Class and Description |
|---|
| Action
The representation of an action as part of a when statement
in a pattern collection.
|
| AtomicPatternElement
abstract class for all PatternElements which do not contain
embedded references to other PatternElements.
|
| Id |
| InternalPatternNode
a non-final node in the graph representation of a pattern set
(a node with outgoing arcs).
|
| PatternApplication
records information about the matching of a pattern graph against a
segment of a Document.
|
| PatternArc
an arc in the graph representation of a pattern.
|
| PatternCollection |
| PatternElement |
| PatternGraph |
| PatternNode
a node in the graph representation of a pattern set.
|
| PatternRule
internal representation of a when statement in a pattern file,
indicating that when pattern patternName is matched, actions
should be performed.
|
| PatternSet
a set of pattern-action rules which are applied together when
processing a document.
|
| PatternSyntaxError |
| StringExpression
a sequence of strings and variables, used as the argument to the
"print" and "write" actions.
|
Copyright © 2016 New York University. All rights reserved.