Class BuilderNegativeDataPropertyAssertion
java.lang.Object
org.semanticweb.owlapitools.builders.BaseBuilder<T,B>
org.semanticweb.owlapitools.builders.BaseDataPropertyBuilder<OWLNegativeDataPropertyAssertionAxiom,BuilderNegativeDataPropertyAssertion>
org.semanticweb.owlapitools.builders.BuilderNegativeDataPropertyAssertion
- All Implemented Interfaces:
HasProperty<OWLDataPropertyExpression>
,Builder<OWLNegativeDataPropertyAssertionAxiom>
,SettableProperty<OWLDataPropertyExpression,
BuilderNegativeDataPropertyAssertion>
public class BuilderNegativeDataPropertyAssertion
extends BaseDataPropertyBuilder<OWLNegativeDataPropertyAssertionAxiom,BuilderNegativeDataPropertyAssertion>
Builder class for OWLNegativeDataPropertyAssertionAxiom.
-
Constructor Summary
ConstructorsConstructorDescriptionBuilderNegativeDataPropertyAssertion
(OWLNegativeDataPropertyAssertionAxiom expected, OWLDataFactory df) Builder initialized from an existing object. -
Method Summary
Methods inherited from class org.semanticweb.owlapitools.builders.BaseDataPropertyBuilder
getProperty, withProperty
Methods inherited from class org.semanticweb.owlapitools.builders.BaseBuilder
applyChanges, clearAnnotations, withAnnotation, withAnnotations, withAnnotations
-
Constructor Details
-
BuilderNegativeDataPropertyAssertion
public BuilderNegativeDataPropertyAssertion(OWLNegativeDataPropertyAssertionAxiom expected, OWLDataFactory df) Builder initialized from an existing object.- Parameters:
expected
- the existing objectdf
- data factory
-
BuilderNegativeDataPropertyAssertion
- Parameters:
df
- data factory
-
-
Method Details
-
withValue
- Parameters:
arg
- value- Returns:
- builder
-
withSubject
- Parameters:
arg
- subject- Returns:
- builder
-
buildObject
- Specified by:
buildObject
in interfaceBuilder<OWLNegativeDataPropertyAssertionAxiom>
- Specified by:
buildObject
in classBaseBuilder<OWLNegativeDataPropertyAssertionAxiom,
BuilderNegativeDataPropertyAssertion> - Returns:
- freshly built object
-
getSubject
- Returns:
- individual
-
getLiteral
- Returns:
- literal
-