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.

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.

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>
  • Method Details

    • getNextSUID

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