Uses of Package
gate.jape

Packages that use gate.jape
gate.creole   
gate.fsm   
gate.jape   
gate.jape.constraint   
gate.jape.parser   
 

Classes in gate.jape used by gate.creole
Batch
          Batch processing of JAPE transducers against documents or collections.
DefaultActionContext
          Default implementation for an action context.
JapeException
          Superclass of all JAPE exceptions.
 

Classes in gate.jape used by gate.fsm
BasicPatternElement
          A pattern element within curly braces.
ComplexPatternElement
          A pattern element enclosed in round brackets.
JapeConstants
          Constants interface for the JAPE package.
PrioritisedRuleList
          A list of rules ordered according to priority.
RightHandSide
          The RHS of a CPSL rule.
Rule
          A CPSL rule.
SinglePhaseTransducer
          Represents a complete CPSL grammar, with a phase name, options and rule set (accessible by name and by sequence).
 

Classes in gate.jape used by gate.jape
ActionContext
          Interface describing an "action context" for a JAPE Java RHS.
ComplexPatternElement
          A pattern element enclosed in round brackets.
Constraint
          A set of predicates/expressions that apply to a single Annotation type.
ConstraintGroup
          A sequence of conjunctions of PatternElements that form a disjunction.
ControllerEventBlocksAction
          The interface used by the action class generated for controller event blocks.
JapeConstants
          Constants interface for the JAPE package.
JapeException
          Superclass of all JAPE exceptions.
JdmAttribute
          THIS CLASS SHOULDN'T BE HERE.
KleeneOperator
          Representation of Kleene operators on expressions.
KleeneOperator.Type
          Enum containing the defined types of operators.
LeftHandSide
          The LHS of a CPSL rule.
PatternElement
          Superclass of the various types of pattern element, and of ConstraintGroup.
PrioritisedRuleList
          A list of rules ordered according to priority.
RightHandSide
          The RHS of a CPSL rule.
Rule
          A CPSL rule.
SinglePhaseTransducer.SearchState
           
Transducer
          Represents a single or multiphase transducer.
 

Classes in gate.jape used by gate.jape.constraint
Constraint
          A set of predicates/expressions that apply to a single Annotation type.
JapeException
          Superclass of all JAPE exceptions.
 

Classes in gate.jape used by gate.jape.parser
BasicPatternElement
          A pattern element within curly braces.
ComplexPatternElement
          A pattern element enclosed in round brackets.
Constraint
          A set of predicates/expressions that apply to a single Annotation type.
ConstraintGroup
          A sequence of conjunctions of PatternElements that form a disjunction.
JapeConstants
          Constants interface for the JAPE package.
KleeneOperator
          Representation of Kleene operators on expressions.
LeftHandSide
          The LHS of a CPSL rule.
MultiPhaseTransducer
          Represents a complete CPSL grammar, with a phase name, options and rule set (accessible by name and by sequence).
PatternElement
          Superclass of the various types of pattern element, and of ConstraintGroup.
RightHandSide
          The RHS of a CPSL rule.
Rule
          A CPSL rule.
SinglePhaseTransducer
          Represents a complete CPSL grammar, with a phase name, options and rule set (accessible by name and by sequence).