|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISlot
basic slot definition. slots are just key-value pairs that can be matched against, or conditionalized.
| Method Summary | |
|---|---|
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()
Deprecated. |
boolean |
isVariableValue()
does the value of the slot represent an unresolved variable? |
| Method Detail |
|---|
java.lang.String getName()
@Deprecated boolean isVariable()
boolean isVariableValue()
java.lang.Object getValue()
boolean equalValues(java.lang.Object value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||