|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjasi.sim.user.table.SimValueConditionTree.Line
public static final class SimValueConditionTree.Line
Line in a condition table.
| Constructor Summary | |
|---|---|
SimValueConditionTree.Line()
Create a line. |
|
SimValueConditionTree.Line(SimValue[] keys,
SimValue[] values)
Create a line. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Indicates, whether some other object is "equal to" this one. |
SimValue |
getKey(int part)
Get key. |
SimValue[] |
getKeys()
Get a copy of keys. |
SimValue[] |
getValues()
Get a copy of this values. |
SimValue |
getValues(int part)
Get value. |
int |
hashCode()
Returns the hash code value for this assignable object. |
void |
setKeys(int part,
SimValue key)
Set key of a given index. |
void |
setKeys(SimValue[] keys)
Set the keys of this table. |
void |
setValues(int part,
SimValue value)
Set value. |
void |
setValues(SimValue[] values)
Set the values. |
java.lang.String |
toString()
Returns a string representation of this table. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SimValueConditionTree.Line()
public SimValueConditionTree.Line(SimValue[] keys,
SimValue[] values)
keys - The keys.values - The values.| Method Detail |
|---|
public void setKeys(SimValue[] keys)
keys - The keys.
public void setKeys(int part,
SimValue key)
part - The index.key - The key.public SimValue[] getKeys()
public SimValue getKey(int part)
part - The index.
public void setValues(SimValue[] values)
values - The values.
public void setValues(int part,
SimValue value)
part - The index.value - The value.public SimValue[] getValues()
public SimValue getValues(int part)
part - The index.
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - That object which is compared with this object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||