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 |
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