|
Orbital library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Variable
Variable tagging interface.
This interface is used to tag classes whose objects are potentially treated as variable expressions
subject to binding during unification
and reasoning
.
An object o
implementing Variable
is treated as a variable iff
o.
is true.
isVariable()
Method Summary | |
---|---|
boolean |
isVariable()
Whether this concrete object is variable. |
Method Detail |
---|
boolean isVariable()
This notion usually refers to the variability in the context of Term Rewrite Systems and Reasoning.
true
if this object is variable,
and false
if this object is constant.
|
Orbital library 1.3.0: 11 Apr 2009 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |