public class WellCon
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WellCon.WellConComparator |
Constructor and Description |
---|
WellCon(java.awt.geom.Rectangle2D bound,
int netNum,
NetValues wellNum,
boolean onProperRail,
boolean onRail,
PrimitiveNode.Function fun,
NodeInst ni) |
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Rectangle2D |
getBound() |
java.awt.geom.Point2D |
getCenter() |
PrimitiveNode.Function |
getFun() |
java.util.concurrent.atomic.AtomicBoolean |
getMarked() |
int |
getNetNum() |
NodeInst |
getNi() |
NetValues |
getWellNum() |
boolean |
isOnProperRail() |
boolean |
isOnRail() |
void |
setOnProperRail(boolean opr) |
void |
setOnRail(boolean or) |
void |
setWellNum(NetValues wn) |
public WellCon(java.awt.geom.Rectangle2D bound, int netNum, NetValues wellNum, boolean onProperRail, boolean onRail, PrimitiveNode.Function fun, NodeInst ni)
public java.awt.geom.Rectangle2D getBound()
public java.awt.geom.Point2D getCenter()
public int getNetNum()
public NetValues getWellNum()
public void setWellNum(NetValues wn)
public boolean isOnProperRail()
public void setOnProperRail(boolean opr)
public boolean isOnRail()
public void setOnRail(boolean or)
public PrimitiveNode.Function getFun()
public NodeInst getNi()
public java.util.concurrent.atomic.AtomicBoolean getMarked()