| Package | Description |
|---|---|
| org.coode.oppl.datafactory | |
| org.coode.oppl.function | |
| org.coode.oppl.function.inline |
| Modifier and Type | Method and Description |
|---|---|
InlineSet<O> |
AbstractInlineSetAxiom.getInlineSet() |
| Modifier and Type | Method and Description |
|---|---|
org.semanticweb.owlapi.model.OWLDifferentIndividualsAxiom |
OPPLOWLDataFactory.getOWLDifferentIndividualsAxiom(InlineSet<org.semanticweb.owlapi.model.OWLIndividual> set,
boolean shouldExpabdAsPairWise) |
org.semanticweb.owlapi.model.OWLDifferentIndividualsAxiom |
OPPLOWLDataFactory.getOWLDifferentIndividualsAxiom(InlineSet<org.semanticweb.owlapi.model.OWLIndividual> set,
Set<? extends org.semanticweb.owlapi.model.OWLAnnotation> annotations,
boolean shouldExpabdAsPairWise) |
org.semanticweb.owlapi.model.OWLDisjointClassesAxiom |
OPPLOWLDataFactory.getOWLDisjointClassesAxiom(InlineSet<org.semanticweb.owlapi.model.OWLClassExpression> set,
boolean shouldExpabdAsPairWise) |
org.semanticweb.owlapi.model.OWLDisjointClassesAxiom |
OPPLOWLDataFactory.getOWLDisjointClassesAxiom(InlineSet<org.semanticweb.owlapi.model.OWLClassExpression> set,
Set<? extends org.semanticweb.owlapi.model.OWLAnnotation> annotations,
boolean shouldExpabdAsPairWise) |
org.semanticweb.owlapi.model.OWLDisjointDataPropertiesAxiom |
OPPLOWLDataFactory.getOWLDisjointDataPropertiesAxiom(InlineSet<org.semanticweb.owlapi.model.OWLDataPropertyExpression> set,
boolean shouldExpabdAsPairWise) |
org.semanticweb.owlapi.model.OWLDisjointDataPropertiesAxiom |
OPPLOWLDataFactory.getOWLDisjointDataPropertiesAxiom(InlineSet<org.semanticweb.owlapi.model.OWLDataPropertyExpression> set,
Set<? extends org.semanticweb.owlapi.model.OWLAnnotation> annotations,
boolean shouldExpabdAsPairWise) |
org.semanticweb.owlapi.model.OWLDisjointObjectPropertiesAxiom |
OPPLOWLDataFactory.getOWLDisjointObjectPropertiesAxiom(InlineSet<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> set,
boolean shouldExpabdAsPairWise) |
org.semanticweb.owlapi.model.OWLDisjointObjectPropertiesAxiom |
OPPLOWLDataFactory.getOWLDisjointObjectPropertiesAxiom(InlineSet<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> set,
Set<? extends org.semanticweb.owlapi.model.OWLAnnotation> annotations,
boolean shouldExpabdAsPairWise) |
org.semanticweb.owlapi.model.OWLSameIndividualAxiom |
OPPLOWLDataFactory.getOWLSameIndividualAxiom(InlineSet<org.semanticweb.owlapi.model.OWLIndividual> set,
boolean shouldExpabdAsPairWise) |
org.semanticweb.owlapi.model.OWLSameIndividualAxiom |
OPPLOWLDataFactory.getOWLSameIndividualAxiom(InlineSet<org.semanticweb.owlapi.model.OWLIndividual> set,
Set<? extends org.semanticweb.owlapi.model.OWLAnnotation> annotations,
boolean shouldExpabdAsPairWise) |
| Constructor and Description |
|---|
AbstractInlineSetAxiom(InlineSet<O> inlineSet) |
OPPLOWLDifferentIndividualsAxiom(OPPLOWLDataFactory dataFactory,
InlineSet<org.semanticweb.owlapi.model.OWLIndividual> individuals,
Set<? extends org.semanticweb.owlapi.model.OWLAnnotation> annotations,
boolean shouldExpandAsPairWise) |
OPPLOWLDisjointClassesAxiom(OPPLOWLDataFactory dataFactory,
InlineSet<org.semanticweb.owlapi.model.OWLClassExpression> classExpressions,
Set<? extends org.semanticweb.owlapi.model.OWLAnnotation> annotations,
boolean shouldExpandAsPairWise) |
OPPLOWLDisjointDataPropertiesAxiom(OPPLOWLDataFactory dataFactory,
InlineSet<org.semanticweb.owlapi.model.OWLDataPropertyExpression> propertyExpressions,
Set<? extends org.semanticweb.owlapi.model.OWLAnnotation> annotations,
boolean shouldExpandAsPairWise) |
OPPLOWLDisjointObjectPropertiesAxiom(OPPLOWLDataFactory dataFactory,
InlineSet<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> propertyExpressions,
Set<? extends org.semanticweb.owlapi.model.OWLAnnotation> annotations,
boolean shouldExpandAsPairWise) |
OPPLOWLSameIndividualAxiom(OPPLOWLDataFactory dataFactory,
InlineSet<org.semanticweb.owlapi.model.OWLIndividual> individuals,
Set<? extends org.semanticweb.owlapi.model.OWLAnnotation> annotations,
boolean shouldExpandAsPairWise) |
| Modifier and Type | Method and Description |
|---|---|
<O extends org.semanticweb.owlapi.model.OWLObject> |
OPPLFunctionVisitorEx.visitInlineSet(InlineSet<O> inlineSet) |
<O extends org.semanticweb.owlapi.model.OWLObject> |
OPPLFunctionVisitor.visitInlineSet(InlineSet<O> inlineSet) |
| Modifier and Type | Method and Description |
|---|---|
static <P extends org.semanticweb.owlapi.model.OWLObject> |
InlineSet.buildInlineSet(org.semanticweb.owlapi.model.OWLDataFactory dataFactory,
ConstraintSystem constraintSystem,
VariableType<P> variableType,
Collection<? extends InlineSet<P>> components,
P... objects) |
| Modifier and Type | Method and Description |
|---|---|
static <P extends org.semanticweb.owlapi.model.OWLObject> |
InlineSet.buildInlineSet(org.semanticweb.owlapi.model.OWLDataFactory dataFactory,
ConstraintSystem constraintSystem,
VariableType<P> variableType,
Collection<? extends InlineSet<P>> components,
P... objects) |
Copyright © 2015 The University of Manchester. All Rights Reserved.