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() | 
| int | chainSize() | 
| BuilderPropertyChain | withPropertiesInChain(Collection<OWLObjectPropertyExpression> arg) | 
| BuilderPropertyChain | withPropertyInChain(OWLObjectPropertyExpression arg) | 
getProperty, withPropertyapplyChanges, clearAnnotations, withAnnotation, withAnnotations, withAnnotationspublic BuilderPropertyChain(OWLSubPropertyChainOfAxiom expected, OWLDataFactory df)
expected - the existing objectdf - data factory@Inject public BuilderPropertyChain(OWLDataFactory df)
df - data factorypublic BuilderPropertyChain withPropertyInChain(OWLObjectPropertyExpression arg)
arg - propertypublic BuilderPropertyChain withPropertiesInChain(Collection<OWLObjectPropertyExpression> arg)
arg - propertiespublic int chainSize()
public OWLSubPropertyChainOfAxiom buildObject()
buildObject in interface Builder<OWLSubPropertyChainOfAxiom>buildObject in class BaseBuilder<OWLSubPropertyChainOfAxiom,BuilderPropertyChain>Copyright © 2020 The University of Manchester. All rights reserved.