jess
Interface Modular

All Superinterfaces:
Named
All Known Implementing Classes:
Defquery, Defrule, Deftemplate, Fact, HasLHS

public interface Modular
extends Named

The Modular interface represents something that has a name and belongs to a module. This includes rules, queries and templates, among other things.

(C) 2013 Sandia Corporation


Method Summary
 java.lang.String getModule()
          Returns the name of the module this construct belongs to.
 
Methods inherited from interface jess.Named
getConstructType, getDocstring, getName
 

Method Detail

getModule

java.lang.String getModule()
Returns the name of the module this construct belongs to.

Returns:
a module name

© 2013 Sandia Corporation