nl.liacs.subdisc
Class NetworkNode

java.lang.Object
  extended by nl.liacs.subdisc.NetworkNode

public class NetworkNode
extends java.lang.Object


Constructor Summary
NetworkNode(CrossCube para, int theSize, java.lang.String theName)
           
 
Method Summary
 void addChild(int theChild)
           
 void addParent(int theParent)
           
 int isConnected(int nd)
           
 boolean isThisMyChild(int childNode)
           
 boolean isThisMyParent(int parentNode)
           
 void removeChild(int theChild)
           
 void removeParent(int theParent)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkNode

public NetworkNode(CrossCube para,
                   int theSize,
                   java.lang.String theName)
Method Detail

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)