public class BuilderPropertyChain extends BaseObjectPropertyBuilder<org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom,BuilderPropertyChain>
propertyannotations, df| Constructor and Description |
|---|
BuilderPropertyChain()
uninitialized builder
|
BuilderPropertyChain(org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom expected)
builder initialized from an existing object
|
| Modifier and Type | Method and Description |
|---|---|
org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom |
buildObject() |
BuilderPropertyChain |
withPropertiesInChain(java.util.Collection<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> arg) |
BuilderPropertyChain |
withPropertyInChain(org.semanticweb.owlapi.model.OWLObjectPropertyExpression arg) |
withPropertybuildChanges, withAnnotation, withAnnotationspublic BuilderPropertyChain(org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom expected)
expected - the existing objectpublic BuilderPropertyChain()
public BuilderPropertyChain withPropertyInChain(org.semanticweb.owlapi.model.OWLObjectPropertyExpression arg)
arg - propertypublic BuilderPropertyChain withPropertiesInChain(java.util.Collection<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> arg)
arg - propertiespublic org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom buildObject()
buildObject in interface Builder<org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom>buildObject in class BaseBuilder<org.semanticweb.owlapi.model.OWLSubPropertyChainOfAxiom,BuilderPropertyChain>Copyright © 2014 The University of Manchester. All Rights Reserved.