com.turtle3d.visualizator
Class VisualData

java.lang.Object
  extended by com.turtle3d.visualizator.VisualData

public class VisualData
extends java.lang.Object


Constructor Summary
VisualData()
           
 
Method Summary
 int getMaximalDepthReached()
           
 java.util.ArrayList<VisualSymbol> getVisualSequence()
           
 void setMaximalDepthReached(int maximalDepthReached)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisualData

public VisualData()
Method Detail

getVisualSequence

public java.util.ArrayList<VisualSymbol> getVisualSequence()

getMaximalDepthReached

public int getMaximalDepthReached()

setMaximalDepthReached

public void setMaximalDepthReached(int maximalDepthReached)