jess
Interface Modular

All Superinterfaces:
Named
All Known Implementing Classes:
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) 2005 Sandia National Laboratories


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

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

Returns:
a module name

© 2006 Sandia Corporation