jess
Class Deffunction.Argument

java.lang.Object
  extended by jess.Deffunction.Argument
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Deffunction

public static class Deffunction.Argument
extends java.lang.Object
implements java.io.Serializable

Represents a formal parameter to a Deffunction.

(C) 2013 Sandia Corporation

See Also:
Serialized Form

Method Summary
 java.lang.String getName()
          The name of the parameter
 int getType()
          The type of the parameter, either RU.VARIABLE or RU.MULTIVARIABLE.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
The name of the parameter

Returns:
the parameter name

getType

public int getType()
The type of the parameter, either RU.VARIABLE or RU.MULTIVARIABLE.

Returns:
the parameter type

© 2013 Sandia Corporation