Uses of Interface
org.insa.graphs.algorithm.ArcInspector
-
Packages that use ArcInspector Package Description org.insa.graphs.algorithm org.insa.graphs.algorithm.carpooling org.insa.graphs.algorithm.packageswitch org.insa.graphs.algorithm.shortestpath org.insa.graphs.gui -
-
Uses of ArcInspector in org.insa.graphs.algorithm
Fields in org.insa.graphs.algorithm declared as ArcInspector Modifier and Type Field Description protected ArcInspector
AbstractInputData. arcInspector
Methods in org.insa.graphs.algorithm that return types with arguments of type ArcInspector Modifier and Type Method Description static java.util.List<ArcInspector>
ArcInspectorFactory. getAllFilters()
Constructors in org.insa.graphs.algorithm with parameters of type ArcInspector Constructor Description AbstractInputData(Graph graph, ArcInspector arcInspector)
Create a new AbstractInputData instance for the given graph, mode and filter. -
Uses of ArcInspector in org.insa.graphs.algorithm.carpooling
Constructors in org.insa.graphs.algorithm.carpooling with parameters of type ArcInspector Constructor Description CarPoolingData(Graph graph, ArcInspector arcFilter)
-
Uses of ArcInspector in org.insa.graphs.algorithm.packageswitch
Constructors in org.insa.graphs.algorithm.packageswitch with parameters of type ArcInspector Constructor Description PackageSwitchData(Graph graph, ArcInspector arcFilter)
-
Uses of ArcInspector in org.insa.graphs.algorithm.shortestpath
Constructors in org.insa.graphs.algorithm.shortestpath with parameters of type ArcInspector Constructor Description ShortestPathData(Graph graph, Node origin, Node destination, ArcInspector arcInspector)
Construct a new instance of ShortestPathInputData with the given parameters. -
Uses of ArcInspector in org.insa.graphs.gui
Fields in org.insa.graphs.gui declared as ArcInspector Modifier and Type Field Description private ArcInspector
AlgorithmPanel.StartActionEvent. arcFilter
Methods in org.insa.graphs.gui that return ArcInspector Modifier and Type Method Description ArcInspector
AlgorithmPanel.StartActionEvent. getArcFilter()
Constructors in org.insa.graphs.gui with parameters of type ArcInspector Constructor Description StartActionEvent(java.lang.Class<? extends AbstractAlgorithm<?>> algoClass, java.util.List<Node> nodes, ArcInspector arcFilter, boolean graphicVisualization, boolean textualVisualization)
-