mnemosyne.core
Interface Version

All Superinterfaces:
java.lang.Comparable
All Known Implementing Classes:
LongVersion

public interface Version
extends java.lang.Comparable

The version class is an identifier for a persistent graph version in mnemosyne. Version implementations should be ordered (comparable), and should have a large enough capacity to not repeat over the transient lifetime of the system.

Version:
$Id: Version.java,v 1.1.1.1 2004/08/07 06:41:14 charlesblaxland Exp $

Method Summary
 Version getNext()
          Gets the successor of this Version object.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getNext

public Version getNext()
Gets the successor of this Version object.

Returns:


Copyright © 2004 Charles Blaxland. All Rights Reserved.