org.semanticweb.elk.owlapi.wrapper
Class ElkObjectMinCardinalityWrap<T extends org.semanticweb.owlapi.model.OWLObjectMinCardinality>
java.lang.Object
org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkClassExpressionWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkObjectMinCardinalityWrap<T>
- Type Parameters:
T - the type of the wrapped object
- All Implemented Interfaces:
- ElkCardinalityRestriction<ElkObjectPropertyExpression>, ElkClassExpression, ElkObject, ElkObjectMinCardinality, ElkPropertyRestriction<ElkObjectPropertyExpression>
- Direct Known Subclasses:
- ElkObjectMinCardinalityQualifiedWrap
public class ElkObjectMinCardinalityWrap<T extends org.semanticweb.owlapi.model.OWLObjectMinCardinality>
- extends ElkClassExpressionWrap<T>
- implements ElkObjectMinCardinality
Implements the ElkObjectMaxCardinalityQualified interface by wrapping
instances of OWLObjectMinCardinality
- Author:
- Yevgeny Kazakov
| Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject |
accept |
getCardinality
public int getCardinality()
- Specified by:
getCardinality in interface ElkCardinalityRestriction<ElkObjectPropertyExpression>
getProperty
public ElkObjectPropertyExpression getProperty()
- Specified by:
getProperty in interface ElkPropertyRestriction<ElkObjectPropertyExpression>
accept
public <O> O accept(ElkClassExpressionVisitor<O> visitor)
- Specified by:
accept in interface ElkClassExpression- Specified by:
accept in class ElkClassExpressionWrap<T extends org.semanticweb.owlapi.model.OWLObjectMinCardinality>
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.