- getAllowedRangeClassesOfPropertyOfClass(String, String) - Method in class com.ge.research.sadl.server.client.SadlServerMain
-
This method returns all the names of classes that are allowed in the range of the given property on the given class
- getAllowedRangeClassesOfPropertyOfClass(String, String) - Method in interface com.ge.research.sadl.server.ISadlServerMD
-
This method returns all the names of classes that are allowed in the range of the given property on the given class
- getAllowedRangeClassesOfPropertyOfClass(String, String) - Method in class com.ge.research.sadl.server.server.SadlServerMDImpl
-
- getAllowedValuesOfDataPropertyOfClass(String, String) - Method in class com.ge.research.sadl.server.client.SadlServerMain
-
This method returns all the allowed values of the given property on the given class.
- getAllowedValuesOfDataPropertyOfClass(String, String) - Method in interface com.ge.research.sadl.server.ISadlServerMD
-
This method returns all the allowed values of the given property on the given class.
- getAllowedValuesOfDataPropertyOfClass(String, String) - Method in class com.ge.research.sadl.server.server.SadlServerMDImpl
-
- getAllowedValuesOfObjectPropertyOfClass(String, String) - Method in class com.ge.research.sadl.server.client.SadlServerMain
-
This method returns all the names of instances that are allowed values of the given property on the given class
- getAllowedValuesOfObjectPropertyOfClass(String, String) - Method in interface com.ge.research.sadl.server.ISadlServerMD
-
This method returns all the names of instances that are allowed values of the given property on the given class
- getAllowedValuesOfObjectPropertyOfClass(String, String) - Method in class com.ge.research.sadl.server.server.SadlServerMDImpl
-
- getAllSubclassesOfTaxonomy(String) - Method in interface com.ge.research.sadl.server.ISadlServerMD
-
This method returns all of the subclasses of the classification hierarchy starting at root
- getAllSubclassesOfTaxonomy(String) - Method in class com.ge.research.sadl.server.server.SadlServerMDImpl
-
- getAncestorClassesOfTaxonomy(String) - Method in interface com.ge.research.sadl.server.ISadlServerMD
-
This method returns all of the ancestor classes given a starting class,
"className", in a class hierarchy.
- getAncestorClassesOfTaxonomy(String) - Method in class com.ge.research.sadl.server.server.SadlServerMDImpl
-
Return all of the ancestor class names given a starting class in a hierarchy
- getAnnotation(String, String) - Method in interface com.ge.research.sadl.server.ISadlServerMD
-
This method returns the annotation on the given class
- getAnnotation(String, String) - Method in class com.ge.research.sadl.server.server.SadlServerMDImpl
-
- getClassName() - Method in interface com.ge.research.sadl.server.ISadlServer
-
This method returns the name of the class implementing the ISadlService interface.
- getClassName() - Method in class com.ge.research.sadl.server.server.SadlServerImpl
-
- getConceptRdfsComments(String) - Method in interface com.ge.research.sadl.server.ISadlServerMD
-
This method returns the rdfs:comment values (aka notes, aka descriptions) for a given concept identified by URI
- getConceptRdfsComments(String) - Method in class com.ge.research.sadl.server.server.SadlServerMDImpl
-
- getConceptRdfsLabels(String) - Method in interface com.ge.research.sadl.server.ISadlServerMD
-
This method returns the rdfs:label values (aka aliases, aka longnames) for a given concept identified by URI
- getConceptRdfsLabels(String) - Method in class com.ge.research.sadl.server.server.SadlServerMDImpl
-
- getDataAsStringArray(String) - Method in class com.ge.research.sadl.server.client.SadlServerMain
-
- getDefaultValueOfPropertyOnClass(String, String) - Method in interface com.ge.research.sadl.server.ISadlServerMD
-
This method returns the default value of the given property on the given class
- getDefaultValueOfPropertyOnClass(String, String) - Method in class com.ge.research.sadl.server.server.SadlServerMDImpl
-
- getDerivations() - Method in interface com.ge.research.sadl.server.ISadlServer
-
Gets derivations of all inferred statements (if the reasoner supports derivations)
- getDerivations() - Method in class com.ge.research.sadl.server.server.SadlServerImpl
-
- getDirectSubclassesOfTaxonomy(String) - Method in interface com.ge.research.sadl.server.ISadlServerMD
-
This method returns all of the direct subclasses (one level down) of root in a class hierarchy.
- getDirectSubclassesOfTaxonomy(String) - Method in class com.ge.research.sadl.server.server.SadlServerMDImpl
-
- getDirectSuperclassesOfTaxonomy(String) - Method in interface com.ge.research.sadl.server.ISadlServerMD
-
This method returns all of the direct super classes (one level up) given
a starting class, "className", in a class hierarchy.
- getDirectSuperclassesOfTaxonomy(String) - Method in class com.ge.research.sadl.server.server.SadlServerMDImpl
-
Returns an array of class type names of all of the direct (one level up)
ancestors in a class hierarchy.
- getErrors() - Method in interface com.ge.research.sadl.server.ISadlServerPE
-
Call this method to retrieve the errors that have been accumulated.
- getErrors() - Method in class com.ge.research.sadl.server.server.SadlServerPEImpl
-
- getInstanceDataNamespace() - Method in interface com.ge.research.sadl.server.ISadlServer
-
This method retrieves the default instance data namespace.
- getInstanceDataNamespace() - Method in class com.ge.research.sadl.server.server.SadlServerImpl
-
- getInstanceModelName() - Method in interface com.ge.research.sadl.server.ISadlServer
-
This method retrieves the instance model associated with the default instance data namespace.
- getInstanceModelName() - Method in class com.ge.research.sadl.server.server.SadlServerImpl
-
- getInstancesOfClass(String) - Method in class com.ge.research.sadl.server.client.SadlServerMain
-
This method returns all the instances of the given class
- getInstancesOfClass(String) - Method in interface com.ge.research.sadl.server.ISadlServerMD
-
This method returns all the instances of the given class
- getInstancesOfClass(String) - Method in class com.ge.research.sadl.server.server.SadlServerMDImpl
-
- getKBaseIdentifier() - Method in interface com.ge.research.sadl.server.ISadlServer
-
Gets the knowledge base identifier for the current session.
- getKBaseIdentifier() - Method in class com.ge.research.sadl.server.server.SadlServerImpl
-
- getKbaseRoot() - Method in interface com.ge.research.sadl.server.ISadlServer
-
Method to get the kbase root folder path.
- getKbaseRoot() - Method in class com.ge.research.sadl.server.server.SadlServerImpl
-
- getLeafClassesOfTaxonomy(String) - Method in class com.ge.research.sadl.server.client.SadlServerMain
-
This method returns all the leaf classes of the classification hierarchy starting at root
- getLeafClassesOfTaxonomy(String) - Method in interface com.ge.research.sadl.server.ISadlServerMD
-
This method returns all the leaf classes of the classification hierarchy starting at root
- getLeafClassesOfTaxonomy(String) - Method in class com.ge.research.sadl.server.server.SadlServerMDImpl
-
- getModelName() - Method in interface com.ge.research.sadl.server.ISadlServer
-
Gets the model name for the current session.
- getModelName() - Method in class com.ge.research.sadl.server.server.SadlServerImpl
-
- getModelQuery(String) - Static method in class com.ge.research.sadl.server.client.SadlServerMain
-
This method returns the query associated with this service model name
- getModelQuery(String) - Static method in class com.ge.research.sadl.server.server.SadlServerMDImpl
-
This method returns the query associated with this service model name
- getOutputFormat() - Method in class com.ge.research.sadl.server.client.SadlServerMain
-
- getOutputFormat() - Method in interface com.ge.research.sadl.server.ISadlServerMD
-
This method retrieves the OWL output format setting.
- getOutputFormat() - Method in class com.ge.research.sadl.server.server.SadlServerMDImpl
-
- getPropertiesWithGivenClassInDomain(String) - Method in interface com.ge.research.sadl.server.ISadlServerMD
-
This method returns all of the properties that have the given class in the property domain.
- getPropertiesWithGivenClassInDomain(String) - Method in class com.ge.research.sadl.server.server.SadlServerMDImpl
-
- getPropertyDomain(String) - Method in class com.ge.research.sadl.server.client.SadlServerMain
-
This method returns the class(es) which are the domain of the property, if any.
- getPropertyDomain(String) - Method in interface com.ge.research.sadl.server.ISadlServerMD
-
This method returns the class(es) which are the domain of the property, if any.
- getPropertyDomain(String) - Method in class com.ge.research.sadl.server.server.SadlServerMDImpl
-
- getPropertyRange(String) - Method in class com.ge.research.sadl.server.client.SadlServerMain
-
This method returns the class(es) or XSD types which are the range of the property, if any.
- getPropertyRange(String) - Method in interface com.ge.research.sadl.server.ISadlServerMD
-
This method returns the class(es) or XSD types which are the range of the property, if any.
- getPropertyRange(String) - Method in class com.ge.research.sadl.server.server.SadlServerMDImpl
-
- getReasonerVersion() - Method in interface com.ge.research.sadl.server.ISadlServer
-
Gets the version of the reasoner.
- getReasonerVersion() - Method in class com.ge.research.sadl.server.server.SadlServerImpl
-
- getRequiredRangeClassesOfPropertyOfClass(String, String) - Method in class com.ge.research.sadl.server.client.SadlServerMain
-
This method returns all the classes that must be represented in the range of the given property on the given class
- getRequiredRangeClassesOfPropertyOfClass(String, String) - Method in interface com.ge.research.sadl.server.ISadlServerMD
-
This method returns all the classes that must be represented in the range of the given property on the given class
- getRequiredRangeClassesOfPropertyOfClass(String, String) - Method in class com.ge.research.sadl.server.server.SadlServerMDImpl
-
- getServiceNameMap() - Method in interface com.ge.research.sadl.server.ISadlServer
-
This method returns the service name map whose keys are the names of the services and whose values are
String arrays of size 2 with the 1st element being the actual URL of the knowledge base folder (the folder
containing the OWL models, rule files, etc.; the knowledgeBaseIdentifier) and the 2nd element being the
public URI of the model which is the entry point into the kbase for the named service.
- getServiceNameMap() - Method in class com.ge.research.sadl.server.server.SadlServerImpl
-
- getServiceVersion() - Method in interface com.ge.research.sadl.server.ISadlServer
-
This method returns the Source Code Control System (SCC) Version of the class implementing the ISadlService interface
- getServiceVersion() - Method in class com.ge.research.sadl.server.server.SadlServerImpl
-
- getSessionKey() - Method in class com.ge.research.sadl.server.client.SadlServerMain
-
- getSessionKey() - Method in interface com.ge.research.sadl.server.ISadlServerMD
-
- getSessionKey() - Method in class com.ge.research.sadl.server.server.SadlServerMDImpl
-
- getTimingInformation() - Method in interface com.ge.research.sadl.server.ISadlServer
-
Gets timing information for a given session, if the reasoner supports this capability.
- getTimingInformation() - Method in class com.ge.research.sadl.server.server.SadlServerImpl
-
- getUniqueInstanceUri(String, String) - Method in interface com.ge.research.sadl.server.ISadlServerPE
-
Call this method to obtain a unique unused URI based on the namespace and baseLocalName provided.
- getUniqueInstanceUri(String, String, String) - Method in interface com.ge.research.sadl.server.ISadlServerPE
-
Call this method to obtain a unique unused URI based on the namespace and baseLocalName provided.
- getUniqueInstanceUri(String, String) - Method in class com.ge.research.sadl.server.server.SadlServerPEImpl
-
- getUniqueInstanceUri(String, String, String) - Method in class com.ge.research.sadl.server.server.SadlServerPEImpl
-
- getUniqueNamespaceUri(String) - Method in interface com.ge.research.sadl.server.ISadlServerPE
-
Call this method to obtain a unique unused namespace URI based on the base namespace provided.
- getUniqueNamespaceUri(String) - Method in class com.ge.research.sadl.server.server.SadlServerPEImpl
-