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