|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jactr.core.slot.ImmutableSlotWrapper
public class ImmutableSlotWrapper
| Constructor Summary | |
|---|---|
ImmutableSlotWrapper(ISlot slot)
|
|
| Method Summary | |
|---|---|
ImmutableSlotWrapper |
clone()
|
boolean |
equals(java.lang.Object value)
|
boolean |
equalValues(java.lang.Object value)
|
java.lang.String |
getName()
the name of the slot |
java.lang.Object |
getValue()
return the value of the slot. |
boolean |
isVariable()
slots may contain variables, which are currently hardcoded as strings starting with '=' |
boolean |
isVariableValue()
does the value of the slot represent an unresolved variable? |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ImmutableSlotWrapper(ISlot slot)
| Method Detail |
|---|
public java.lang.Object getValue()
ISlot
getValue in interface ISlotISlot.getValue()public java.lang.String getName()
ISlot
getName in interface ISlotISlot.getName()public boolean equalValues(java.lang.Object value)
equalValues in interface ISlotISlot.equalValues(java.lang.Object)public boolean equals(java.lang.Object value)
equals in class java.lang.Objectpublic ImmutableSlotWrapper clone()
clone in class java.lang.Objectorg.jactr.core.utils.Duplicateable#duplicate()public boolean isVariable()
ISlot
isVariable in interface ISlotpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean isVariableValue()
ISlot
isVariableValue in interface ISlot
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||