Class BuilderSWRLDataRangeAtom
java.lang.Object
org.semanticweb.owlapitools.builders.BaseBuilder<SWRLDataRangeAtom,BuilderSWRLDataRangeAtom>
org.semanticweb.owlapitools.builders.BuilderSWRLDataRangeAtom
- All Implemented Interfaces:
Builder<SWRLDataRangeAtom>
public class BuilderSWRLDataRangeAtom
extends BaseBuilder<SWRLDataRangeAtom,BuilderSWRLDataRangeAtom>
Builder class for SWRLDataRangeAtom.
-
Constructor Summary
ConstructorsConstructorDescriptionBuilderSWRLDataRangeAtom
(SWRLDataRangeAtom expected, OWLDataFactory df) Builder initialized from an existing object. -
Method Summary
Modifier and TypeMethodDescriptionwith
(OWLDataRange arg) with
(SWRLDArgument arg) with
(OWL2Datatype arg) Methods inherited from class org.semanticweb.owlapitools.builders.BaseBuilder
applyChanges, clearAnnotations, withAnnotation, withAnnotations, withAnnotations
-
Constructor Details
-
BuilderSWRLDataRangeAtom
Builder initialized from an existing object.- Parameters:
expected
- the existing objectdf
- data factory
-
BuilderSWRLDataRangeAtom
- Parameters:
df
- data factory
-
-
Method Details
-
with
- Parameters:
arg
- argument- Returns:
- builder
-
with
- Parameters:
arg
- predicate- Returns:
- builder
-
with
- Parameters:
arg
- predicate- Returns:
- builder
-
buildObject
- Specified by:
buildObject
in interfaceBuilder<SWRLDataRangeAtom>
- Specified by:
buildObject
in classBaseBuilder<SWRLDataRangeAtom,
BuilderSWRLDataRangeAtom> - Returns:
- freshly built object
-
getArgument
- Returns:
- the argument
-
getPredicate
- Returns:
- the predicate
-