T - type builtB - builder typeI - contained items typepublic abstract class BaseSetBuilder<T extends OWLObject,B,I> extends BaseBuilder<T,B>
| Constructor and Description |
|---|
BaseSetBuilder(OWLDataFactory df) |
| Modifier and Type | Method and Description |
|---|---|
B |
withItem(I arg) |
B |
withItems(Collection<? extends I> arg) |
B |
withItems(I... arg) |
applyChanges, buildObject, withAnnotation, withAnnotations@Inject public BaseSetBuilder(OWLDataFactory df)
df - data factory@Nonnull public B withItems(@Nonnull Collection<? extends I> arg)
arg - items to addCopyright © 2020 The University of Manchester. All rights reserved.