public class ReflectClass
extends java.lang.Object
OntologyClassTreeObject in order to provide the detailed
information about the structure of a class.OntologyClassTreeObject| Modifier and Type | Class and Description |
|---|---|
class |
ReflectClass.Slot
Sub-Class Slot: Represents a single local variable and the methods of the
current ontology class.
|
| Constructor and Description |
|---|
ReflectClass(java.lang.Class<?> clazz,
java.util.Hashtable<java.lang.String,java.lang.String> clazzSlots)
Constructor for this class.
|
| Modifier and Type | Method and Description |
|---|---|
ReflectClass.Slot |
getSlot(java.lang.String slotName)
Returns the slot description, specified by its name.
|
public ReflectClass(java.lang.Class<?> clazz,
java.util.Hashtable<java.lang.String,java.lang.String> clazzSlots)
clazz - the class out of the ontologyclazzSlots - the list of slots defined in the vocabulary of an ontologypublic ReflectClass.Slot getSlot(java.lang.String slotName)
slotName - the slot name