gishur.core.algorithms
Class TraceCursor

java.lang.Object
  |
  +--gishur.core.algorithms.TraceCursor

public class TraceCursor
extends java.lang.Object

Version:
1.0
Author:
Thomas Wolf

Method Summary
 void end()
           
 void end(int level)
           
 void goTo(TraceLabel label)
           
 void home()
           
 void home(int level)
           
 void invalidate()
           
 boolean isFirst()
           
 boolean isLast()
           
 TraceLabel label()
          Returns the TraceLabel, to which the cursor actually points.
 void next()
           
 void next(int level)
           
 void nextUp()
           
 void prev()
           
 void prev(int level)
           
 void prevUp()
           
 java.lang.String toString()
           
 boolean valid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

next

public void next()

prev

public void prev()

next

public void next(int level)

prev

public void prev(int level)

nextUp

public void nextUp()

prevUp

public void prevUp()

home

public void home()

end

public void end()

home

public void home(int level)

end

public void end(int level)

goTo

public void goTo(TraceLabel label)

valid

public boolean valid()

invalidate

public void invalidate()

isFirst

public boolean isFirst()

isLast

public boolean isLast()

label

public final TraceLabel label()
Returns the TraceLabel, to which the cursor actually points.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object