|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.cmu.relativelayout.equation.Variable
public class Variable
This class is the type for variables in equations.
| Method Summary | |
|---|---|
boolean |
equals(Object theObj)
|
static Variable |
get(String name)
Returns a Variable initialized with the given name, creating it if it does not already exist. |
String |
getName()
Returns ths name of this variable. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static Variable get(String name)
public boolean equals(Object theObj)
equals in class ObjectObject.equals(java.lang.Object)public String getName()
public int hashCode()
hashCode in class ObjectObject.hashCode()public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||