GATE
Version 3.1-2270

Uses of Class
gate.util.SimpleSortedSet

Packages that use SimpleSortedSet
gate.jape   
gate.util   
 

Uses of SimpleSortedSet in gate.jape
 

Methods in gate.jape with parameters of type SimpleSortedSet
protected  boolean SinglePhaseTransducer.attemptAdvance(ArrayList activeFSMInstances, ArrayList acceptingFSMInstances, SimpleSortedSet offsets, SimpleSortedSet annotationsByOffset, Document doc)
          Try to advance the activeFSMInstances.
protected  boolean SinglePhaseTransducer.fireRule(ArrayList acceptingFSMInstances, SinglePhaseTransducer.SearchState state, long lastNodeOff, SimpleSortedSet offsets, AnnotationSet inputAS, AnnotationSet outputAS, Document doc, SimpleSortedSet annotationsByOffset)
          Fire the rule that matched.
 

Uses of SimpleSortedSet in gate.util
 

Methods in gate.util that return SimpleSortedSet
 SimpleSortedSet SimpleSortedSet.tailSet(long elValue)
          calculate the index of the first element in the offset's array that is equal or not greater then the given one
 


GATE
Version 3.1-2270