|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectde.grogra.xl.impl.simple.Node
public abstract class Node
| Constructor Summary | |
|---|---|
Node()
|
|
| Method Summary | |
|---|---|
abstract void |
addEdgeBitsTo(Node target,
int bits)
|
abstract void |
getAdjacentNodes(ObjectConsumer<? super Node> cons,
boolean outgoing)
|
abstract int |
getEdgeBitsTo(Node target)
|
abstract void |
removeEdgeBitsTo(Node target,
int bits)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Node()
| Method Detail |
|---|
public abstract void addEdgeBitsTo(Node target,
int bits)
public abstract void getAdjacentNodes(ObjectConsumer<? super Node> cons,
boolean outgoing)
public abstract int getEdgeBitsTo(Node target)
public abstract void removeEdgeBitsTo(Node target,
int bits)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||