Context.java :  » Rule-Engine » drolls-5.0 » org » drools » process » core » Java Open Source

Java Open Source » Rule Engine » drolls 5.0 
drolls 5.0 » org » drools » process » core » Context.java
package org.drools.process.core;

/**
 * 
 * @author <a href="mailto:kris_verlaenen@hotmail.com">Kris Verlaenen</a>
 */
public interface Context {

    String getType();
    
    long getId();
    
    void setId(long id);
    
    Context resolveContext(Object param);
    
    ContextContainer getContextContainer();
    
}
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.