Inheritance diagram for cogitant.jni.Rule:Public Member Functions | |
| Type | objectType () |
| Type of the object. | |
| cogitant.base.Graph | hypothesis () |
| Hypothesis of the rule. | |
| cogitant.base.Graph | conclusion () |
| Conclusion of the rule. | |
| boolean | equals (Object o) |
Package Functions | |
| Rule (cogitant.jni.Environment environment, int id) | |
Rule.
JNI implementation.
| cogitant.jni.Rule.Rule | ( | cogitant.jni.Environment | environment, |
| int | id | ||
| ) | [package] |
References cogitant.jni.EnvironmentObject.environment().
Referenced by cogitant.jni.Rule.equals().
| cogitant.base.Graph cogitant.jni.Rule.conclusion | ( | ) |
Conclusion of the rule.
Implements cogitant.base.Rule.
References cogitant.jni.CoupleOfLambdas.second().
| boolean cogitant.jni.Rule.equals | ( | Object | o | ) |
Reimplemented from cogitant.jni.CoupleOfLambdas.
References cogitant.jni.Rule.Rule().
| cogitant.base.Graph cogitant.jni.Rule.hypothesis | ( | ) |
Hypothesis of the rule.
Implements cogitant.base.Rule.
References cogitant.jni.CoupleOfLambdas.first().
| Type cogitant.jni.Rule.objectType | ( | ) |
Type of the object.
Implements cogitant.base.EnvironmentObject.