KnowledgeAgentConfiguration.java :  » Rule-Engine » drolls-5.0 » org » drools » agent » Java Open Source

Java Open Source » Rule Engine » drolls 5.0 
drolls 5.0 » org » drools » agent » KnowledgeAgentConfiguration.java
package org.drools.agent;

import org.drools.PropertiesConfiguration;

/**
 * <p>
 * drools.agent.scanResources = &lt;true|false&gt;<br/>
 * drools.agent.scanDirectories = &lt;true|false&gt;<br/>
 * drools.agent.newInstance = &lt;true|false&gt; // currently this is hard coded to true<br/>
 * drools.agent.monitorChangeSetEvents = &lt;true|false&gt;<br/>
 * </p>
 * @see org.drools.agent.KnowledgeAgent
 * @see org.drools.agent.KnowledgeAgentConfiguration 
 */
public interface KnowledgeAgentConfiguration
    extends
    PropertiesConfiguration {

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.