main
Class NodeSpecifier

java.lang.Object
  extended bymain.NodeSpecifier

public class NodeSpecifier
extends java.lang.Object


Constructor Summary
NodeSpecifier(Cell cell, Node node)
           
NodeSpecifier(int cell_num, int node_num)
           
 
Method Summary
 Cell getCell(Model model)
           
 int getCellNum()
           
 Node getNode(Model model)
           
 int getNodeNum()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeSpecifier

public NodeSpecifier(Cell cell,
                     Node node)

NodeSpecifier

public NodeSpecifier(int cell_num,
                     int node_num)
Method Detail

getCellNum

public int getCellNum()

getNodeNum

public int getNodeNum()

getCell

public Cell getCell(Model model)

getNode

public Node getNode(Model model)