Interface IDable

All Known Implementing Classes:
Predicate, QueryGraphCPQ.Edge, QueryGraphCPQ.QueryGraphComponent, QueryGraphCPQ.Vertex, Selectivity, SimpleGraph.SimpleVertex, Type, UniqueGraph.GraphNode, Variable, Workload, WorkloadCPQ, WorkloadRPQ

public interface IDable
Interface to represent objects that are associated with some unique ID.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the unique ID for this object.
  • Method Details

    • getID

      int getID()
      Gets the unique ID for this object. This ID uniquely identifies all objects of this type.
      Returns:
      The unique ID for this object.