GATE
Version 3.1-2270

debugger.resources.pr
Class TraceContainer

java.lang.Object
  extended by java.util.AbstractCollection
      extended by java.util.AbstractList
          extended by java.util.ArrayList
              extended by debugger.resources.pr.TraceContainer
All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, List, RandomAccess

public class TraceContainer
extends ArrayList

Copyright (c) Ontos AG (http://www.ontosearch.com). This class is part of JAPE Debugger component for GATE (Copyright (c) "The University of Sheffield" see http://gate.ac.uk/)

Author:
Vladimir Karasev
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
TraceContainer()
           
 
Method Summary
 void addAll(TraceContainer tc)
           
 AnnotationSet getPhaseCut(PhaseModel pm)
           
 RuleTrace getStateContainer(State state)
           
 TraceContainer getTraceByOffset(Long start, Long end)
           
 TraceContainer getTraceByRuleModel(RuleModel ruleModel)
           
 void leaveLast(RightHandSide currentRHS)
           
 void putPhaseCut(SinglePhaseTransducer spt, AnnotationSet annotations)
           
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

TraceContainer

public TraceContainer()
Method Detail

getStateContainer

public RuleTrace getStateContainer(State state)

getTraceByOffset

public TraceContainer getTraceByOffset(Long start,
                                       Long end)

getTraceByRuleModel

public TraceContainer getTraceByRuleModel(RuleModel ruleModel)

getPhaseCut

public AnnotationSet getPhaseCut(PhaseModel pm)

putPhaseCut

public void putPhaseCut(SinglePhaseTransducer spt,
                        AnnotationSet annotations)

addAll

public void addAll(TraceContainer tc)

leaveLast

public void leaveLast(RightHandSide currentRHS)

GATE
Version 3.1-2270