Package com.semedy.reasoner.utils
Class DenseNode<E>
java.lang.Object
com.semedy.reasoner.utils.Node
com.semedy.reasoner.utils.DenseNode<E>
Node for dense graphs containing sets of ordinary nodes
- Author:
- angele
-
Constructor Summary
-
Method Summary
Methods inherited from class com.semedy.reasoner.utils.Node
addNeighbour, clone, getIncoming, getNeighbours, iterator, referred, removeAllNeighbours, removeNeighbour
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
DenseNode
public DenseNode()
-
-
Method Details
-
add
add an ordinary node- Parameters:
n
-
-
addAll
add ordinary nodes- Parameters:
nodes
-
-
getNodes
get nodes- Returns:
-