T
- type builtB
- builder typeBuilder<T>
BuilderObjectAllValuesFrom
, BuilderObjectExactCardinality
, BuilderObjectMaxCardinality
, BuilderObjectMinCardinality
, BuilderObjectPropertyRange
, BuilderObjectSomeValuesFrom
public abstract class BaseObjectBuilder<T extends OWLObject,B> extends BaseObjectPropertyBuilder<T,B>
Constructor | Description |
---|---|
BaseObjectBuilder(OWLDataFactory df) |
Modifier and Type | Method | Description |
---|---|---|
OWLClassExpression |
getRange() |
|
B |
withRange(OWLClassExpression arg) |
applyChanges, buildObject, withAnnotation, withAnnotations
getProperty, withProperty
@Inject public BaseObjectBuilder(OWLDataFactory df)
df
- data factory@Nonnull public B withRange(OWLClassExpression arg)
arg
- range@Nonnull public OWLClassExpression getRange()
Copyright © 2018 The University of Manchester. All rights reserved.