|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfhm.edu.fem.calc.objects.Condition
public class Condition
Class Description: This class acts as container for a specific condition needed in a calculation
Field Summary | |
---|---|
protected Border |
border
|
protected double |
value
|
Constructor Summary | |
---|---|
Condition(Border border,
double value)
Construct a new condition |
Method Summary | |
---|---|
Border |
getBorder()
|
double |
getValue()
|
java.lang.String |
toString()
Implementation of the toString() method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Border border
protected double value
Constructor Detail |
---|
public Condition(Border border, double value)
borderID,
- the ID of the border affected by this conditionvalue,
- the value of the conditionMethod Detail |
---|
public Border getBorder()
public double getValue()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |