public class OntologyClassVocabulary
extends java.util.Hashtable<java.lang.String,java.lang.String>
implements java.io.Serializable
| Constructor and Description |
|---|
OntologyClassVocabulary(java.lang.Class<?> clazz)
Initialise the class, which holds the complete vocabulary
of the current ontology inside of a Hashtable.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Hashtable<java.lang.String,java.lang.String> |
getSlots(java.lang.Class<?> ontologyClass)
Filter the Vocabulary for a special Ontology-Class, to get
the "slots" / internal variables of the class.
|
java.util.Hashtable<java.lang.String,java.lang.String> |
getSlots(javax.swing.tree.DefaultMutableTreeNode selectedNode)
Filter the Vocabulary for a special Ontology-Class, to get
the "slots" / internal variables of the class.
|
java.util.Hashtable<java.lang.String,java.lang.String> |
getSlots(java.lang.String filter4Class)
Filter the Vocabulary for a special Ontology-Class, to get
the "slots" / internal variables of the class.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic OntologyClassVocabulary(java.lang.Class<?> clazz)
clazz - the clazzpublic java.util.Hashtable<java.lang.String,java.lang.String> getSlots(javax.swing.tree.DefaultMutableTreeNode selectedNode)
selectedNode - the selected nodepublic java.util.Hashtable<java.lang.String,java.lang.String> getSlots(java.lang.Class<?> ontologyClass)
ontologyClass - the ontology classpublic java.util.Hashtable<java.lang.String,java.lang.String> getSlots(java.lang.String filter4Class)
filter4Class - the filter4 class