Class BuilderObjectIntersectionOf
java.lang.Object
org.semanticweb.owlapitools.builders.BaseBuilder<T,B>
org.semanticweb.owlapitools.builders.BaseSetBuilder<OWLObjectIntersectionOf,BuilderObjectIntersectionOf,OWLClassExpression>
org.semanticweb.owlapitools.builders.BuilderObjectIntersectionOf
- All Implemented Interfaces:
Builder<OWLObjectIntersectionOf>
public class BuilderObjectIntersectionOf
extends BaseSetBuilder<OWLObjectIntersectionOf,BuilderObjectIntersectionOf,OWLClassExpression>
Builder class for OWLObjectIntersectionOf.
-
Constructor Summary
ConstructorsConstructorDescriptionBuilderObjectIntersectionOf
(OWLObjectIntersectionOf expected, OWLDataFactory df) Builder initialized from an existing object. -
Method Summary
Methods inherited from class org.semanticweb.owlapitools.builders.BaseSetBuilder
withItem, withItems, withItems, withItems
Methods inherited from class org.semanticweb.owlapitools.builders.BaseBuilder
applyChanges, clearAnnotations, withAnnotation, withAnnotations, withAnnotations
-
Constructor Details
-
BuilderObjectIntersectionOf
Builder initialized from an existing object.- Parameters:
expected
- the existing objectdf
- data factory
-
BuilderObjectIntersectionOf
- Parameters:
df
- data factory
-
-
Method Details
-
buildObject
- Specified by:
buildObject
in interfaceBuilder<OWLObjectIntersectionOf>
- Specified by:
buildObject
in classBaseBuilder<OWLObjectIntersectionOf,
BuilderObjectIntersectionOf> - Returns:
- freshly built object
-