Class 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 Detail

      • getNextSUID

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