GATE
Version 3.1-2270

Uses of Interface
gate.jape.JapeConstants

Packages that use JapeConstants
gate.fsm   
gate.jape   
gate.jape.parser   
 

Uses of JapeConstants in gate.fsm
 

Classes in gate.fsm that implement JapeConstants
 class FSM
          This class implements a standard Finite State Machine.
 class State
          This class implements a Finite State Machine state.
 

Uses of JapeConstants in gate.jape
 

Classes in gate.jape that implement JapeConstants
 class BasicPatternElement
          A pattern element within curly braces.
 class Batch
          Batch processing of JAPE transducers against documents or collections.
 class ComplexPatternElement
          A pattern element enclosed in round brackets.
 class Constraint
          An individual annotation/attribute/value expression.
 class ConstraintGroup
          A sequence of conjunctions of PatternElement that form a disjunction.
 class LeftHandSide
          The LHS of a CPSL rule.
 class MultiPhaseTransducer
          Represents a complete CPSL grammar, with a phase name, options and rule set (accessible by name and by sequence).
 class PatternElement
          Superclass of the various types of pattern element, and of ConstraintGroup.
 class RightHandSide
          The RHS of a CPSL rule.
 class Rule
          A CPSL rule.
 class SinglePhaseTransducer
          Represents a complete CPSL grammar, with a phase name, options and rule set (accessible by name and by sequence).
 

Uses of JapeConstants in gate.jape.parser
 

Classes in gate.jape.parser that implement JapeConstants
 class ParseCpsl
          A parser for the CPSL language.
 


GATE
Version 3.1-2270