|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.larkc.core.pluginregistry.OwlToCycMapping
public class OwlToCycMapping
This class have hash table which maps the Cyc constants and predicates to OWL, RDF predicates and constants
Constructor Summary | |
---|---|
OwlToCycMapping()
Constructs the class and fills mappings |
Method Summary | |
---|---|
java.lang.String |
getCycEquivalent(java.lang.String rdfTerm)
Returns the cyc equivalent term |
boolean |
isCycEquivalent(java.lang.String rdfTerm)
Checking if Cyc equivalent for the term exists |
java.lang.String |
toCycConst(java.lang.String rdfTerm)
change the string representation of term to the valid cyc constant |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OwlToCycMapping()
Method Detail |
---|
public boolean isCycEquivalent(java.lang.String rdfTerm)
rdfTerm
-
public java.lang.String getCycEquivalent(java.lang.String rdfTerm)
rdfTerm
-
public java.lang.String toCycConst(java.lang.String rdfTerm)
rdfTerm
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |