All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface uhr.core.structure.NodeUser

public interface NodeUser
A part may optionally implement this interface to indicate it wants its node. This should seldom be used, because it violates core encapsulation. This is an example of the Object User Pattern.


Method Index

 o setMyNode(Node)
Sets the node the part is in.

Methods

 o setMyNode
 public abstract void setMyNode(Node node)
Sets the node the part is in.

Parameters:
node - the node the part is in.

All Packages  Class Hierarchy  This Package  Previous  Next  Index