| java.lang.Object org.jlisa.JLisa
JLisa | public class JLisa implements StatefulRuleSession(Code) | | author: beedlem author: To change the template for this generated type comment go to author: Window>Preferences>Java>Code Generation>Code and Comments |
Constructor Summary | |
public | JLisa() |
addObject | public Handle addObject(Object arg0) throws InvalidRuleSessionException(Code) | | |
addObjects | public List addObjects(List arg0) throws InvalidRuleSessionException(Code) | | |
containsObject | public boolean containsObject(Handle arg0) throws InvalidRuleSessionException, InvalidHandleException(Code) | | |
executeRules | public void executeRules() throws InvalidRuleSessionException(Code) | | |
getObject | public Object getObject(Handle arg0) throws InvalidHandleException, InvalidRuleSessionException(Code) | | |
getObjects | public List getObjects() throws InvalidRuleSessionException(Code) | | |
getObjects | public List getObjects(ObjectFilter arg0) throws InvalidRuleSessionException(Code) | | |
getRuleExecutionSetMetadata | public RuleExecutionSetMetadata getRuleExecutionSetMetadata() throws InvalidRuleSessionException(Code) | | |
getType | public int getType() throws InvalidRuleSessionException(Code) | | |
release | public void release() throws InvalidRuleSessionException(Code) | | |
removeObject | public void removeObject(Handle arg0) throws InvalidHandleException, InvalidRuleSessionException(Code) | | |
reset | public void reset() throws InvalidRuleSessionException(Code) | | |
run | void run()(Code) | | NOT IN JSR!!!!
|
updateObject | public void updateObject(Handle arg0, Object arg1) throws InvalidRuleSessionException, InvalidHandleException(Code) | | |
|
|