|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.bddbddb.Variable
net.sf.bddbddb.Constant
public class Constant
A Constant is a special kind of variable that represents a constant value.
Field Summary | |
---|---|
protected long |
value
Value of constant. |
Fields inherited from class net.sf.bddbddb.Variable |
---|
domain, name |
Constructor Summary | |
---|---|
Constant(long value)
Create a constant with the given value. |
Method Summary | |
---|---|
long |
getValue()
Returns the value of this constant. |
Methods inherited from class net.sf.bddbddb.Variable |
---|
fromXMLElement, getDomain, getName, setDomain, setName, toString, toXMLElement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected long value
Constructor Detail |
---|
public Constant(long value)
value
- value of constantMethod Detail |
---|
public long getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |