Package 

Class UndirectedNavigationGraph

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class it.unibo.alchemist.model.implementations.geometry.euclidean2d.graph.BaseNavigationGraph

        clone, nodeContaining, setEdgeSupplier, setVertexSupplier
      • Methods inherited from class it.unibo.alchemist.model.interfaces.geometry.euclidean2d.graph.NavigationGraph

        addEdge, addEdge, addVertex, addVertex, containsEdge, containsEdge, containsVertex, degreeOf, edgeSet, edgesOf, getAllEdges, getEdge, getEdgeSource, getEdgeSupplier, getEdgeTarget, getEdgeWeight, getType, getVertexSupplier, inDegreeOf, incomingEdgesOf, iterables, outDegreeOf, outgoingEdgesOf, removeAllEdges, removeAllEdges, removeAllVertices, removeEdge, removeEdge, removeVertex, setEdgeWeight, setEdgeWeight, vertexSet
      • Methods inherited from class org.jgrapht.graph.AbstractBaseGraph

        assertVertexExist, removeAllEdges, toStringFromSets
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UndirectedNavigationGraph

        UndirectedNavigationGraph(Class<out E> edgeClass)
    • Method Detail