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