|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoor.modules.lang.CommonLogic
public class CommonLogic
ISO 24707 Common Logic.
Constructor Summary | |
---|---|
CommonLogic()
|
Method Summary | |
---|---|
Ontology |
createOntology()
Create an empty ontology. |
java.util.Iterator<Term> |
listTerms()
|
java.util.List<TermType> |
listTermTypes()
List the types of terms associated with this language. |
Ontology |
parse(java.lang.String string)
Parse a string to create an ontology. |
Ontology |
parse(java.net.URI uri)
Parse the content at the specified URI to create an ontology. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommonLogic()
Method Detail |
---|
public Ontology createOntology()
OntologyLanguage
createOntology
in interface OntologyLanguage
public java.util.Iterator<Term> listTerms()
public Ontology parse(java.lang.String string)
OntologyLanguage
parse
in interface OntologyLanguage
public Ontology parse(java.net.URI uri)
OntologyLanguage
parse
in interface OntologyLanguage
public java.util.List<TermType> listTermTypes()
OntologyLanguage
listTermTypes
in interface OntologyLanguage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |