biz.hammurapi.rules.tutorial
Class Tutorial
java.lang.Object
biz.hammurapi.rules.tutorial.Tutorial
public class Tutorial
- extends java.lang.Object
Method Summary |
static java.util.List |
infer(java.lang.String ruleSetUrl,
javax.rules.ObjectFilter filter)
Infers relationships. |
static void |
main(java.lang.String[] args)
Main method for the tutorial. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tutorial
public Tutorial()
infer
public static java.util.List infer(java.lang.String ruleSetUrl,
javax.rules.ObjectFilter filter)
throws java.lang.ClassNotFoundException,
javax.rules.ConfigurationException,
javax.rules.RuleSessionTypeUnsupportedException,
javax.rules.RuleSessionCreateException,
javax.rules.RuleExecutionSetNotFoundException,
java.rmi.RemoteException,
javax.rules.InvalidRuleSessionException
- Infers relationships.
- Parameters:
args
-
- Returns:
-
- Throws:
java.lang.ClassNotFoundException
javax.rules.ConfigurationException
javax.rules.RuleSessionTypeUnsupportedException
javax.rules.RuleSessionCreateException
javax.rules.RuleExecutionSetNotFoundException
java.rmi.RemoteException
javax.rules.InvalidRuleSessionException
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Main method for the tutorial.
- Parameters:
args
- The first argument is rule set URI.
- Throws:
java.lang.Exception
Copyright © 2006 Hammurapi Group. All Rights Reserved.