public class BuilderNegativeDataPropertyAssertion extends BaseDataPropertyBuilder<OWLNegativeDataPropertyAssertionAxiom,BuilderNegativeDataPropertyAssertion>
| Constructor and Description |
|---|
BuilderNegativeDataPropertyAssertion(OWLDataFactory df) |
BuilderNegativeDataPropertyAssertion(OWLNegativeDataPropertyAssertionAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
| Modifier and Type | Method and Description |
|---|---|
OWLNegativeDataPropertyAssertionAxiom |
buildObject() |
OWLLiteral |
getLiteral() |
OWLIndividual |
getSubject() |
BuilderNegativeDataPropertyAssertion |
withSubject(OWLIndividual arg) |
BuilderNegativeDataPropertyAssertion |
withValue(OWLLiteral arg) |
getProperty, withPropertyapplyChanges, clearAnnotations, withAnnotation, withAnnotations, withAnnotationspublic BuilderNegativeDataPropertyAssertion(OWLNegativeDataPropertyAssertionAxiom expected, OWLDataFactory df)
expected - the existing objectdf - data factory@Inject public BuilderNegativeDataPropertyAssertion(OWLDataFactory df)
df - data factorypublic BuilderNegativeDataPropertyAssertion withValue(OWLLiteral arg)
arg - valuepublic BuilderNegativeDataPropertyAssertion withSubject(OWLIndividual arg)
arg - subjectpublic OWLNegativeDataPropertyAssertionAxiom buildObject()
buildObject in interface Builder<OWLNegativeDataPropertyAssertionAxiom>buildObject in class BaseBuilder<OWLNegativeDataPropertyAssertionAxiom,BuilderNegativeDataPropertyAssertion>public OWLIndividual getSubject()
public OWLLiteral getLiteral()
Copyright © 2020 The University of Manchester. All rights reserved.