jess
Class FactIDValue

java.lang.Object
  |
  +--jess.Value
        |
        +--jess.FactIDValue
All Implemented Interfaces:
java.io.Serializable

public class FactIDValue
extends Value
implements java.io.Serializable

A class to represent a Fact-id. Contains the actual fact object.

(C) 1998 E.J. Friedman-Hill and the Sandia Corporation

Author:
Ernest J. Friedman-Hill
See Also:
Serialized Form

Constructor Summary
FactIDValue(Fact f)
          Create a FactIDValue
 
Methods inherited from class jess.Value
atomValue, equals, equals, equalsStar, externalAddressValue, factValue, floatValue, funcallValue, hashCode, intValue, listValue, longValue, numericValue, resolveValue, stringValue, toString, toStringWithParens, type, variableValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FactIDValue

public FactIDValue(Fact f)
            throws JessException
Create a FactIDValue
Parameters:
f - The fact
Throws:
JessException - If the type is invalid

© 1997 E.J. Friedman-Hill and Sandia Corporation