edu.mit.sketch.grammar
Interface Terminal

All Superinterfaces:
Paintable
All Known Subinterfaces:
GeometricObject, SequenceTerminal

public interface Terminal
extends Paintable

All the objects who want to be NonTerminal must implement this interface.


Method Summary
 long getTimeStamp()
          Returns the time stamp of the current Terminal
 void setTimeStamp(long time_stamp)
          Sets the time stamp of the current Terminal
 
Methods inherited from interface edu.mit.sketch.ui.Paintable
getType, paint, paint, paintOriginal, setGraphicsContext
 

Method Detail

setTimeStamp

public void setTimeStamp(long time_stamp)
Sets the time stamp of the current Terminal

getTimeStamp

public long getTimeStamp()
Returns the time stamp of the current Terminal