org.drools.smf
Interface ConfigurableObjectType

All Superinterfaces:
ObjectType, SemanticComponent

public interface ConfigurableObjectType
extends ObjectType

Configurable ObjectType.

Version:
$Id: ConfigurableObjectType.java,v 1.2 2002/08/18 23:24:48 bob Exp $
Author:
bob mcwhirter

Method Summary
 void configure(java.lang.String text)
          Configure.
 
Methods inherited from interface org.drools.spi.ObjectType
matches
 

Method Detail

configure

public void configure(java.lang.String text)
               throws ConfigurationException
Configure.

Parameters:
text - Configuration text.
Throws:
ConfigurationException - If an error occurs while attempting to perform configuration.


Copyright © 2001-2003 The Werken Company. All Rights Reserved.