Cytoscape 3.0.1 API

org.cytoscape.model
Class SUIDFactory

java.lang.Object
  extended by org.cytoscape.model.SUIDFactory

public abstract class SUIDFactory
extends Object

This singleton class returns unique, positive SUID (session unique ID) values.


Cytoscape Backwards Compatibility (Static Class): This class is static and therefore can't be extended by users. This means that we may add methods for minor version updates. Methods will only be removed for major version updates.

Method Summary
static long getNextSUID()
          Returns the next available SUID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNextSUID

public static long getNextSUID()
Returns the next available SUID.

Returns:
the next available SUID.

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.