| Package | Description |
|---|---|
| org.coode.owlapi.manchesterowlsyntax | |
| org.semanticweb.owlapi.expression |
| Modifier and Type | Method and Description |
|---|---|
protected ParserException |
ManchesterOWLSyntaxEditorParser.createException(boolean ontologyNameExpected) |
protected ParserException |
ManchesterOWLSyntaxEditorParser.createException(boolean classNameExpected,
boolean objectPropertyNameExpected,
boolean dataPropertyNameExpected,
boolean individualNameExpected) |
protected ParserException |
ManchesterOWLSyntaxEditorParser.createException(boolean classNameExpected,
boolean objectPropertyNameExpected,
boolean dataPropertyNameExpected,
boolean individualNameExpected,
boolean datatypeNameExpected,
boolean annotationPropertyNameExpected,
String... keywords) |
protected ParserException |
ManchesterOWLSyntaxEditorParser.createException(String... keywords) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ManchesterOWLSyntaxEditorParser.consumeToken(String expected) |
protected ParserException |
ManchesterOWLSyntaxEditorParser.createException(boolean ontologyNameExpected) |
protected ParserException |
ManchesterOWLSyntaxEditorParser.createException(boolean classNameExpected,
boolean objectPropertyNameExpected,
boolean dataPropertyNameExpected,
boolean individualNameExpected) |
protected ParserException |
ManchesterOWLSyntaxEditorParser.createException(boolean classNameExpected,
boolean objectPropertyNameExpected,
boolean dataPropertyNameExpected,
boolean individualNameExpected,
boolean datatypeNameExpected,
boolean annotationPropertyNameExpected,
String... keywords) |
protected ParserException |
ManchesterOWLSyntaxEditorParser.createException(String... keywords) |
OWLAxiom |
ManchesterOWLSyntaxInlineAxiomParser.parse(String expression) |
Set<OntologyAxiomPair> |
ManchesterOWLSyntaxFramesParser.parse(String expression) |
Set<OntologyAxiomPair> |
ManchesterOWLSyntaxClassFrameParser.parse(String expression) |
OWLClassExpression |
ManchesterOWLSyntaxClassExpressionParser.parse(String expression) |
Map<OWLClassExpression,Set<Set<OWLAnnotation>>> |
ManchesterOWLSyntaxEditorParser.parseAnnotatedClassExpressionList() |
Map<OWLDataProperty,Set<OWLAnnotation>> |
ManchesterOWLSyntaxEditorParser.parseAnnotatedDataPropertyList() |
Map<OWLObjectPropertyExpression,Set<OWLAnnotation>> |
ManchesterOWLSyntaxEditorParser.parseAnnotatedObjectPropertyList() |
Map<OWLPropertyExpression<?,?>,Set<OWLAnnotation>> |
ManchesterOWLSyntaxEditorParser.parseAnnotatedPropertyList() |
OWLAnnotationProperty |
ManchesterOWLSyntaxEditorParser.parseAnnotationProperty() |
Set<OntologyAxiomPair> |
ManchesterOWLSyntaxEditorParser.parseAnnotationPropertyFrame() |
Set<OWLAnnotationProperty> |
ManchesterOWLSyntaxEditorParser.parseAnnotationPropertyList() |
Set<OntologyAxiomPair> |
ManchesterOWLSyntaxEditorParser.parseAnnotations(OWLAnnotationSubject subject) |
OWLAxiom |
ManchesterOWLSyntaxEditorParser.parseAsymmetricPropertyAxiom() |
OWLAxiom |
ManchesterOWLSyntaxEditorParser.parseAxiom() |
OWLAxiom |
ManchesterOWLSyntaxEditorParser.parseAxiomWithClassExpressionStart() |
OWLAxiom |
ManchesterOWLSyntaxEditorParser.parseAxiomWithDataPropertyStart() |
OWLAxiom |
ManchesterOWLSyntaxEditorParser.parseAxiomWithObjectPropertyStart() |
SWRLBuiltInAtom |
ManchesterOWLSyntaxEditorParser.parseBuiltInAtom() |
SWRLAtom |
ManchesterOWLSyntaxEditorParser.parseClassAtom() |
OWLClassAxiom |
ManchesterOWLSyntaxEditorParser.parseClassAxiom() |
OWLAxiom |
ManchesterOWLSyntaxEditorParser.parseClassAxiomRemainder(OWLClassExpression startExpression) |
OWLClassExpression |
ManchesterOWLSyntaxEditorParser.parseClassExpression()
Parses an OWL class expression that is represented in Manchester OWL Syntax
|
Set<OWLClassExpression> |
ManchesterOWLSyntaxEditorParser.parseClassExpressionList(boolean allowAnnotations) |
Set<OWLClassExpression> |
ManchesterOWLSyntaxEditorParser.parseClassExpressionList(String expectedOpen,
String expectedClose) |
Set<OntologyAxiomPair> |
ManchesterOWLSyntaxEditorParser.parseClassFrame() |
Set<OntologyAxiomPair> |
ManchesterOWLSyntaxEditorParser.parseClassFrameEOF() |
OWLLiteral |
ManchesterOWLSyntaxEditorParser.parseConstant()
Deprecated.
Use
ManchesterOWLSyntaxEditorParser.parseLiteral() instead |
OWLDataRange |
ManchesterOWLSyntaxEditorParser.parseDataIntersectionOf() |
OWLDataProperty |
ManchesterOWLSyntaxEditorParser.parseDataProperty() |
SWRLAtom |
ManchesterOWLSyntaxEditorParser.parseDataPropertyAtom() |
OWLDataPropertyExpression |
ManchesterOWLSyntaxEditorParser.parseDataPropertyExpression() |
OWLDataPropertyExpression |
ManchesterOWLSyntaxEditorParser.parseDataPropertyExpression(boolean allowUndeclared) |
Set<OntologyAxiomPair> |
ManchesterOWLSyntaxEditorParser.parseDataPropertyFrame() |
Set<OWLDataProperty> |
ManchesterOWLSyntaxEditorParser.parseDataPropertyList() |
OWLDataRange |
ManchesterOWLSyntaxEditorParser.parseDataRange() |
SWRLAtom |
ManchesterOWLSyntaxEditorParser.parseDataRangeAtom() |
Set<OWLDataRange> |
ManchesterOWLSyntaxEditorParser.parseDataRangeList() |
OWLClassExpression |
ManchesterOWLSyntaxEditorParser.parseDataRestriction() |
OWLDatatype |
ManchesterOWLSyntaxEditorParser.parseDatatype() |
Set<OntologyAxiomPair> |
ManchesterOWLSyntaxEditorParser.parseDatatypeFrame() |
OWLDataRange |
ManchesterOWLSyntaxEditorParser.parseDataUnionOf() |
SWRLDifferentIndividualsAtom |
ManchesterOWLSyntaxEditorParser.parseDifferentFromAtom() |
Set<OntologyAxiomPair> |
ManchesterOWLSyntaxEditorParser.parseDifferentIndividuals() |
Set<OntologyAxiomPair> |
ManchesterOWLSyntaxEditorParser.parseDisjointClasses() |
Set<OntologyAxiomPair> |
ManchesterOWLSyntaxEditorParser.parseDisjointProperties() |
SWRLDArgument |
ManchesterOWLSyntaxEditorParser.parseDObject() |
SWRLVariable |
ManchesterOWLSyntaxEditorParser.parseDVariable() |
OWLFacet |
ManchesterOWLSyntaxEditorParser.parseFacet() |
Set<OntologyAxiomPair> |
ManchesterOWLSyntaxEditorParser.parseFrames() |
OWLAxiom |
ManchesterOWLSyntaxEditorParser.parseFunctionPropertyAxiom() |
SWRLIndividualArgument |
ManchesterOWLSyntaxEditorParser.parseIIndividualObject() |
OWLImportsDeclaration |
ManchesterOWLSyntaxEditorParser.parseImportsDeclaration(OWLOntology ont) |
OWLIndividual |
ManchesterOWLSyntaxEditorParser.parseIndividual() |
OWLIndividual |
ManchesterOWLSyntaxEditorParser.parseIndividual(boolean defined) |
Set<OntologyAxiomPair> |
ManchesterOWLSyntaxEditorParser.parseIndividualFrame() |
Set<OWLIndividual> |
ManchesterOWLSyntaxEditorParser.parseIndividualList() |
int |
ManchesterOWLSyntaxEditorParser.parseInteger() |
OWLClassExpression |
ManchesterOWLSyntaxEditorParser.parseIntersection() |
OWLAxiom |
ManchesterOWLSyntaxEditorParser.parseInverseFunctionalPropertyAxiom() |
SWRLIArgument |
ManchesterOWLSyntaxEditorParser.parseIObject() |
IRI |
ManchesterOWLSyntaxEditorParser.parseIRI() |
OWLAxiom |
ManchesterOWLSyntaxEditorParser.parseIrreflexivePropertyAxiom() |
SWRLVariable |
ManchesterOWLSyntaxEditorParser.parseIVariable() |
OWLLiteral |
ManchesterOWLSyntaxEditorParser.parseLiteral() |
SWRLLiteralArgument |
ManchesterOWLSyntaxEditorParser.parseLiteralObject() |
Set<IRI> |
ManchesterOWLSyntaxEditorParser.parseNameList() |
Set<OntologyAxiomPair> |
ManchesterOWLSyntaxEditorParser.parseNaryEquivalentClasses() |
Set<OntologyAxiomPair> |
ManchesterOWLSyntaxEditorParser.parseNaryEquivalentProperties() |
OWLClassExpression |
ManchesterOWLSyntaxEditorParser.parseNonNaryClassExpression()
Parses all class expressions except ObjectIntersectionOf and ObjectUnionOf
|
OWLClassExpression |
ManchesterOWLSyntaxEditorParser.parseObjectOneOf() |
SWRLAtom |
ManchesterOWLSyntaxEditorParser.parseObjectPropertyAtom() |
OWLObjectPropertyAxiom |
ManchesterOWLSyntaxEditorParser.parseObjectPropertyAxiom() |
List<OWLObjectPropertyExpression> |
ManchesterOWLSyntaxEditorParser.parseObjectPropertyChain() |
Set<OWLAxiom> |
ManchesterOWLSyntaxEditorParser.parseObjectPropertyCharacteristicList(OWLObjectPropertyExpression prop) |
OWLObjectPropertyExpression |
ManchesterOWLSyntaxEditorParser.parseObjectPropertyExpression() |
OWLObjectPropertyExpression |
ManchesterOWLSyntaxEditorParser.parseObjectPropertyExpression(boolean allowUndeclared) |
Set<OntologyAxiomPair> |
ManchesterOWLSyntaxEditorParser.parseObjectPropertyFrame() |
Set<OntologyAxiomPair> |
ManchesterOWLSyntaxEditorParser.parseObjectPropertyFrame(boolean eof) |
Set<OWLObjectPropertyExpression> |
ManchesterOWLSyntaxEditorParser.parseObjectPropertyList() |
OWLClassExpression |
ManchesterOWLSyntaxEditorParser.parseObjectRestriction() |
ManchesterOWLSyntaxOntologyFormat |
ManchesterOWLSyntaxEditorParser.parseOntology(OWLOntology ont) |
ManchesterOWLSyntaxOntologyFormat |
ManchesterOWLSyntaxEditorParser.parseOntology(OWLOntologyManager manager,
OWLOntology ont)
Deprecated.
|
ManchesterOWLSyntaxOntologyHeader |
ManchesterOWLSyntaxEditorParser.parseOntologyHeader(boolean toEOF) |
Map<String,IRI> |
ManchesterOWLSyntaxEditorParser.parsePrefixDeclaration() |
OWLSubPropertyChainOfAxiom |
ManchesterOWLSyntaxEditorParser.parsePropertyChainSubPropertyAxiom() |
OWLPropertyExpression<?,?> |
ManchesterOWLSyntaxEditorParser.parsePropertyExpression() |
Set<OWLPropertyExpression<?,?>> |
ManchesterOWLSyntaxEditorParser.parsePropertyList() |
OWLAxiom |
ManchesterOWLSyntaxEditorParser.parseReflexivePropertyAxiom() |
OWLClassExpression |
ManchesterOWLSyntaxEditorParser.parseRestriction() |
SWRLAtom |
ManchesterOWLSyntaxEditorParser.parseRuleAtom() |
List<SWRLAtom> |
ManchesterOWLSyntaxEditorParser.parseRuleAtoms() |
Set<OntologyAxiomPair> |
ManchesterOWLSyntaxEditorParser.parseRuleFrame() |
SWRLSameIndividualAtom |
ManchesterOWLSyntaxEditorParser.parseSameAsAtom() |
Set<OntologyAxiomPair> |
ManchesterOWLSyntaxEditorParser.parseSameIndividual() |
OWLAxiom |
ManchesterOWLSyntaxEditorParser.parseSymmetricPropertyAxiom() |
OWLAxiom |
ManchesterOWLSyntaxEditorParser.parseTransitivePropertyAxiom() |
OWLClassExpression |
ManchesterOWLSyntaxEditorParser.parseUnion() |
Set<OntologyAxiomPair> |
ManchesterOWLSyntaxEditorParser.parseValuePartitionFrame() |
Set<OntologyAxiomPair> |
ManchesterOWLSyntaxEditorParser.parseValuePartitionValues(Set<OWLOntology> onts,
OWLClass superclass) |
IRI |
ManchesterOWLSyntaxEditorParser.parseVariable() |
protected void |
ManchesterOWLSyntaxEditorParser.throwOntologyNameOrURIExpectedException() |
| Modifier and Type | Method and Description |
|---|---|
O |
OWLExpressionParser.parse(String expression) |
Copyright © 2012 The University of Manchester. All Rights Reserved.