final public OWLClassExpression ObjectUnionOf() throws ParseException { Set<OWLClassExpression> classExpressions; jj_consume_token(OBJECTUNIONOF); jj_consume_token(OPENPAR); classExpressions = ClassExpressionSet(); jj_consume_token(CLOSEPAR); { if ("" != null) return dataFactory.getOWLObjectUnionOf(classExpressions); } throw new Error("Missing return statement in function"); }
final public OWLClassExpression ObjectUnionOf() throws ParseException { Set<OWLClassExpression> classExpressions; jj_consume_token(OBJECTUNIONOF); jj_consume_token(OPENPAR); classExpressions = ClassExpressionSet(); jj_consume_token(CLOSEPAR); { if ("" != null) return dataFactory.getOWLObjectUnionOf(classExpressions); } throw new Error("Missing return statement in function"); }
final public OWLClassExpression ObjectUnionOf() throws ParseException { Set<OWLClassExpression> classExpressions; jj_consume_token(OBJECTUNIONOF); jj_consume_token(OPENPAR); classExpressions = ClassExpressionSet(); jj_consume_token(CLOSEPAR); { if ("" != null) return dataFactory.getOWLObjectUnionOf(classExpressions); } throw new Error("Missing return statement in function"); }
final public OWLClassExpression ObjectIntersectionOf() throws ParseException { Set<OWLClassExpression> classExpressions; jj_consume_token(OBJECTINTERSECTIONOF); jj_consume_token(OPENPAR); classExpressions = ClassExpressionSet(); jj_consume_token(CLOSEPAR); { if ("" != null) return dataFactory.getOWLObjectIntersectionOf(classExpressions); } throw new Error("Missing return statement in function"); }
final public OWLClassExpression ObjectIntersectionOf() throws ParseException { Set<OWLClassExpression> classExpressions; jj_consume_token(OBJECTINTERSECTIONOF); jj_consume_token(OPENPAR); classExpressions = ClassExpressionSet(); jj_consume_token(CLOSEPAR); { if ("" != null) return dataFactory.getOWLObjectIntersectionOf(classExpressions); } throw new Error("Missing return statement in function"); }
final public OWLClassExpression ObjectIntersectionOf() throws ParseException { Set<OWLClassExpression> classExpressions; jj_consume_token(OBJECTINTERSECTIONOF); jj_consume_token(OPENPAR); classExpressions = ClassExpressionSet(); jj_consume_token(CLOSEPAR); { if ("" != null) return dataFactory.getOWLObjectIntersectionOf(classExpressions); } throw new Error("Missing return statement in function"); }
final public OWLClassAxiom EquivalentClasses() throws ParseException { Set<OWLClassExpression> classExpressions; Set<OWLAnnotation> axiomAnnos; jj_consume_token(EQUIVALENTCLASSES); jj_consume_token(OPENPAR); axiomAnnos = AxiomAnnotationSet(); classExpressions = ClassExpressionSet(); jj_consume_token(CLOSEPAR); { if ("" != null) return dataFactory.getOWLEquivalentClassesAxiom(classExpressions, axiomAnnos); } throw new Error("Missing return statement in function"); }
final public OWLClassAxiom EquivalentClasses() throws ParseException { Set<OWLClassExpression> classExpressions; Set<OWLAnnotation> axiomAnnos; jj_consume_token(EQUIVALENTCLASSES); jj_consume_token(OPENPAR); axiomAnnos = AxiomAnnotationSet(); classExpressions = ClassExpressionSet(); jj_consume_token(CLOSEPAR); { if ("" != null) return dataFactory.getOWLEquivalentClassesAxiom(classExpressions, axiomAnnos); } throw new Error("Missing return statement in function"); }
final public OWLClassAxiom DisjointClasses() throws ParseException { Set<OWLClassExpression> classExpressions; Set<OWLAnnotation> axiomAnnos; jj_consume_token(DISJOINTCLASSES); jj_consume_token(OPENPAR); axiomAnnos = AxiomAnnotationSet(); classExpressions = ClassExpressionSet(); jj_consume_token(CLOSEPAR); { if ("" != null) return dataFactory.getOWLDisjointClassesAxiom(classExpressions, axiomAnnos); } throw new Error("Missing return statement in function"); }
final public OWLClassAxiom DisjointClasses() throws ParseException { Set<OWLClassExpression> classExpressions; Set<OWLAnnotation> axiomAnnos; jj_consume_token(DISJOINTCLASSES); jj_consume_token(OPENPAR); axiomAnnos = AxiomAnnotationSet(); classExpressions = ClassExpressionSet(); jj_consume_token(CLOSEPAR); { if ("" != null) return dataFactory.getOWLDisjointClassesAxiom(classExpressions, axiomAnnos); } throw new Error("Missing return statement in function"); }
final public OWLClassAxiom EquivalentClasses() throws ParseException { Set<OWLClassExpression> classExpressions; Set<OWLAnnotation> axiomAnnos; jj_consume_token(EQUIVALENTCLASSES); jj_consume_token(OPENPAR); axiomAnnos = AxiomAnnotationSet(); classExpressions = ClassExpressionSet(); jj_consume_token(CLOSEPAR); { if ("" != null) return dataFactory.getOWLEquivalentClassesAxiom(classExpressions, axiomAnnos); } throw new Error("Missing return statement in function"); }
final public OWLClassAxiom DisjointClasses() throws ParseException { Set<OWLClassExpression> classExpressions; Set<OWLAnnotation> axiomAnnos; jj_consume_token(DISJOINTCLASSES); jj_consume_token(OPENPAR); axiomAnnos = AxiomAnnotationSet(); classExpressions = ClassExpressionSet(); jj_consume_token(CLOSEPAR); { if ("" != null) return dataFactory.getOWLDisjointClassesAxiom(classExpressions, axiomAnnos); } throw new Error("Missing return statement in function"); }
final public OWLClassAxiom DisjointUnion() throws ParseException { OWLClass cls; Set<OWLClassExpression> classExpressions; Set<OWLAnnotation> axiomAnnos; jj_consume_token(DISJOINTUNION); jj_consume_token(OPENPAR); axiomAnnos = AxiomAnnotationSet(); cls = ClassIRI(); classExpressions = ClassExpressionSet(); jj_consume_token(CLOSEPAR); { if ("" != null) return dataFactory.getOWLDisjointUnionAxiom(cls, classExpressions, axiomAnnos); } throw new Error("Missing return statement in function"); }
final public OWLClassAxiom DisjointUnion() throws ParseException { OWLClass cls; Set<OWLClassExpression> classExpressions; Set<OWLAnnotation> axiomAnnos; jj_consume_token(DISJOINTUNION); jj_consume_token(OPENPAR); axiomAnnos = AxiomAnnotationSet(); cls = ClassIRI(); classExpressions = ClassExpressionSet(); jj_consume_token(CLOSEPAR); { if ("" != null) return dataFactory.getOWLDisjointUnionAxiom(cls, classExpressions, axiomAnnos); } throw new Error("Missing return statement in function"); }
final public OWLClassAxiom DisjointUnion() throws ParseException { OWLClass cls; Set<OWLClassExpression> classExpressions; Set<OWLAnnotation> axiomAnnos; jj_consume_token(DISJOINTUNION); jj_consume_token(OPENPAR); axiomAnnos = AxiomAnnotationSet(); cls = ClassIRI(); classExpressions = ClassExpressionSet(); jj_consume_token(CLOSEPAR); { if ("" != null) return dataFactory.getOWLDisjointUnionAxiom(cls, classExpressions, axiomAnnos); } throw new Error("Missing return statement in function"); }