JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.aksw.commons.jena.jgrapht
Interface LabeledEdge<V,
T>
All Known Implementing Classes:
LabeledEdgeImpl
public interface
LabeledEdge<V,
T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
getLabel
()
V
getSource
()
V
getTarget
()
void
setLabel
(
T
label)
Method Details
getSource
V
getSource
()
getTarget
V
getTarget
()
getLabel
T
getLabel
()
setLabel
void
setLabel
(
T
label)