- acceptingInstances - Variable in class gate.jape.plus.SPTBase
-
The list of FSM instances that have reached a final state.
- actionblocks - Variable in class gate.jape.plus.SPTBase
-
- actionContext - Variable in class gate.jape.plus.SPTBase
-
- actionContext - Variable in class gate.jape.plus.Transducer
-
- actionPerformed(ActionEvent) - Method in class gate.jape.plus.Transducer.SerialiseTransducerAction
-
- actions - Variable in class gate.jape.plus.Transducer
-
- activeInstances - Variable in class gate.jape.plus.SPTBase
-
The list of active FSM instances.
- add(int) - Method in class com.ontotext.jape.automaton.IntSequence
-
- add(int, TransitionPDA, int) - Method in class com.ontotext.jape.automaton.TripleTransitions
-
- add(int) - Method in class com.ontotext.jape.automaton.WholeSet
-
- add(Annotation) - Method in class com.ontotext.jape.pda.SimpleSet
-
Adds annotation.
- addAll(Automaton, AutomatonBuildHelp) - Method in class com.ontotext.jape.automaton.TripleTransitions
-
- addEpsilon() - Method in class com.ontotext.jape.automaton.ClosedHashOfLabels
-
Marks that a transition with labeled with epsilon was put in the closed
hash.
- addIfDoesNotExsist(int) - Method in class com.ontotext.jape.automaton.IntSequence
-
- addLetter(int, int) - Method in class com.ontotext.jape.automaton.AutomatonMinimizationHelp
-
- addRules(PrioritisedRuleList) - Method in class com.ontotext.jape.pda.FSMPDA
-
- addState(AutomatonBuildHelp, int) - Method in class com.ontotext.jape.automaton.Automaton
-
- addState(int, int) - Method in class com.ontotext.jape.automaton.AutomatonMinimizationHelp
-
- addTransition(AutomatonBuildHelp, int, int, int) - Method in class com.ontotext.jape.automaton.Automaton
-
Adds a transition in the automaton
- addTransition(TransitionPDA, TripleTransitions) - Method in class com.ontotext.jape.pda.StatePDA
-
- addTransitions(int, Automaton) - Method in class com.ontotext.jape.automaton.AutomatonDeterminizationHelp
-
- advanceInstance(SPTBase.FSMInstance) - Method in class gate.jape.plus.SPTBase
-
Advances the provided instance according to the transition graph,
generating new active instances as required.
- alloc(int) - Method in class com.ontotext.jape.automaton.GenericWholeArrray
-
- allStates - Variable in class com.ontotext.jape.pda.FSMPDA
-
- alphabetLength - Variable in class com.ontotext.jape.automaton.Automaton
-
- alphabetLength - Variable in class com.ontotext.jape.automaton.AutomatonBuildHelp
-
- alsoFalse - Variable in class gate.jape.plus.Predicate
-
A set of predicates (for the same annotation type) that are also false
if this predicate is false.
- alsoTrue - Variable in class gate.jape.plus.Predicate
-
A set of predicates (for the same annotation type) that are also true
if this predicate is true.
- annotation - Variable in class gate.jape.plus.SPTBase
-
An array of all the input annotations, sorted by start offset, then inverse
length.
- ANNOTATION_TYPE_OTHER - Static variable in class gate.jape.plus.SPTBase
-
The pseudo-type used for annotations that are of a type not mentioned in
the rules.
- annotationAccessor - Variable in class gate.jape.plus.Predicate
-
The annotation feature this predicate refers to.
- annotationAccessors - Variable in class gate.jape.plus.Transducer
-
List of class names for any custom
AnnotationAccessor
s.
- annotationAdded(AnnotationSetEvent) - Method in class gate.jape.plus.Transducer.AnnSetListener
-
- annotationComparator - Variable in class gate.jape.plus.Transducer
-
- AnnotationComparator() - Constructor for class gate.jape.plus.Transducer.AnnotationComparator
-
- annotationFollowing - Variable in class gate.jape.plus.SPTBase
-
An array that, for each input annotation, points to the first annotation
starting at (or after) the offset where the current annotation ends.
- annotationIndex - Variable in class gate.jape.plus.SPTBase.FSMInstance
-
The current annotation this instance will be applied on
- annotationNextOffset - Variable in class gate.jape.plus.SPTBase
-
For each annotation, this array holds the index (in the
SPTBase.annotation
array) of the first annotation starting at the next offset (following this
annotation's
start offset).
- annotationPredicateComputed - Variable in class gate.jape.plus.SPTBase
-
Used for the predicates cache.
- annotationPredicateValues - Variable in class gate.jape.plus.SPTBase
-
Used for the predicates cache.
- annotationRemoved(AnnotationSetEvent) - Method in class gate.jape.plus.Transducer.AnnSetListener
-
- annotationType - Variable in class gate.jape.plus.SPTBase
-
- annotationTypes - Variable in class gate.jape.plus.SPTBase
-
An array containing all the annotation types that are relevant to this
transducer (that is, all the types mentioned in rules).
- annotationTypes - Variable in class gate.jape.plus.SPTBuilder
-
Stores the types of annotations actually used in the grammar.
- AnnSetListener() - Constructor for class gate.jape.plus.Transducer.AnnSetListener
-
- append(IntSequence) - Method in class com.ontotext.jape.automaton.IntSequence
-
- applyRule(SPTBase.FSMInstance) - Method in class gate.jape.plus.SPTBase
-
- Automaton - Class in com.ontotext.jape.automaton
-
This class provides basic functionalities for standard one-tape automata.
- Automaton(AutomatonBuildHelp, int, int) - Constructor for class com.ontotext.jape.automaton.Automaton
-
- Automaton(AutomatonBuildHelp, int) - Constructor for class com.ontotext.jape.automaton.Automaton
-
- AutomatonBuildHelp - Class in com.ontotext.jape.automaton
-
This class is needed while building an automaton.
- AutomatonBuildHelp(TripleTransitions) - Constructor for class com.ontotext.jape.automaton.AutomatonBuildHelp
-
- AutomatonBuildHelp(int) - Constructor for class com.ontotext.jape.automaton.AutomatonBuildHelp
-
- AutomatonDeterminizationHelp - Class in com.ontotext.jape.automaton
-
This class is needed while determinizing an automaton.
- AutomatonDeterminizationHelp() - Constructor for class com.ontotext.jape.automaton.AutomatonDeterminizationHelp
-
- AutomatonMinimizationHelp - Class in com.ontotext.jape.automaton
-
This class is needed while minimizing an automaton.
- AutomatonMinimizationHelp(int) - Constructor for class com.ontotext.jape.automaton.AutomatonMinimizationHelp
-
- gate.gui.jape.plus - package gate.gui.jape.plus
-
- gate.jape.plus - package gate.jape.plus
-
- gate.resources.img.svg - package gate.resources.img.svg
-
- generateAllNewInstances(SPTBase.FSMInstance, int, IntArrayList[]) - Method in class gate.jape.plus.SPTBase
-
- GENERATED_CLASS_PACKAGE - Static variable in class gate.jape.plus.SPTBuilder
-
- generateGraphVizInput(File, String) - Method in class com.ontotext.jape.automaton.Automaton
-
- generateSpt(GateClassLoader) - Method in class gate.jape.plus.Transducer.SPTData
-
- GenericWholeArrray - Class in com.ontotext.jape.automaton
-
This class provides basic functionalities for array of bytes, array of
shorts, array of ints, array of chars and array of bits.
- GenericWholeArrray(int, int) - Constructor for class com.ontotext.jape.automaton.GenericWholeArrray
-
- GenericWholeArrray(DataInputStream, int) - Constructor for class com.ontotext.jape.automaton.GenericWholeArrray
-
- GenericWholeArrray(GenericWholeArrray) - Constructor for class com.ontotext.jape.automaton.GenericWholeArrray
-
- get(int) - Method in class com.ontotext.jape.pda.SimpleSet
-
the get method retrieves a list of all annotations with start node having
offset startOffset
- getActions() - Method in class gate.jape.plus.Transducer
-
- getAnnotationAccessors() - Method in class gate.jape.plus.Transducer
-
Gets the list of class names for any custom
AnnotationAccessor
s.
- getBinaryGrammarURL() - Method in class gate.jape.plus.Transducer
-
- getBindingNames() - Method in class com.ontotext.jape.pda.FSMPDA
-
- getClassLoader() - Method in class gate.jape.plus.Transducer
-
This method is public only for the benefit of Factory.duplicate(gate.Resource)
and should not be called directly
- getClassLoaderRefCount() - Method in class gate.jape.plus.Transducer
-
This method is public only for the benefit of Factory.duplicate(gate.Resource)
and should not be called directly
- getCopyOfStrings() - Method in class com.ontotext.jape.automaton.ClosedHashOfStrings
-
Gets an array of all strings that are stored in the closed hash.
- getCopyOfTransitions() - Method in class com.ontotext.jape.automaton.ClosedHashOfLabels
-
Gets an array of all transitions that are stored in the closed hash.
- getEnableDebugging() - Method in class gate.jape.plus.Transducer
-
- getEncoding() - Method in class gate.jape.plus.Transducer
-
- getExistingTransducer() - Method in class gate.jape.plus.Transducer
-
This method is public only for the benefit of Factory.duplicate(gate.Resource)
and should not be called directly
- getFileIndex() - Method in class com.ontotext.jape.pda.StatePDA
-
- getFinalitites() - Method in class com.ontotext.jape.automaton.TripleTransitions
-
- getGrammarURL() - Method in class gate.jape.plus.Transducer
-
- getHashCode() - Method in class com.ontotext.jape.automaton.AutomatonDeterminizationHelp
-
- getHashCode(int[], int) - Method in class com.ontotext.jape.automaton.AutomatonDeterminizationHelp
-
- getHashCode(Object) - Method in class com.ontotext.jape.automaton.ClosedHashOfLabels
-
- getHashCode(Object) - Method in class com.ontotext.jape.automaton.ClosedHashOfObjects
-
- getHashCode(Object) - Method in class com.ontotext.jape.automaton.ClosedHashOfStrings
-
- getIconHeight() - Method in class gate.resources.img.svg.JapePlusIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.JapePlusIcon
-
- getImage() - Method in class gate.resources.img.svg.JapePlusIcon
-
- getInitialState() - Method in class com.ontotext.jape.automaton.Automaton
-
Gets the initial state of the automaton
- getInitialState() - Method in class com.ontotext.jape.pda.FSMPDA
-
- getInputASName() - Method in class gate.jape.plus.SPTBase
-
- getInputASName() - Method in class gate.jape.plus.Transducer
-
- getNextTransition(int, int, int) - Method in class com.ontotext.jape.automaton.Automaton
-
- getNextTransition(Automaton) - Method in class com.ontotext.jape.automaton.AutomatonDeterminizationHelp
-
- getOntology() - Method in class gate.jape.plus.Transducer
-
- getOperators() - Method in class gate.jape.plus.Transducer
-
Gets the list of class names for any custom boolean operators.
- getOrigHeight() - Static method in class gate.resources.img.svg.JapePlusIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.JapePlusIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.JapePlusIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.JapePlusIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOutputASName() - Method in class gate.jape.plus.SPTBase
-
- getOutputASName() - Method in class gate.jape.plus.Transducer
-
- getPriority() - Method in class com.ontotext.jape.pda.StatePDA
-
- getSet() - Method in class com.ontotext.jape.automaton.WholeSet
-
- getSortedAnnotations(String) - Method in class gate.jape.plus.Transducer
-
Get the set of annotations, of a given type, sorted by start offset and
inverse length, obtained from the input annotation set of the current
document.
- getStatesStored() - Method in class com.ontotext.jape.automaton.Automaton
-
Gets the number of the states of the automaton
- getStored() - Method in class com.ontotext.jape.automaton.WholeSet
-
- getStringsStored() - Method in class com.ontotext.jape.automaton.ClosedHashOfStrings
-
Gets the number of strings that are stored in the closed hash.
- getTransitionsStored() - Method in class com.ontotext.jape.automaton.Automaton
-
Gets the number of transitions in the automaton
- getTransitionsStored() - Method in class com.ontotext.jape.automaton.ClosedHashOfLabels
-
Gets the number of transitions that are stored in the closed hash.
- getType() - Method in class com.ontotext.jape.automaton.GenericWholeArrray
-
- getType() - Method in class com.ontotext.jape.pda.TransitionPDA
-
- grammarURL - Variable in class gate.jape.plus.Transducer
-
The source from which this transducer is created.
- groupMatchingMode - Variable in class gate.jape.plus.SPTBase
-
Should the transducer apply all possible matches when multiple matches are
possible in Appelt mode?
- save(DataOutputStream, int) - Method in class com.ontotext.jape.automaton.GenericWholeArrray
-
- seq - Variable in class com.ontotext.jape.automaton.IntSequence
-
- seqStored - Variable in class com.ontotext.jape.automaton.IntSequence
-
- SerialiseTransducerAction() - Constructor for class gate.jape.plus.Transducer.SerialiseTransducerAction
-
- set - Variable in class com.ontotext.jape.automaton.AutomatonDeterminizationHelp
-
- set - Variable in class com.ontotext.jape.automaton.WholeSet
-
- setAction(RightHandSide, TripleTransitions) - Method in class com.ontotext.jape.pda.StatePDA
-
- setActionContext(ActionContext) - Method in class gate.jape.plus.SPTBase
-
Sets the action context to be used during execution of RHS actions.
- setAnnotationAccessors(List<String>) - Method in class gate.jape.plus.Transducer
-
Sets the list of class names for any custom
AnnotationAccessor
s.
- setBinaryGrammarURL(URL) - Method in class gate.jape.plus.Transducer
-
- setClassLoader(GateClassLoader) - Method in class gate.jape.plus.Transducer
-
This method is public only for the benefit of Factory.duplicate(gate.Resource)
and should not be called directly
- setClassLoaderRefCount(AtomicInteger) - Method in class gate.jape.plus.Transducer
-
This method is public only for the benefit of Factory.duplicate(gate.Resource)
and should not be called directly
- setControllerEventBlocksAction(ControllerEventBlocksAction) - Method in class gate.jape.plus.SPTBase
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.JapePlusIcon
-
- setElement(int, int) - Method in class com.ontotext.jape.automaton.GenericWholeArrray
-
- setEnableDebugging(Boolean) - Method in class gate.jape.plus.Transducer
-
- setEncoding(String) - Method in class gate.jape.plus.Transducer
-
- setExistingTransducer(Transducer) - Method in class gate.jape.plus.Transducer
-
This method is public only for the benefit of Factory.duplicate(gate.Resource)
and should not be called directly
- setFileIndex(int) - Method in class com.ontotext.jape.pda.StatePDA
-
- setGrammarURL(URL) - Method in class gate.jape.plus.Transducer
-
- setInputASName(String) - Method in class gate.jape.plus.SPTBase
-
- setInputASName(String) - Method in class gate.jape.plus.Transducer
-
- setItFinal(TripleTransitions) - Method in class com.ontotext.jape.pda.StatePDA
-
- setMarker(int) - Method in class com.ontotext.jape.automaton.EpsilonClosure
-
- setOntology(Ontology) - Method in class gate.jape.plus.SPTBase
-
- setOntology(Ontology) - Method in class gate.jape.plus.Transducer
-
- setOperators(List<String>) - Method in class gate.jape.plus.Transducer
-
Sets the list of class names for any custom boolean operators.
- setOutputASName(String) - Method in class gate.jape.plus.SPTBase
-
- setOutputASName(String) - Method in class gate.jape.plus.Transducer
-
- setOwner(Transducer) - Method in class gate.jape.plus.SPTBase
-
- setPriority(int) - Method in class com.ontotext.jape.pda.StatePDA
-
- setRule(Rule) - Method in class com.ontotext.jape.pda.FSMPDA
-
- sets - Variable in class com.ontotext.jape.automaton.AutomatonDeterminizationHelp
-
- setStateFinality(StatePDA) - Method in class com.ontotext.jape.automaton.TripleTransitions
-
- setTheInitialState(int) - Method in class com.ontotext.jape.automaton.Automaton
-
- setTheInitialState(Automaton, int) - Method in class com.ontotext.jape.automaton.TripleTransitions
-
- SimpleSet - Class in com.ontotext.jape.pda
-
This class stores an index of annotations.
- SimpleSet(int) - Constructor for class com.ontotext.jape.pda.SimpleSet
-
The constructor.
- SinglePhaseTransducerPDA(String) - Constructor for class gate.jape.plus.Transducer.SinglePhaseTransducerPDA
-
- singlePhaseTransducers - Variable in class gate.jape.plus.Transducer
-
The list of phases used in this transducer.
- singlePhaseTransducersData - Variable in class gate.jape.plus.Transducer
-
- size() - Method in class com.ontotext.jape.pda.SimpleSet
-
- sort() - Method in class com.ontotext.jape.automaton.IntSequence
-
- sortAndRemoveIdentical() - Method in class com.ontotext.jape.automaton.IntSequence
-
- sortedAnnotations - Variable in class gate.jape.plus.Transducer
-
The sets of annotations (of a given type) that have already been sorted.
- sortTransitions() - Method in class com.ontotext.jape.automaton.Automaton
-
- spawn(Rule) - Method in class com.ontotext.jape.pda.FSMPDA
-
- spawn(ComplexPatternElement) - Method in class com.ontotext.jape.pda.FSMPDA
-
- SPTBase - Class in gate.jape.plus
-
An optimised implementation for a JAPE single phase transducer.
- SPTBase(String, String[], String[], boolean, boolean, SPTBase.MatchMode, Rule[], Predicate[][]) - Constructor for class gate.jape.plus.SPTBase
-
- SPTBase.FSMInstance - Class in gate.jape.plus
-
An instance of the state machine.
- SPTBase.MatchMode - Enum in gate.jape.plus
-
Enum for matching modes.
- SPTBase.State - Class in gate.jape.plus
-
A state for the finite state machine.
- SPTBase.Transition - Class in gate.jape.plus
-
A transition in the state machine.
- SPTBuilder - Class in gate.jape.plus
-
An utility class for converting a default JAPE transducer into a JAPE-Plus transducer.
- SPTBuilder() - Constructor for class gate.jape.plus.SPTBuilder
-
- SPTData(String, String, String, Rule[], Predicate[][], Set<String>) - Constructor for class gate.jape.plus.Transducer.SPTData
-
- state - Variable in class com.ontotext.jape.automaton.EpsilonClosure
-
- state - Variable in class gate.jape.plus.SPTBase.FSMInstance
-
The current state for this instance.
- State() - Constructor for class gate.jape.plus.SPTBase.State
-
- stateClosure - Variable in class com.ontotext.jape.automaton.EpsilonClosure
-
- stateFinalities - Variable in class com.ontotext.jape.automaton.Automaton
-
- stateFinalities - Variable in class com.ontotext.jape.automaton.TripleTransitions
-
- stateMark - Variable in class com.ontotext.jape.automaton.EpsilonClosure
-
- stateNumberOfTransitions - Variable in class com.ontotext.jape.automaton.Automaton
-
- StatePDA - Class in com.ontotext.jape.pda
-
- StatePDA() - Constructor for class com.ontotext.jape.pda.StatePDA
-
- states - Variable in class com.ontotext.jape.automaton.AutomatonDeterminizationHelp
-
- states - Variable in class com.ontotext.jape.automaton.TripleTransitions
-
- statesAlloced - Variable in class com.ontotext.jape.automaton.AutomatonBuildHelp
-
- statesClassNumber - Variable in class com.ontotext.jape.automaton.AutomatonMinimizationHelp
-
- statesNext - Variable in class com.ontotext.jape.automaton.AutomatonMinimizationHelp
-
- statesPrev - Variable in class com.ontotext.jape.automaton.AutomatonMinimizationHelp
-
- statesStored - Variable in class com.ontotext.jape.automaton.Automaton
-
- statesStored - Variable in class com.ontotext.jape.automaton.AutomatonMinimizationHelp
-
- stateTransitions - Variable in class com.ontotext.jape.automaton.Automaton
-
- stored - Variable in class com.ontotext.jape.automaton.EpsilonClosure
-
- stored - Variable in class com.ontotext.jape.automaton.WholeSet
-