public class BuilderSWRLBuiltInAtom extends BaseBuilder<SWRLBuiltInAtom,BuilderSWRLBuiltInAtom>
Constructor and Description |
---|
BuilderSWRLBuiltInAtom(OWLDataFactory df) |
BuilderSWRLBuiltInAtom(SWRLBuiltInAtom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Modifier and Type | Method and Description |
---|---|
SWRLBuiltInAtom |
buildObject() |
IRI |
getIRI() |
BuilderSWRLBuiltInAtom |
with(Collection<SWRLDArgument> arg) |
BuilderSWRLBuiltInAtom |
with(IRI arg) |
BuilderSWRLBuiltInAtom |
with(SWRLDArgument arg) |
applyChanges, clearAnnotations, withAnnotation, withAnnotations, withAnnotations
public BuilderSWRLBuiltInAtom(SWRLBuiltInAtom expected, OWLDataFactory df)
expected
- the existing objectdf
- data factory@Inject public BuilderSWRLBuiltInAtom(OWLDataFactory df)
df
- data factorypublic BuilderSWRLBuiltInAtom with(IRI arg)
arg
- iripublic BuilderSWRLBuiltInAtom with(SWRLDArgument arg)
arg
- argumentpublic BuilderSWRLBuiltInAtom with(Collection<SWRLDArgument> arg)
arg
- argumentspublic SWRLBuiltInAtom buildObject()
buildObject
in interface Builder<SWRLBuiltInAtom>
buildObject
in class BaseBuilder<SWRLBuiltInAtom,BuilderSWRLBuiltInAtom>
public IRI getIRI()
Copyright © 2020 The University of Manchester. All rights reserved.