public class FromContinuousBranches extends Object implements OutputAlgorithm<org.jgrapht.graph.SimpleWeightedGraph<Spot,org.jgrapht.graph.DefaultWeightedEdge>>, Benchmark
Constructor and Description |
---|
FromContinuousBranches(Collection<List<Spot>> branches,
Collection<List<Spot>> links) |
Modifier and Type | Method and Description |
---|---|
boolean |
checkInput() |
String |
getErrorMessage() |
long |
getProcessingTime() |
org.jgrapht.graph.SimpleWeightedGraph<Spot,org.jgrapht.graph.DefaultWeightedEdge> |
getResult() |
boolean |
process() |
public FromContinuousBranches(Collection<List<Spot>> branches, Collection<List<Spot>> links)
public long getProcessingTime()
getProcessingTime
in interface Benchmark
public boolean checkInput()
checkInput
in interface Algorithm
public String getErrorMessage()
getErrorMessage
in interface Algorithm
public org.jgrapht.graph.SimpleWeightedGraph<Spot,org.jgrapht.graph.DefaultWeightedEdge> getResult()
getResult
in interface OutputAlgorithm<org.jgrapht.graph.SimpleWeightedGraph<Spot,org.jgrapht.graph.DefaultWeightedEdge>>
Copyright © 2015–2021 Fiji. All rights reserved.