org.jcae.mesh.bora.ds
Class Constraint
java.lang.Object
org.jcae.mesh.bora.ds.Constraint
public class Constraint
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constraint
public Constraint(BCADGraphCell g,
Hypothesis h)
originConstraint
public Constraint originConstraint(BCADGraphCell g)
- Returns parent constraint.
Returns null if the constraint is not considered a resultant
constraint of a user constraint on g, or the resultant of the
user constraint on g
createInheritedConstraint
public Constraint createInheritedConstraint(BCADGraphCell g,
Constraint old)
getId
public int getId()
getGraphCell
public BCADGraphCell getGraphCell()
getHypothesis
public Hypothesis getHypothesis()
getOrigin
public Constraint getOrigin()
addSubMesh
public void addSubMesh(BSubMesh s)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object