Package sc.fiji.snt.analysis.graph
Class AnnotationWeightedEdge
java.lang.Object
org.jgrapht.graph.DefaultWeightedEdge
sc.fiji.snt.analysis.graph.AnnotationWeightedEdge
- All Implemented Interfaces:
Serializable,Cloneable
public class AnnotationWeightedEdge
extends org.jgrapht.graph.DefaultWeightedEdge
Represents a weighted edge between two
BrainAnnotation vertices in an annotation graph.
This class extends DefaultWeightedEdge to provide specialized functionality for
brain annotation connections with associated weights.- See Also:
-
Constructor Details
-
AnnotationWeightedEdge
public AnnotationWeightedEdge()
-
-
Method Details
-
getWeight
public double getWeight()- Overrides:
getWeightin classorg.jgrapht.graph.DefaultWeightedEdge
-
getLength
public double getLength() -
getSource
- Overrides:
getSourcein classorg.jgrapht.graph.DefaultWeightedEdge
-
getTarget
- Overrides:
getTargetin classorg.jgrapht.graph.DefaultWeightedEdge
-
toString
- Overrides:
toStringin classorg.jgrapht.graph.DefaultWeightedEdge
-
clone
-