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 AbstractInputDataAbstractAlgorithm. dataprivate AbstractInputDataAbstractSolution. dataMethods in org.insa.graphs.algorithm that return AbstractInputData Modifier and Type Method Description AbstractInputDataAbstractAlgorithm. getInputData()AbstractInputDataAbstractSolution. 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 classCarPoolingData -
Uses of AbstractInputData in org.insa.graphs.algorithm.packageswitch
Subclasses of AbstractInputData in org.insa.graphs.algorithm.packageswitch Modifier and Type Class Description classPackageSwitchData -
Uses of AbstractInputData in org.insa.graphs.algorithm.shortestpath
Subclasses of AbstractInputData in org.insa.graphs.algorithm.shortestpath Modifier and Type Class Description classShortestPathData -
Uses of AbstractInputData in org.insa.graphs.algorithm.weakconnectivity
Subclasses of AbstractInputData in org.insa.graphs.algorithm.weakconnectivity Modifier and Type Class Description classWeaklyConnectedComponentsData -
Uses of AbstractInputData in org.insa.graphs.gui
Methods in org.insa.graphs.gui that return AbstractInputData Modifier and Type Method Description AbstractInputDataSolutionPanel.SolutionBundle. getData()
-