Interface SelectionContext

    • Method Detail

      • deselectAll

        boolean deselectAll()
      • setSelectedVertexRefs

        boolean setSelectedVertexRefs​(Collection<? extends VertexRef> vertexRefs)
      • deselectVertexRefs

        boolean deselectVertexRefs​(Collection<? extends VertexRef> vertexRefs)
      • setSelectedEdgeRefs

        boolean setSelectedEdgeRefs​(Collection<? extends EdgeRef> edgeRefs)
      • isVertexRefSelected

        boolean isVertexRefSelected​(VertexRef vertexRef)
      • isEdgeRefSelected

        boolean isEdgeRefSelected​(EdgeRef edgeRef)