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) |
B |
withItems(Stream<? extends I> arg) |
applyChanges, buildObject, clearAnnotations, withAnnotation, withAnnotations, withAnnotations@Inject public BaseSetBuilder(OWLDataFactory df)
df - data factorypublic B withItems(Collection<? extends I> arg)
arg - items to addpublic B withItems(Stream<? extends I> arg)
arg - items to add@SafeVarargs public final B withItems(I... arg)
arg - items to addCopyright © 2020 The University of Manchester. All rights reserved.