Package org.aksw.commons.jena.jgrapht
Class LabeledEdgeImpl<V,T>
java.lang.Object
org.jgrapht.graph.DefaultEdge
org.aksw.commons.jena.jgrapht.LabeledEdgeImpl<V,T>
- Type Parameters:
V-T-
- All Implemented Interfaces:
Serializable,Cloneable,LabeledEdge<V,T>
TODO This class could make use of Triplet (although Triplet should probably not be tied to jGraphT and thus should not inherit from DefaultEdge)
- Author:
- raven
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
source
-
target
-
label
-
-
Constructor Details
-
LabeledEdgeImpl
public LabeledEdgeImpl() -
LabeledEdgeImpl
-
LabeledEdgeImpl
-
-
Method Details
-
getLabel
- Specified by:
getLabelin interfaceLabeledEdge<V,T>
-
setLabel
- Specified by:
setLabelin interfaceLabeledEdge<V,T>
-
getSource
- Specified by:
getSourcein interfaceLabeledEdge<V,T> - Overrides:
getSourcein classorg.jgrapht.graph.DefaultEdge
-
getTarget
- Specified by:
getTargetin interfaceLabeledEdge<V,T> - Overrides:
getTargetin classorg.jgrapht.graph.DefaultEdge
-
toString
- Overrides:
toStringin classorg.jgrapht.graph.DefaultEdge
-
isEpsilon
-
clone
-