|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.mit.sketch.system.constraints.ArithmaticExpression
edu.mit.sketch.system.constraints.AddExpression
public class AddExpression
Created: Fri May 31 14:47:26 2002
Copyright: Copyright (C) 2001 by MIT. All rights reserved.
| Constructor Summary | |
|---|---|
AddExpression(ArithmaticExpression[] exps)
|
|
AddExpression(ArithmaticExpression exp1,
ArithmaticExpression exp2)
A convenience constructor |
|
| Method Summary | |
|---|---|
double |
calculateValue()
Return the value of the property. |
ArithmaticExpression |
copy(java.util.Map objectBindings)
Copies the model property and then returns a new IdentityExpression |
java.lang.String |
toString()
|
| Methods inherited from class edu.mit.sketch.system.constraints.ArithmaticExpression |
|---|
equals, evaluate, getProperties, getUncalculatedProperties, hashCode, readyToEvaluate, reset |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AddExpression(ArithmaticExpression exp1,
ArithmaticExpression exp2)
public AddExpression(ArithmaticExpression[] exps)
| Method Detail |
|---|
public double calculateValue()
public ArithmaticExpression copy(java.util.Map objectBindings)
copy in class ArithmaticExpressionpublic java.lang.String toString()
toString in class ArithmaticExpression
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||