Uses of Class
org.insa.graphs.algorithm.AbstractInputData
-
-
Uses of AbstractInputData in org.insa.graphs.algorithm
Fields in org.insa.graphs.algorithm declared as AbstractInputData Modifier and Type Field Description protected AbstractInputData
AbstractAlgorithm. data
private AbstractInputData
AbstractSolution. data
Methods in org.insa.graphs.algorithm that return AbstractInputData Modifier and Type Method Description AbstractInputData
AbstractAlgorithm. getInputData()
AbstractInputData
AbstractSolution. getInputData()
Methods in org.insa.graphs.algorithm with parameters of type AbstractInputData Modifier and Type Method Description static AbstractAlgorithm<?>
AlgorithmFactory. createAlgorithm(java.lang.Class<? extends AbstractAlgorithm<?>> algorithm, AbstractInputData data)
Create an instance of the given algorithm class using the given input data.Constructors in org.insa.graphs.algorithm with parameters of type AbstractInputData Constructor Description AbstractAlgorithm(AbstractInputData data)
Create a new algorithm with an empty list of observers.AbstractAlgorithm(AbstractInputData data, java.util.ArrayList<Observer> observers)
Create a new algorithm with the given list of observers.AbstractSolution(AbstractInputData data)
Create a new abstract solution with unknown status.AbstractSolution(AbstractInputData data, AbstractSolution.Status status)
-
Uses of AbstractInputData in org.insa.graphs.algorithm.carpooling
Subclasses of AbstractInputData in org.insa.graphs.algorithm.carpooling Modifier and Type Class Description class
CarPoolingData
-
Uses of AbstractInputData in org.insa.graphs.algorithm.packageswitch
Subclasses of AbstractInputData in org.insa.graphs.algorithm.packageswitch Modifier and Type Class Description class
PackageSwitchData
-
Uses of AbstractInputData in org.insa.graphs.algorithm.shortestpath
Subclasses of AbstractInputData in org.insa.graphs.algorithm.shortestpath Modifier and Type Class Description class
ShortestPathData
-
Uses of AbstractInputData in org.insa.graphs.algorithm.weakconnectivity
Subclasses of AbstractInputData in org.insa.graphs.algorithm.weakconnectivity Modifier and Type Class Description class
WeaklyConnectedComponentsData
-
Uses of AbstractInputData in org.insa.graphs.gui
Methods in org.insa.graphs.gui that return AbstractInputData Modifier and Type Method Description AbstractInputData
SolutionPanel.SolutionBundle. getData()
-