core.time
Interface VSTime

All Known Implementing Classes:
VSLamportTime, VSVectorTime

public interface VSTime

This interface is a guidline for general time format classes.

Author:
Paul C. Buetow

Method Summary
 long getGlobalTime()
          Gets the global time.
 java.lang.String toString()
          Returns a string representation.
 

Method Detail

getGlobalTime

long getGlobalTime()
Gets the global time.

Returns:
The global time

toString

java.lang.String toString()
Returns a string representation.

Overrides:
toString in class java.lang.Object
Returns:
The representation of the implementing object as a string