|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjess.JessVersion
public class JessVersion
(C) 2006 Sandia National Laboratories
$Id: JessVersion.java,v 1.22 2008/08/06 18:02:05 ejfried Exp $
| Field Summary | |
|---|---|
static java.lang.String |
COPYRIGHT_STRING
The copyright information for this version of Jess. |
static double |
VERSION_NUMBER
The version number of Jess. |
static java.lang.String |
VERSION_STRING
A string describing this version of Jess, of the form |
| Method Summary | |
|---|---|
Value |
call(ValueVector vv,
Context context)
Call this function with the given argument list. |
java.lang.String |
getName()
Return the name of this function. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String VERSION_STRING
Jess Version 7.1 7/8/2008
This value is not a compile-time constant, so classes that refer to this variable will see the real value.
public static final double VERSION_NUMBER
public static final java.lang.String COPYRIGHT_STRING
| Method Detail |
|---|
public java.lang.String getName()
Userfunction
getName in interface Userfunction
public Value call(ValueVector vv,
Context context)
throws JessException
Userfunction
call in interface Userfunctionvv - The argument list. The function name will be the 0th element.context - The execution context for resolving arguments.
JessException - If anything goes wrong.Value.resolveValue(jess.Context)
|
© 2008 Sandia Corporation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||