public class BuilderNegativeObjectPropertyAssertion extends BaseObjectPropertyBuilder<OWLNegativeObjectPropertyAssertionAxiom,BuilderNegativeObjectPropertyAssertion>
Constructor and Description |
---|
BuilderNegativeObjectPropertyAssertion(OWLDataFactory df) |
BuilderNegativeObjectPropertyAssertion(OWLNegativeObjectPropertyAssertionAxiom expected,
OWLDataFactory df)
builder initialized from an existing object
|
Modifier and Type | Method and Description |
---|---|
OWLNegativeObjectPropertyAssertionAxiom |
buildObject() |
OWLIndividual |
getSubject() |
OWLIndividual |
getValue() |
BuilderNegativeObjectPropertyAssertion |
withSubject(OWLIndividual arg) |
BuilderNegativeObjectPropertyAssertion |
withValue(OWLIndividual arg) |
getProperty, withProperty
applyChanges, withAnnotation, withAnnotations
public BuilderNegativeObjectPropertyAssertion(@Nonnull OWLNegativeObjectPropertyAssertionAxiom expected, OWLDataFactory df)
expected
- the existing objectdf
- data factory@Inject public BuilderNegativeObjectPropertyAssertion(OWLDataFactory df)
df
- data factory@Nonnull public BuilderNegativeObjectPropertyAssertion withValue(@Nonnull OWLIndividual arg)
arg
- value@Nonnull public BuilderNegativeObjectPropertyAssertion withSubject(@Nonnull OWLIndividual arg)
arg
- subjectpublic OWLNegativeObjectPropertyAssertionAxiom buildObject()
buildObject
in interface Builder<OWLNegativeObjectPropertyAssertionAxiom>
buildObject
in class BaseBuilder<OWLNegativeObjectPropertyAssertionAxiom,BuilderNegativeObjectPropertyAssertion>
@Nonnull public OWLIndividual getSubject()
@Nonnull public OWLIndividual getValue()
Copyright © 2020 The University of Manchester. All rights reserved.