Package org.cytoscape.model
Class SUIDFactory
- java.lang.Object
-
- org.cytoscape.model.SUIDFactory
-
public abstract class SUIDFactory extends Object
This singleton class returns unique, positive SUID (session unique ID) values.Module:
model-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>model-api</artifactId> </dependency>
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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
getNextSUID()
Returns the next available SUID.
-