Package openllet.owlapi.parser
Class OWLFunctionalSyntaxParser
- java.lang.Object
-
- openllet.owlapi.parser.OWLFunctionalSyntaxParser
-
- All Implemented Interfaces:
OWLFunctionalSyntaxParserConstants
public class OWLFunctionalSyntaxParser extends java.lang.Object implements OWLFunctionalSyntaxParserConstants
-
-
Field Summary
Fields Modifier and Type Field Description Tokenjj_ntNext token.TokentokenCurrent token.OWLFunctionalSyntaxParserTokenManagertoken_sourceGenerated Token Manager.-
Fields inherited from interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
ANNOTATION, ANNOTATIONASSERTION, ANNOTATIONPROPERTY, ANNOTATIONPROPERTYDOMAIN, ANNOTATIONPROPERTYRANGE, ANY_CHAR, ANY_ESCAPED_CHAR, ASYMMETRICOBJECTPROPERTY, BODY, BUILTINATOM, CLASS, CLASSASSERTION, CLASSATOM, CLOSEPAR, COMMENT, COMMENT_START, DATAALLVALUESFROM, DATACOMPLEMENTOF, DATAEXACTCARDINALITY, DATAHASVALUE, DATAINTERSECTIONOF, DATAMAXCARDINALITY, DATAMINCARDINALITY, DATAONEOF, DATAPROP, DATAPROPERTYASSERTION, DATAPROPERTYATOM, DATAPROPERTYDOMAIN, DATAPROPERTYRANGE, DATARANGEATOM, DATASOMEVALUESFROM, DATATYPE, DATATYPEDEFINITION, DATATYPEIDENTIFIER, DATATYPERESTRICTION, DATAUNIONOF, DECLARATION, DEFAULT, DESCRIPTIONGRAPH, DGRULE, DIFFERENTINDIVIDUALS, DIFFERENTINDIVIDUALSATOM, DISJOINTCLASSES, DISJOINTDATAPROPERTIES, DISJOINTOBJECTPROPERTIES, DISJOINTUNION, DLSAFERULE, DOCUMENTATION, EDGEASSERTION, EDGES, EOF, EQUALS, EQUIVALENTCLASSES, EQUIVALENTDATAPROPERTIES, EQUIVALENTOBJECTPROPERTIES, ERROR, FRACTIONDIGITS, FULLIRI, FUNCTIONALDATAPROPERTY, FUNCTIONALOBJECTPROPERTY, HASKEY, HEAD, IMPORT, IN_COMMENT, IN_STRING_LITERAL, INT, INVERSEFUNCTIONALOBJECTPROPERTY, INVERSEOBJECTPROPERTIES, IRREFLEXIVEOBJECTPROPERTY, LABEL, LANGIDENTIFIER, LENGTH, MAINCLASSES, MAXEXCLUSIVE, MAXINCLUSIVE, MAXLENGTH, MINEXCLUSIVE, MININCLUSIVE, MINLENGTH, NAMEDINDIVIDUAL, NEGATIVEDATAPROPERTYASSERTION, NEGATIVEOBJECTPROPERTYASSERTION, NODEASSERTION, NODEID, NODES, OBJECTALLVALUESFROM, OBJECTCOMPLEMENTOF, OBJECTEXACTCARDINALITY, OBJECTHASSELF, OBJECTHASVALUE, OBJECTINTERSECTIONOF, OBJECTINVERSEOF, OBJECTMAXCARDINALITY, OBJECTMINCARDINALITY, OBJECTONEOF, OBJECTPROP, OBJECTPROPERTYASSERTION, OBJECTPROPERTYATOM, OBJECTPROPERTYDOMAIN, OBJECTPROPERTYRANGE, OBJECTSOMEVALUESFROM, OBJECTUNIONOF, ONTOLOGY, OPENPAR, PATTERN, PN_CHARS, PN_CHARS_BASE, PN_CHARS_U, PN_LOCAL, PN_PREFIX, PNAME_LN, PNAME_NS, PREFIX, REFLEXIVEOBJECTPROPERTY, SAMEINDIVIDUAL, SAMEINDIVIDUALATOM, STRINGLITERAL, STRINGLITERAL_START, SUBANNOTATIONPROPERTYOF, SUBCLASSOF, SUBDATAPROPERTYOF, SUBOBJECTPROPERTYCHAIN, SUBOBJECTPROPERTYOF, SYMMETRICOBJECTPROPERTY, tokenImage, TOTALDIGITS, TRANSITIVEOBJECTPROPERTY, VARIABLE
-
-
Constructor Summary
Constructors Constructor Description OWLFunctionalSyntaxParser(java.io.InputStream stream)Constructor with InputStream.OWLFunctionalSyntaxParser(java.io.InputStream stream, java.lang.String encoding)Constructor with InputStream and supplied encodingOWLFunctionalSyntaxParser(java.io.Reader stream)Constructor.OWLFunctionalSyntaxParser(OWLFunctionalSyntaxParserTokenManager tm)Constructor with generated Token Manager.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.semanticweb.owlapi.model.IRIAbbreviatedIRI()org.semanticweb.owlapi.model.OWLAnnotationAnnotation()org.semanticweb.owlapi.model.OWLAnnotationAssertionAxiomAnnotationAssertion()org.semanticweb.owlapi.model.OWLAxiomAnnotationAxiom()org.semanticweb.owlapi.model.OWLAnnotationPropertyAnnotationProperty()org.semanticweb.owlapi.model.OWLAnnotationPropertyDomainAxiomAnnotationPropertyDomain()org.semanticweb.owlapi.model.OWLAnnotationPropertyAnnotationPropertyIRI()org.semanticweb.owlapi.model.OWLAnnotationPropertyRangeAxiomAnnotationPropertyRange()org.semanticweb.owlapi.model.OWLAnnotationSubjectAnnotationSubject()org.semanticweb.owlapi.model.OWLAnnotationValueAnnotationValue()org.semanticweb.owlapi.model.OWLAnonymousIndividualAnonymousIndividual()org.semanticweb.owlapi.model.OWLPropertyAxiomAsymmetricObjectProperty()org.semanticweb.owlapi.model.SWRLAtomAtom()org.semanticweb.owlapi.model.OWLAxiomAxiom()java.util.Set<org.semanticweb.owlapi.model.OWLAnnotation>AxiomAnnotationSet()org.semanticweb.owlapi.model.SWRLBuiltInAtomBuiltInAtom()intCardinality()org.semanticweb.owlapi.model.OWLClassClass()org.semanticweb.owlapi.model.OWLIndividualAxiomClassAssertion()org.semanticweb.owlapi.model.SWRLClassAtomClassAtom()org.semanticweb.owlapi.model.OWLClassAxiomClassAxiom()org.semanticweb.owlapi.model.OWLClassExpressionClassExpression()java.util.Set<org.semanticweb.owlapi.model.OWLClassExpression>ClassExpressionSet()org.semanticweb.owlapi.model.OWLClassClassIRI()org.semanticweb.owlapi.model.SWRLDArgumentDArg()org.semanticweb.owlapi.model.OWLClassExpressionDataAllValuesFrom()org.semanticweb.owlapi.model.OWLDataRangeDataComplementOf()org.semanticweb.owlapi.model.OWLClassExpressionDataExactCardinality()org.semanticweb.owlapi.model.OWLClassExpressionDataHasValue()org.semanticweb.owlapi.model.OWLDataRangeDataIntersectionOf()org.semanticweb.owlapi.model.OWLClassExpressionDataMaxCardinality()org.semanticweb.owlapi.model.OWLClassExpressionDataMinCardinality()org.semanticweb.owlapi.model.OWLDataRangeDataOneOf()org.semanticweb.owlapi.model.OWLDataPropertyDataProperty()org.semanticweb.owlapi.model.OWLIndividualAxiomDataPropertyAssertion()org.semanticweb.owlapi.model.SWRLDataPropertyAtomDataPropertyAtom()org.semanticweb.owlapi.model.OWLPropertyAxiomDataPropertyAxiom()org.semanticweb.owlapi.model.OWLPropertyAxiomDataPropertyDomain()org.semanticweb.owlapi.model.OWLDataPropertyExpressionDataPropertyExpression()org.semanticweb.owlapi.model.OWLDataPropertyDataPropertyIRI()org.semanticweb.owlapi.model.OWLPropertyAxiomDataPropertyRange()java.util.Set<org.semanticweb.owlapi.model.OWLDataPropertyExpression>DataPropertySet()org.semanticweb.owlapi.model.OWLDataRangeDataRange()org.semanticweb.owlapi.model.SWRLDataRangeAtomDataRangeAtom()org.semanticweb.owlapi.model.OWLFacetRestrictionDataRangeFacetRestriction()org.semanticweb.owlapi.model.OWLDataRangeDataRangeRestriction()org.semanticweb.owlapi.model.OWLClassExpressionDataSomeValuesFrom()org.semanticweb.owlapi.model.OWLDatatypeDatatype()org.semanticweb.owlapi.model.OWLDatatypeDefinitionAxiomDatatypeDefinitionAxiom()org.semanticweb.owlapi.model.OWLDatatypeDatatypeIRI()org.semanticweb.owlapi.model.OWLDataRangeDataUnionOf()org.semanticweb.owlapi.model.OWLAxiomDeclaration()org.semanticweb.owlapi.model.OWLIndividualAxiomDifferentIndividuals()org.semanticweb.owlapi.model.SWRLDifferentIndividualsAtomDifferentIndividualsAtom()voiddisable_tracing()Disable tracing.org.semanticweb.owlapi.model.OWLClassAxiomDisjointClasses()org.semanticweb.owlapi.model.OWLPropertyAxiomDisjointDataProperties()org.semanticweb.owlapi.model.OWLPropertyAxiomDisjointObjectProperties()org.semanticweb.owlapi.model.OWLClassAxiomDisjointUnion()org.semanticweb.owlapi.model.SWRLRuleDLSafeRule()voidenable_tracing()Enable tracing.org.semanticweb.owlapi.model.OWLEntityEntity()org.semanticweb.owlapi.model.OWLClassAxiomEquivalentClasses()org.semanticweb.owlapi.model.OWLPropertyAxiomEquivalentDataProperties()org.semanticweb.owlapi.model.OWLPropertyAxiomEquivalentObjectProperties()org.semanticweb.owlapi.model.IRIFullIRI()org.semanticweb.owlapi.model.OWLPropertyAxiomFunctionalDataProperty()org.semanticweb.owlapi.model.OWLPropertyAxiomFunctionalObjectProperty()ParseExceptiongenerateParseException()Generate ParseException.org.semanticweb.owlapi.model.IRIgetIRI(java.lang.String s)TokengetNextToken()Get the next Token.TokengetToken(int index)Get the specific Token.org.semanticweb.owlapi.model.OWLHasKeyAxiomHasKey()org.semanticweb.owlapi.model.SWRLIArgumentIArg()org.semanticweb.owlapi.model.OWLImportsDeclarationImportsDeclaration()org.semanticweb.owlapi.model.OWLIndividualIndividual()org.semanticweb.owlapi.model.OWLIndividualAxiomIndividualAxiom()org.semanticweb.owlapi.model.OWLNamedIndividualIndividualIRI()java.util.Set<org.semanticweb.owlapi.model.OWLIndividual>IndividualMinOneSet()java.util.Set<org.semanticweb.owlapi.model.OWLIndividual>IndividualSet()intInteger()org.semanticweb.owlapi.model.OWLPropertyAxiomInverseFunctionalObjectProperty()org.semanticweb.owlapi.model.OWLPropertyAxiomInverseObjectProperties()org.semanticweb.owlapi.model.OWLObjectPropertyExpressionInverseObjectProperty()org.semanticweb.owlapi.model.IRIIRI()org.semanticweb.owlapi.model.OWLPropertyAxiomIrreflexiveObjectProperty()java.lang.StringLangTag()org.semanticweb.owlapi.model.OWLLiteralLiteral()org.semanticweb.owlapi.model.OWLNamedIndividualNamedIndividual()org.semanticweb.owlapi.model.OWLIndividualAxiomNegativeDataPropertyAssertion()org.semanticweb.owlapi.model.OWLIndividualAxiomNegativeObjectPropertyAssertion()org.semanticweb.owlapi.model.OWLClassExpressionObjectAllValuesFrom()org.semanticweb.owlapi.model.OWLClassExpressionObjectComplementOf()org.semanticweb.owlapi.model.OWLClassExpressionObjectExactCardinality()org.semanticweb.owlapi.model.OWLClassExpressionObjectHasValue()org.semanticweb.owlapi.model.OWLClassExpressionObjectIntersectionOf()org.semanticweb.owlapi.model.OWLClassExpressionObjectMaxCardinality()org.semanticweb.owlapi.model.OWLClassExpressionObjectMinCardinality()org.semanticweb.owlapi.model.OWLClassExpressionObjectOneOf()org.semanticweb.owlapi.model.OWLObjectPropertyObjectProperty()org.semanticweb.owlapi.model.OWLIndividualAxiomObjectPropertyAssertion()org.semanticweb.owlapi.model.SWRLObjectPropertyAtomObjectPropertyAtom()org.semanticweb.owlapi.model.OWLPropertyAxiomObjectPropertyAxiom()org.semanticweb.owlapi.model.OWLPropertyAxiomObjectPropertyDomain()org.semanticweb.owlapi.model.OWLObjectPropertyExpressionObjectPropertyExpression()org.semanticweb.owlapi.model.OWLObjectPropertyObjectPropertyIRI()org.semanticweb.owlapi.model.OWLPropertyAxiomObjectPropertyRange()java.util.Set<org.semanticweb.owlapi.model.OWLObjectPropertyExpression>ObjectPropertySet()org.semanticweb.owlapi.model.OWLClassExpressionObjectSelf()org.semanticweb.owlapi.model.OWLClassExpressionObjectSomeValuesFrom()org.semanticweb.owlapi.model.OWLClassExpressionObjectUnionOf()voidOntology()org.semanticweb.owlapi.formats.FunctionalSyntaxDocumentFormatparse()voidPrefix()java.lang.StringPrefixName()java.lang.StringQuotedString()org.semanticweb.owlapi.model.OWLPropertyAxiomReflexiveObjectProperty()voidReInit(java.io.InputStream stream)Reinitialise.voidReInit(java.io.InputStream stream, java.lang.String encoding)Reinitialise.voidReInit(java.io.Reader stream)Reinitialise.voidReInit(OWLFunctionalSyntaxParserTokenManager tm)Reinitialise.org.semanticweb.owlapi.model.SWRLSameIndividualAtomSameIndividualAtom()org.semanticweb.owlapi.model.OWLIndividualAxiomSameIndividuals()voidsetIgnoreAnnotationsAndDeclarations(boolean b)voidsetPrefixes(org.semanticweb.owlapi.model.PrefixManager nsm)voidsetUp(org.semanticweb.owlapi.model.OWLOntology ontology, org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration configuration)org.semanticweb.owlapi.model.OWLSubAnnotationPropertyOfAxiomSubAnnotationPropertyOf()org.semanticweb.owlapi.model.OWLClassAxiomSubClassOf()org.semanticweb.owlapi.model.OWLPropertyAxiomSubDataPropertyOf()java.util.List<org.semanticweb.owlapi.model.OWLObjectPropertyExpression>SubObjectPropertyChain()org.semanticweb.owlapi.model.OWLPropertyAxiomSubObjectPropertyOf()org.semanticweb.owlapi.model.OWLPropertyAxiomSymmetricObjectProperty()org.semanticweb.owlapi.model.OWLPropertyAxiomTransitiveObjectProperty()
-
-
-
Field Detail
-
token_source
public OWLFunctionalSyntaxParserTokenManager token_source
Generated Token Manager.
-
token
public Token token
Current token.
-
jj_nt
public Token jj_nt
Next token.
-
-
Constructor Detail
-
OWLFunctionalSyntaxParser
public OWLFunctionalSyntaxParser(java.io.InputStream stream)
Constructor with InputStream.
-
OWLFunctionalSyntaxParser
public OWLFunctionalSyntaxParser(java.io.InputStream stream, java.lang.String encoding)Constructor with InputStream and supplied encoding
-
OWLFunctionalSyntaxParser
public OWLFunctionalSyntaxParser(java.io.Reader stream)
Constructor.
-
OWLFunctionalSyntaxParser
public OWLFunctionalSyntaxParser(OWLFunctionalSyntaxParserTokenManager tm)
Constructor with generated Token Manager.
-
-
Method Detail
-
setUp
public void setUp(org.semanticweb.owlapi.model.OWLOntology ontology, org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration configuration)
-
getIRI
public org.semanticweb.owlapi.model.IRI getIRI(java.lang.String s)
-
setIgnoreAnnotationsAndDeclarations
public void setIgnoreAnnotationsAndDeclarations(boolean b)
-
setPrefixes
public void setPrefixes(org.semanticweb.owlapi.model.PrefixManager nsm)
-
parse
public final org.semanticweb.owlapi.formats.FunctionalSyntaxDocumentFormat parse() throws ParseException, org.semanticweb.owlapi.io.OWLParserException, org.semanticweb.owlapi.model.UnloadableImportException- Throws:
ParseExceptionorg.semanticweb.owlapi.io.OWLParserExceptionorg.semanticweb.owlapi.model.UnloadableImportException
-
Ontology
public final void Ontology() throws ParseException, org.semanticweb.owlapi.io.OWLParserException, org.semanticweb.owlapi.model.UnloadableImportException- Throws:
ParseExceptionorg.semanticweb.owlapi.io.OWLParserExceptionorg.semanticweb.owlapi.model.UnloadableImportException
-
Prefix
public final void Prefix() throws ParseException- Throws:
ParseException
-
IRI
public final org.semanticweb.owlapi.model.IRI IRI() throws ParseException- Throws:
ParseException
-
FullIRI
public final org.semanticweb.owlapi.model.IRI FullIRI() throws ParseException- Throws:
ParseException
-
AbbreviatedIRI
public final org.semanticweb.owlapi.model.IRI AbbreviatedIRI() throws ParseException- Throws:
ParseException
-
PrefixName
public final java.lang.String PrefixName() throws ParseException- Throws:
ParseException
-
ClassExpression
public final org.semanticweb.owlapi.model.OWLClassExpression ClassExpression() throws ParseException- Throws:
ParseException
-
ClassIRI
public final org.semanticweb.owlapi.model.OWLClass ClassIRI() throws ParseException- Throws:
ParseException
-
ClassExpressionSet
public final java.util.Set<org.semanticweb.owlapi.model.OWLClassExpression> ClassExpressionSet() throws ParseException- Throws:
ParseException
-
IndividualMinOneSet
public final java.util.Set<org.semanticweb.owlapi.model.OWLIndividual> IndividualMinOneSet() throws ParseException- Throws:
ParseException
-
ObjectUnionOf
public final org.semanticweb.owlapi.model.OWLClassExpression ObjectUnionOf() throws ParseException- Throws:
ParseException
-
ObjectIntersectionOf
public final org.semanticweb.owlapi.model.OWLClassExpression ObjectIntersectionOf() throws ParseException- Throws:
ParseException
-
ObjectComplementOf
public final org.semanticweb.owlapi.model.OWLClassExpression ObjectComplementOf() throws ParseException- Throws:
ParseException
-
ObjectOneOf
public final org.semanticweb.owlapi.model.OWLClassExpression ObjectOneOf() throws ParseException- Throws:
ParseException
-
ObjectAllValuesFrom
public final org.semanticweb.owlapi.model.OWLClassExpression ObjectAllValuesFrom() throws ParseException- Throws:
ParseException
-
ObjectSomeValuesFrom
public final org.semanticweb.owlapi.model.OWLClassExpression ObjectSomeValuesFrom() throws ParseException- Throws:
ParseException
-
ObjectHasValue
public final org.semanticweb.owlapi.model.OWLClassExpression ObjectHasValue() throws ParseException- Throws:
ParseException
-
ObjectSelf
public final org.semanticweb.owlapi.model.OWLClassExpression ObjectSelf() throws ParseException- Throws:
ParseException
-
ObjectMinCardinality
public final org.semanticweb.owlapi.model.OWLClassExpression ObjectMinCardinality() throws ParseException- Throws:
ParseException
-
ObjectExactCardinality
public final org.semanticweb.owlapi.model.OWLClassExpression ObjectExactCardinality() throws ParseException- Throws:
ParseException
-
ObjectMaxCardinality
public final org.semanticweb.owlapi.model.OWLClassExpression ObjectMaxCardinality() throws ParseException- Throws:
ParseException
-
DataAllValuesFrom
public final org.semanticweb.owlapi.model.OWLClassExpression DataAllValuesFrom() throws ParseException- Throws:
ParseException
-
DataSomeValuesFrom
public final org.semanticweb.owlapi.model.OWLClassExpression DataSomeValuesFrom() throws ParseException- Throws:
ParseException
-
DataHasValue
public final org.semanticweb.owlapi.model.OWLClassExpression DataHasValue() throws ParseException- Throws:
ParseException
-
DataMinCardinality
public final org.semanticweb.owlapi.model.OWLClassExpression DataMinCardinality() throws ParseException- Throws:
ParseException
-
DataExactCardinality
public final org.semanticweb.owlapi.model.OWLClassExpression DataExactCardinality() throws ParseException- Throws:
ParseException
-
DataMaxCardinality
public final org.semanticweb.owlapi.model.OWLClassExpression DataMaxCardinality() throws ParseException- Throws:
ParseException
-
Class
public final org.semanticweb.owlapi.model.OWLClass Class() throws ParseException- Throws:
ParseException
-
ObjectPropertyExpression
public final org.semanticweb.owlapi.model.OWLObjectPropertyExpression ObjectPropertyExpression() throws ParseException- Throws:
ParseException
-
InverseObjectProperty
public final org.semanticweb.owlapi.model.OWLObjectPropertyExpression InverseObjectProperty() throws ParseException- Throws:
ParseException
-
ObjectProperty
public final org.semanticweb.owlapi.model.OWLObjectProperty ObjectProperty() throws ParseException- Throws:
ParseException
-
DataPropertyExpression
public final org.semanticweb.owlapi.model.OWLDataPropertyExpression DataPropertyExpression() throws ParseException- Throws:
ParseException
-
DataPropertyIRI
public final org.semanticweb.owlapi.model.OWLDataProperty DataPropertyIRI() throws ParseException- Throws:
ParseException
-
DataProperty
public final org.semanticweb.owlapi.model.OWLDataProperty DataProperty() throws ParseException- Throws:
ParseException
-
AnnotationProperty
public final org.semanticweb.owlapi.model.OWLAnnotationProperty AnnotationProperty() throws ParseException- Throws:
ParseException
-
AnnotationPropertyIRI
public final org.semanticweb.owlapi.model.OWLAnnotationProperty AnnotationPropertyIRI() throws ParseException- Throws:
ParseException
-
NamedIndividual
public final org.semanticweb.owlapi.model.OWLNamedIndividual NamedIndividual() throws ParseException- Throws:
ParseException
-
AnonymousIndividual
public final org.semanticweb.owlapi.model.OWLAnonymousIndividual AnonymousIndividual() throws ParseException- Throws:
ParseException
-
Datatype
public final org.semanticweb.owlapi.model.OWLDatatype Datatype() throws ParseException- Throws:
ParseException
-
DatatypeIRI
public final org.semanticweb.owlapi.model.OWLDatatype DatatypeIRI() throws ParseException- Throws:
ParseException
-
Cardinality
public final int Cardinality() throws ParseException- Throws:
ParseException
-
Integer
public final int Integer() throws ParseException- Throws:
ParseException
-
DatatypeDefinitionAxiom
public final org.semanticweb.owlapi.model.OWLDatatypeDefinitionAxiom DatatypeDefinitionAxiom() throws ParseException- Throws:
ParseException
-
DataRange
public final org.semanticweb.owlapi.model.OWLDataRange DataRange() throws ParseException- Throws:
ParseException
-
DataComplementOf
public final org.semanticweb.owlapi.model.OWLDataRange DataComplementOf() throws ParseException- Throws:
ParseException
-
DataOneOf
public final org.semanticweb.owlapi.model.OWLDataRange DataOneOf() throws ParseException- Throws:
ParseException
-
DataUnionOf
public final org.semanticweb.owlapi.model.OWLDataRange DataUnionOf() throws ParseException- Throws:
ParseException
-
DataIntersectionOf
public final org.semanticweb.owlapi.model.OWLDataRange DataIntersectionOf() throws ParseException- Throws:
ParseException
-
DataRangeRestriction
public final org.semanticweb.owlapi.model.OWLDataRange DataRangeRestriction() throws ParseException- Throws:
ParseException
-
DataRangeFacetRestriction
public final org.semanticweb.owlapi.model.OWLFacetRestriction DataRangeFacetRestriction() throws ParseException- Throws:
ParseException
-
Axiom
public final org.semanticweb.owlapi.model.OWLAxiom Axiom() throws ParseException- Throws:
ParseException
-
ClassAxiom
public final org.semanticweb.owlapi.model.OWLClassAxiom ClassAxiom() throws ParseException- Throws:
ParseException
-
SubClassOf
public final org.semanticweb.owlapi.model.OWLClassAxiom SubClassOf() throws ParseException- Throws:
ParseException
-
EquivalentClasses
public final org.semanticweb.owlapi.model.OWLClassAxiom EquivalentClasses() throws ParseException- Throws:
ParseException
-
DisjointClasses
public final org.semanticweb.owlapi.model.OWLClassAxiom DisjointClasses() throws ParseException- Throws:
ParseException
-
DisjointUnion
public final org.semanticweb.owlapi.model.OWLClassAxiom DisjointUnion() throws ParseException- Throws:
ParseException
-
ObjectPropertyAxiom
public final org.semanticweb.owlapi.model.OWLPropertyAxiom ObjectPropertyAxiom() throws ParseException- Throws:
ParseException
-
SubObjectPropertyChain
public final java.util.List<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> SubObjectPropertyChain() throws ParseException- Throws:
ParseException
-
SubObjectPropertyOf
public final org.semanticweb.owlapi.model.OWLPropertyAxiom SubObjectPropertyOf() throws ParseException- Throws:
ParseException
-
EquivalentObjectProperties
public final org.semanticweb.owlapi.model.OWLPropertyAxiom EquivalentObjectProperties() throws ParseException- Throws:
ParseException
-
DisjointObjectProperties
public final org.semanticweb.owlapi.model.OWLPropertyAxiom DisjointObjectProperties() throws ParseException- Throws:
ParseException
-
ObjectPropertySet
public final java.util.Set<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> ObjectPropertySet() throws ParseException- Throws:
ParseException
-
ObjectPropertyRange
public final org.semanticweb.owlapi.model.OWLPropertyAxiom ObjectPropertyRange() throws ParseException- Throws:
ParseException
-
ObjectPropertyDomain
public final org.semanticweb.owlapi.model.OWLPropertyAxiom ObjectPropertyDomain() throws ParseException- Throws:
ParseException
-
FunctionalObjectProperty
public final org.semanticweb.owlapi.model.OWLPropertyAxiom FunctionalObjectProperty() throws ParseException- Throws:
ParseException
-
InverseObjectProperties
public final org.semanticweb.owlapi.model.OWLPropertyAxiom InverseObjectProperties() throws ParseException- Throws:
ParseException
-
InverseFunctionalObjectProperty
public final org.semanticweb.owlapi.model.OWLPropertyAxiom InverseFunctionalObjectProperty() throws ParseException- Throws:
ParseException
-
SymmetricObjectProperty
public final org.semanticweb.owlapi.model.OWLPropertyAxiom SymmetricObjectProperty() throws ParseException- Throws:
ParseException
-
AsymmetricObjectProperty
public final org.semanticweb.owlapi.model.OWLPropertyAxiom AsymmetricObjectProperty() throws ParseException- Throws:
ParseException
-
ReflexiveObjectProperty
public final org.semanticweb.owlapi.model.OWLPropertyAxiom ReflexiveObjectProperty() throws ParseException- Throws:
ParseException
-
IrreflexiveObjectProperty
public final org.semanticweb.owlapi.model.OWLPropertyAxiom IrreflexiveObjectProperty() throws ParseException- Throws:
ParseException
-
TransitiveObjectProperty
public final org.semanticweb.owlapi.model.OWLPropertyAxiom TransitiveObjectProperty() throws ParseException- Throws:
ParseException
-
DataPropertyAxiom
public final org.semanticweb.owlapi.model.OWLPropertyAxiom DataPropertyAxiom() throws ParseException- Throws:
ParseException
-
SubDataPropertyOf
public final org.semanticweb.owlapi.model.OWLPropertyAxiom SubDataPropertyOf() throws ParseException- Throws:
ParseException
-
EquivalentDataProperties
public final org.semanticweb.owlapi.model.OWLPropertyAxiom EquivalentDataProperties() throws ParseException- Throws:
ParseException
-
DisjointDataProperties
public final org.semanticweb.owlapi.model.OWLPropertyAxiom DisjointDataProperties() throws ParseException- Throws:
ParseException
-
DataPropertySet
public final java.util.Set<org.semanticweb.owlapi.model.OWLDataPropertyExpression> DataPropertySet() throws ParseException- Throws:
ParseException
-
DataPropertyDomain
public final org.semanticweb.owlapi.model.OWLPropertyAxiom DataPropertyDomain() throws ParseException- Throws:
ParseException
-
DataPropertyRange
public final org.semanticweb.owlapi.model.OWLPropertyAxiom DataPropertyRange() throws ParseException- Throws:
ParseException
-
FunctionalDataProperty
public final org.semanticweb.owlapi.model.OWLPropertyAxiom FunctionalDataProperty() throws ParseException- Throws:
ParseException
-
IndividualAxiom
public final org.semanticweb.owlapi.model.OWLIndividualAxiom IndividualAxiom() throws ParseException- Throws:
ParseException
-
IndividualSet
public final java.util.Set<org.semanticweb.owlapi.model.OWLIndividual> IndividualSet() throws ParseException- Throws:
ParseException
-
SameIndividuals
public final org.semanticweb.owlapi.model.OWLIndividualAxiom SameIndividuals() throws ParseException- Throws:
ParseException
-
DifferentIndividuals
public final org.semanticweb.owlapi.model.OWLIndividualAxiom DifferentIndividuals() throws ParseException- Throws:
ParseException
-
ClassAssertion
public final org.semanticweb.owlapi.model.OWLIndividualAxiom ClassAssertion() throws ParseException- Throws:
ParseException
-
ObjectPropertyAssertion
public final org.semanticweb.owlapi.model.OWLIndividualAxiom ObjectPropertyAssertion() throws ParseException- Throws:
ParseException
-
NegativeObjectPropertyAssertion
public final org.semanticweb.owlapi.model.OWLIndividualAxiom NegativeObjectPropertyAssertion() throws ParseException- Throws:
ParseException
-
DataPropertyAssertion
public final org.semanticweb.owlapi.model.OWLIndividualAxiom DataPropertyAssertion() throws ParseException- Throws:
ParseException
-
NegativeDataPropertyAssertion
public final org.semanticweb.owlapi.model.OWLIndividualAxiom NegativeDataPropertyAssertion() throws ParseException- Throws:
ParseException
-
IndividualIRI
public final org.semanticweb.owlapi.model.OWLNamedIndividual IndividualIRI() throws ParseException- Throws:
ParseException
-
Individual
public final org.semanticweb.owlapi.model.OWLIndividual Individual() throws ParseException- Throws:
ParseException
-
ObjectPropertyIRI
public final org.semanticweb.owlapi.model.OWLObjectProperty ObjectPropertyIRI() throws ParseException- Throws:
ParseException
-
AnnotationAxiom
public final org.semanticweb.owlapi.model.OWLAxiom AnnotationAxiom() throws ParseException- Throws:
ParseException
-
Annotation
public final org.semanticweb.owlapi.model.OWLAnnotation Annotation() throws ParseException- Throws:
ParseException
-
AnnotationSubject
public final org.semanticweb.owlapi.model.OWLAnnotationSubject AnnotationSubject() throws ParseException- Throws:
ParseException
-
AnnotationValue
public final org.semanticweb.owlapi.model.OWLAnnotationValue AnnotationValue() throws ParseException- Throws:
ParseException
-
AxiomAnnotationSet
public final java.util.Set<org.semanticweb.owlapi.model.OWLAnnotation> AxiomAnnotationSet() throws ParseException- Throws:
ParseException
-
ImportsDeclaration
public final org.semanticweb.owlapi.model.OWLImportsDeclaration ImportsDeclaration() throws ParseException- Throws:
ParseException
-
AnnotationAssertion
public final org.semanticweb.owlapi.model.OWLAnnotationAssertionAxiom AnnotationAssertion() throws ParseException- Throws:
ParseException
-
SubAnnotationPropertyOf
public final org.semanticweb.owlapi.model.OWLSubAnnotationPropertyOfAxiom SubAnnotationPropertyOf() throws ParseException- Throws:
ParseException
-
AnnotationPropertyDomain
public final org.semanticweb.owlapi.model.OWLAnnotationPropertyDomainAxiom AnnotationPropertyDomain() throws ParseException- Throws:
ParseException
-
AnnotationPropertyRange
public final org.semanticweb.owlapi.model.OWLAnnotationPropertyRangeAxiom AnnotationPropertyRange() throws ParseException- Throws:
ParseException
-
HasKey
public final org.semanticweb.owlapi.model.OWLHasKeyAxiom HasKey() throws ParseException- Throws:
ParseException
-
Declaration
public final org.semanticweb.owlapi.model.OWLAxiom Declaration() throws ParseException- Throws:
ParseException
-
Entity
public final org.semanticweb.owlapi.model.OWLEntity Entity() throws ParseException- Throws:
ParseException
-
Literal
public final org.semanticweb.owlapi.model.OWLLiteral Literal() throws ParseException- Throws:
ParseException
-
QuotedString
public final java.lang.String QuotedString() throws ParseException- Throws:
ParseException
-
LangTag
public final java.lang.String LangTag() throws ParseException- Throws:
ParseException
-
DLSafeRule
public final org.semanticweb.owlapi.model.SWRLRule DLSafeRule() throws ParseException- Throws:
ParseException
-
Atom
public final org.semanticweb.owlapi.model.SWRLAtom Atom() throws ParseException- Throws:
ParseException
-
ClassAtom
public final org.semanticweb.owlapi.model.SWRLClassAtom ClassAtom() throws ParseException- Throws:
ParseException
-
DataRangeAtom
public final org.semanticweb.owlapi.model.SWRLDataRangeAtom DataRangeAtom() throws ParseException- Throws:
ParseException
-
ObjectPropertyAtom
public final org.semanticweb.owlapi.model.SWRLObjectPropertyAtom ObjectPropertyAtom() throws ParseException- Throws:
ParseException
-
DataPropertyAtom
public final org.semanticweb.owlapi.model.SWRLDataPropertyAtom DataPropertyAtom() throws ParseException- Throws:
ParseException
-
BuiltInAtom
public final org.semanticweb.owlapi.model.SWRLBuiltInAtom BuiltInAtom() throws ParseException- Throws:
ParseException
-
SameIndividualAtom
public final org.semanticweb.owlapi.model.SWRLSameIndividualAtom SameIndividualAtom() throws ParseException- Throws:
ParseException
-
DifferentIndividualsAtom
public final org.semanticweb.owlapi.model.SWRLDifferentIndividualsAtom DifferentIndividualsAtom() throws ParseException- Throws:
ParseException
-
IArg
public final org.semanticweb.owlapi.model.SWRLIArgument IArg() throws ParseException- Throws:
ParseException
-
DArg
public final org.semanticweb.owlapi.model.SWRLDArgument DArg() throws ParseException- Throws:
ParseException
-
ReInit
public void ReInit(java.io.InputStream stream)
Reinitialise.
-
ReInit
public void ReInit(java.io.InputStream stream, java.lang.String encoding)Reinitialise.
-
ReInit
public void ReInit(java.io.Reader stream)
Reinitialise.
-
ReInit
public void ReInit(OWLFunctionalSyntaxParserTokenManager tm)
Reinitialise.
-
getNextToken
public final Token getNextToken()
Get the next Token.
-
getToken
public final Token getToken(int index)
Get the specific Token.
-
generateParseException
public ParseException generateParseException()
Generate ParseException.
-
enable_tracing
public final void enable_tracing()
Enable tracing.
-
disable_tracing
public final void disable_tracing()
Disable tracing.
-
-