public class BuilderPropertyChain extends BaseObjectPropertyBuilder<OWLSubPropertyChainOfAxiom,BuilderPropertyChain>
Constructor and Description |
---|
BuilderPropertyChain(OWLDataFactory df) |
BuilderPropertyChain(OWLSubPropertyChainOfAxiom expected,
OWLDataFactory df)
builder initialized from an existing object
|
Modifier and Type | Method and Description |
---|---|
OWLSubPropertyChainOfAxiom |
buildObject() |
BuilderPropertyChain |
withPropertiesInChain(Collection<OWLObjectPropertyExpression> arg) |
BuilderPropertyChain |
withPropertyInChain(OWLObjectPropertyExpression arg) |
getProperty, withProperty
applyChanges, withAnnotation, withAnnotations
public BuilderPropertyChain(@Nonnull OWLSubPropertyChainOfAxiom expected, OWLDataFactory df)
expected
- the existing objectdf
- data factory@Inject public BuilderPropertyChain(OWLDataFactory df)
df
- data factory@Nonnull public BuilderPropertyChain withPropertyInChain(OWLObjectPropertyExpression arg)
arg
- property@Nonnull public BuilderPropertyChain withPropertiesInChain(@Nonnull Collection<OWLObjectPropertyExpression> arg)
arg
- propertiespublic OWLSubPropertyChainOfAxiom buildObject()
buildObject
in interface Builder<OWLSubPropertyChainOfAxiom>
buildObject
in class BaseBuilder<OWLSubPropertyChainOfAxiom,BuilderPropertyChain>
Copyright © 2020 The University of Manchester. All rights reserved.