public class BuilderSWRLLiteralArgument extends BaseBuilder<SWRLLiteralArgument,BuilderSWRLLiteralArgument>
| Constructor and Description |
|---|
BuilderSWRLLiteralArgument(OWLDataFactory df) |
BuilderSWRLLiteralArgument(SWRLLiteralArgument expected,
OWLDataFactory df)
builder initialized from an existing object
|
| Modifier and Type | Method and Description |
|---|---|
SWRLLiteralArgument |
buildObject() |
OWLLiteral |
getLiteral() |
BuilderSWRLLiteralArgument |
with(OWLLiteral arg) |
applyChanges, withAnnotation, withAnnotationspublic BuilderSWRLLiteralArgument(@Nonnull SWRLLiteralArgument expected, OWLDataFactory df)
expected - the existing objectdf - data factory@Inject public BuilderSWRLLiteralArgument(OWLDataFactory df)
df - data factory@Nonnull public BuilderSWRLLiteralArgument with(OWLLiteral arg)
arg - literalpublic SWRLLiteralArgument buildObject()
buildObject in interface Builder<SWRLLiteralArgument>buildObject in class BaseBuilder<SWRLLiteralArgument,BuilderSWRLLiteralArgument>@Nonnull public OWLLiteral getLiteral()
Copyright © 2020 The University of Manchester. All rights reserved.