public interface KnowledgeSource
Modifier and Type | Method and Description |
---|---|
AbstractTypeDescriptor[] |
findTypeDescriptors(String term)
Look for the given type descriptor in the knowledge source, however it may be represented.
|
Graph[] |
getAllGraphs()
Get all the graphs known to this knowledge source.
|
AbstractTypeDescriptor[] |
getAllTypeDescriptors()
Get all the type descriptors known to this knowledge source.
|
AbstractTypeDescriptor[] findTypeDescriptors(String term)
term
- a phrase that may have type descriptors.AbstractTypeDescriptor[] getAllTypeDescriptors()
Graph[] getAllGraphs()