public class BuilderSWRLObjectPropertyAtom extends BuilderSWRLIndividualsAtom<SWRLObjectPropertyAtom,BuilderSWRLObjectPropertyAtom>
| Constructor and Description |
|---|
BuilderSWRLObjectPropertyAtom(OWLDataFactory df) |
BuilderSWRLObjectPropertyAtom(SWRLObjectPropertyAtom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
| Modifier and Type | Method and Description |
|---|---|
SWRLObjectPropertyAtom |
buildObject() |
OWLObjectPropertyExpression |
getProperty() |
BuilderSWRLObjectPropertyAtom |
withProperty(OWLObjectPropertyExpression arg) |
getArg0, getArg1, withArg0, withArg1applyChanges, clearAnnotations, withAnnotation, withAnnotations, withAnnotationspublic BuilderSWRLObjectPropertyAtom(SWRLObjectPropertyAtom expected, OWLDataFactory df)
expected - the existing objectdf - data factory@Inject public BuilderSWRLObjectPropertyAtom(OWLDataFactory df)
df - data factorypublic BuilderSWRLObjectPropertyAtom withProperty(OWLObjectPropertyExpression arg)
arg - property@Nullable public OWLObjectPropertyExpression getProperty()
public SWRLObjectPropertyAtom buildObject()
buildObject in interface Builder<SWRLObjectPropertyAtom>buildObject in class BaseBuilder<SWRLObjectPropertyAtom,BuilderSWRLObjectPropertyAtom>Copyright © 2020 The University of Manchester. All rights reserved.