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, withPropertyapplyChanges, clearAnnotations, withAnnotation, withAnnotations, withAnnotationspublic BuilderNegativeObjectPropertyAssertion(OWLNegativeObjectPropertyAssertionAxiom expected, OWLDataFactory df)
expected - the existing objectdf - data factory@Inject public BuilderNegativeObjectPropertyAssertion(OWLDataFactory df)
df - data factorypublic BuilderNegativeObjectPropertyAssertion withValue(OWLIndividual arg)
arg - valuepublic BuilderNegativeObjectPropertyAssertion withSubject(OWLIndividual arg)
arg - subjectpublic OWLNegativeObjectPropertyAssertionAxiom buildObject()
buildObject in interface Builder<OWLNegativeObjectPropertyAssertionAxiom>buildObject in class BaseBuilder<OWLNegativeObjectPropertyAssertionAxiom,BuilderNegativeObjectPropertyAssertion>@Nullable public OWLIndividual getSubject()
@Nullable public OWLIndividual getValue()
Copyright © 2020 The University of Manchester. All rights reserved.