nl.liacs.subdisc
Class NetworkNode
java.lang.Object
nl.liacs.subdisc.NetworkNode
public class NetworkNode
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NetworkNode
public NetworkNode(CrossCube para,
int theSize,
java.lang.String theName)
addChild
public void addChild(int theChild)
removeChild
public void removeChild(int theChild)
removeParent
public void removeParent(int theParent)
addParent
public void addParent(int theParent)
isThisMyChild
public boolean isThisMyChild(int childNode)
isThisMyParent
public boolean isThisMyParent(int parentNode)
isConnected
public int isConnected(int nd)