Class BuilderDataComplementOf
java.lang.Object
org.semanticweb.owlapitools.builders.BaseBuilder<OWLDataComplementOf,BuilderDataComplementOf>
org.semanticweb.owlapitools.builders.BuilderDataComplementOf
- All Implemented Interfaces:
Builder<OWLDataComplementOf>
public class BuilderDataComplementOf
extends BaseBuilder<OWLDataComplementOf,BuilderDataComplementOf>
Builder class for OWLDataComplementOf.
-
Constructor Summary
ConstructorsConstructorDescriptionBuilderDataComplementOf
(OWLDataComplementOf expected, OWLDataFactory df) Builder initialized from an existing object. -
Method Summary
Modifier and TypeMethodDescriptiongetRange()
withRange
(OWLDataRange arg) withRange
(OWL2Datatype arg) Methods inherited from class org.semanticweb.owlapitools.builders.BaseBuilder
applyChanges, clearAnnotations, withAnnotation, withAnnotations, withAnnotations
-
Constructor Details
-
BuilderDataComplementOf
- Parameters:
df
- data factory
-
BuilderDataComplementOf
Builder initialized from an existing object.- Parameters:
expected
- the existing objectdf
- data factory
-
-
Method Details
-
withRange
- Parameters:
arg
- range- Returns:
- builder
-
withRange
- Parameters:
arg
- range- Returns:
- builder
-
buildObject
- Specified by:
buildObject
in interfaceBuilder<OWLDataComplementOf>
- Specified by:
buildObject
in classBaseBuilder<OWLDataComplementOf,
BuilderDataComplementOf> - Returns:
- freshly built object
-
getRange
- Returns:
- range
-