Module platform

Interface GraphSelection

All Superinterfaces:
Described, Selection
All Known Implementing Classes:
GraphSelectionImpl, NodeSelection

public interface GraphSelection extends Selection
  • Method Details

    • size

      int size()
    • getGraphState

      GraphState getGraphState(int index)
    • getObject

      Object getObject(int index)
    • isNode

      boolean isNode(int index)
    • contains

      boolean contains(Graph graph, Object object, boolean asNode)