-
- All Known Implementing Classes:
AbstractNode,RootNode
public interface Node<S,T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SgetSource()TgetTarget()voidsetTarget(T target)
-
AbstractNode, RootNodepublic interface Node<S,T>
| Modifier and Type | Method | Description |
|---|---|---|
S |
getSource() |
|
T |
getTarget() |
|
void |
setTarget(T target) |