Interface SelectionContext

    • Method Detail

      • deselectAll

        boolean deselectAll()
      • setSelectedVertexRefs

        boolean setSelectedVertexRefs​(java.util.Collection<? extends VertexRef> vertexRefs)
      • selectVertexRefs

        boolean selectVertexRefs​(java.util.Collection<? extends VertexRef> vertexRefs)
      • deselectVertexRefs

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

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

        boolean isVertexRefSelected​(VertexRef vertexRef)
      • isEdgeRefSelected

        boolean isEdgeRefSelected​(EdgeRef edgeRef)
      • getSelectedVertexRefs

        java.util.Collection<VertexRef> getSelectedVertexRefs()
      • getSelectedEdgeRefs

        java.util.Collection<EdgeRef> getSelectedEdgeRefs()