Uses of Class
sl.SlotDescriptor

Packages that use SlotDescriptor
sl   
 

Uses of SlotDescriptor in sl
 

Methods in sl that return SlotDescriptor
 SlotDescriptor[] DefaultOntology.getSlots(java.lang.String roleName)
          Get the descriptions for all the slots that define the structure of a given ontological role.
(package private)  SlotDescriptor[] FrameSchema.slotsArray()
           
 SlotDescriptor[] Ontology.getSlots(java.lang.String roleName)
          Returns the array of SlotDescriptor objects that represent the structure of the given ontological role.
 

Methods in sl with parameters of type SlotDescriptor
 void DefaultOntology.addRole(java.lang.String roleName, SlotDescriptor[] slots)
          Adds a new role to this ontology, without a user defined Java class to represent it.
 void DefaultOntology.addRole(java.lang.String roleName, SlotDescriptor[] slots, java.lang.Class newClass)
          Adds a new role to this ontology, with a user defined Java class to represent it.
 void FrameSchema.addSlot(SlotDescriptor td)
           
 void Ontology.addRole(java.lang.String roleName, SlotDescriptor[] slots)
          Adds to the ontology a role without any application-specific class representing it.
 void Ontology.addRole(java.lang.String roleName, SlotDescriptor[] slots, java.lang.Class c)
          Adds to the ontology a role with an application-specific class representing it.
 



Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.