public class BuilderNegativeObjectPropertyAssertion extends BaseObjectPropertyBuilder<org.semanticweb.owlapi.model.OWLNegativeObjectPropertyAssertionAxiom,BuilderNegativeObjectPropertyAssertion>
propertyannotations, df| Constructor and Description |
|---|
BuilderNegativeObjectPropertyAssertion()
uninitialized builder
|
BuilderNegativeObjectPropertyAssertion(org.semanticweb.owlapi.model.OWLNegativeObjectPropertyAssertionAxiom expected)
builder initialized from an existing object
|
| Modifier and Type | Method and Description |
|---|---|
org.semanticweb.owlapi.model.OWLNegativeObjectPropertyAssertionAxiom |
buildObject() |
BuilderNegativeObjectPropertyAssertion |
withSubject(org.semanticweb.owlapi.model.OWLIndividual arg) |
BuilderNegativeObjectPropertyAssertion |
withValue(org.semanticweb.owlapi.model.OWLIndividual arg) |
withPropertybuildChanges, withAnnotation, withAnnotationspublic BuilderNegativeObjectPropertyAssertion(org.semanticweb.owlapi.model.OWLNegativeObjectPropertyAssertionAxiom expected)
expected - the existing objectpublic BuilderNegativeObjectPropertyAssertion()
public BuilderNegativeObjectPropertyAssertion withValue(org.semanticweb.owlapi.model.OWLIndividual arg)
arg - valuepublic BuilderNegativeObjectPropertyAssertion withSubject(org.semanticweb.owlapi.model.OWLIndividual arg)
arg - subjectpublic org.semanticweb.owlapi.model.OWLNegativeObjectPropertyAssertionAxiom buildObject()
buildObject in interface Builder<org.semanticweb.owlapi.model.OWLNegativeObjectPropertyAssertionAxiom>buildObject in class BaseBuilder<org.semanticweb.owlapi.model.OWLNegativeObjectPropertyAssertionAxiom,BuilderNegativeObjectPropertyAssertion>Copyright © 2014 The University of Manchester. All Rights Reserved.