org.semanticweb.elk.owlapi.wrapper
Class ElkObjectExactCardinalityWrap<T extends org.semanticweb.owlapi.model.OWLObjectExactCardinality>

java.lang.Object
  extended by org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
      extended by org.semanticweb.elk.owlapi.wrapper.ElkClassExpressionWrap<T>
          extended by org.semanticweb.elk.owlapi.wrapper.ElkObjectExactCardinalityWrap<T>
Type Parameters:
T - the type of the wrapped object
All Implemented Interfaces:
ElkCardinalityRestriction<ElkObjectPropertyExpression>, ElkClassExpression, ElkObject, ElkObjectExactCardinality, ElkPropertyRestriction<ElkObjectPropertyExpression>
Direct Known Subclasses:
ElkObjectExactCardinalityQualifiedWrap

public class ElkObjectExactCardinalityWrap<T extends org.semanticweb.owlapi.model.OWLObjectExactCardinality>
extends ElkClassExpressionWrap<T>
implements ElkObjectExactCardinality

Implements the ElkObjectExactCardinalityQualified interface by wrapping instances of OWLObjectExactCardinality

Author:
Yevgeny Kazakov

Field Summary
 
Fields inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
converter, owlObject
 
Method Summary
<O> O
accept(ElkClassExpressionVisitor<O> visitor)
           
 int getCardinality()
           
 ElkObjectPropertyExpression getProperty()
           
 
Methods inherited from class org.semanticweb.elk.owlapi.wrapper.ElkClassExpressionWrap
accept
 
Methods inherited from class org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap
hashCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject
accept
 

Method Detail

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.OWLObjectExactCardinality>


Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.