public class AnnotationWeightedEdge
extends org.jgrapht.graph.DefaultWeightedEdge
Constructor and Description |
---|
AnnotationWeightedEdge() |
Modifier and Type | Method and Description |
---|---|
double |
getLength() |
BrainAnnotation |
getSource() |
BrainAnnotation |
getTarget() |
double |
getWeight() |
String |
toString() |
public double getWeight()
getWeight
in class org.jgrapht.graph.DefaultWeightedEdge
public double getLength()
public BrainAnnotation getSource()
getSource
in class org.jgrapht.graph.DefaultWeightedEdge
public BrainAnnotation getTarget()
getTarget
in class org.jgrapht.graph.DefaultWeightedEdge
public String toString()
toString
in class org.jgrapht.graph.DefaultWeightedEdge
Copyright © 2015–2021 Fiji. All rights reserved.