|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjess.JessVersion
public class JessVersion
(C) 2013 Sandia Corporation
$Id: JessVersion.java,v 1.23 2008-11-11 15:34:06 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 8.0 9/12/2013
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 Userfunction
vv
- 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)
|
© 2013 Sandia Corporation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |