Inheritance diagram for cogitant.jni.Support:Public Member Functions | |
| int | hashCode () |
| cogitant.base.Environment | environment () |
| Environment of the support. | |
| Collection < cogitant.base.SupportObject > | conceptTypes () |
| Concept types. | |
| Collection < cogitant.base.SupportObject > | relationTypes () |
| Relation types. | |
| Collection < cogitant.base.SupportObject > | nestingTypes () |
| Nesting types. | |
| Collection < cogitant.base.SupportObject > | individuals () |
| Individuals types. | |
| boolean | equals (Object o) |
Package Functions | |
| Support (cogitant.jni.Environment environment) | |
| cogitant.jni.Environment | jniEnvironment () |
JNI implementation.
| cogitant.jni.Support.Support | ( | cogitant.jni.Environment | environment | ) | [package] |
References cogitant.jni.Support.environment().
Referenced by cogitant.jni.Support.equals().
| Collection<cogitant.base.SupportObject> cogitant.jni.Support.conceptTypes | ( | ) |
Concept types.
Implements cogitant.base.Support.
| cogitant.base.Environment cogitant.jni.Support.environment | ( | ) |
Environment of the support.
Implements cogitant.base.Support.
Referenced by cogitant.jni.Support.Support().
| boolean cogitant.jni.Support.equals | ( | Object | o | ) |
References cogitant.jni.Support.Support().
| int cogitant.jni.Support.hashCode | ( | ) |
References cogitant.jni.Environment.hashCode().
Referenced by cogitant.jni.SupportObject.hashCode().
| Collection<cogitant.base.SupportObject> cogitant.jni.Support.individuals | ( | ) |
Individuals types.
Implements cogitant.base.Support.
| cogitant.jni.Environment cogitant.jni.Support.jniEnvironment | ( | ) | [package] |
| Collection<cogitant.base.SupportObject> cogitant.jni.Support.nestingTypes | ( | ) |
Nesting types.
Implements cogitant.base.Support.
| Collection<cogitant.base.SupportObject> cogitant.jni.Support.relationTypes | ( | ) |
Relation types.
Implements cogitant.base.Support.