org.semanticweb.elk.owlapi.wrapper
Class ElkObjectHasValueWrap<T extends org.semanticweb.owlapi.model.OWLObjectHasValue>
java.lang.Object
org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkClassExpressionWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkObjectHasValueWrap<T>
- Type Parameters:
T - the type of the wrapped object
- All Implemented Interfaces:
- ElkClassExpression, ElkObject, ElkObjectHasValue, ElkPropertyRestriction<ElkObjectPropertyExpression>, ElkPropertyRestrictionQualified<ElkObjectPropertyExpression,ElkIndividual>
public class ElkObjectHasValueWrap<T extends org.semanticweb.owlapi.model.OWLObjectHasValue>
- extends ElkClassExpressionWrap<T>
- implements ElkObjectHasValue
Implements the ElkObjectHasValue interface by wrapping instances of
OWLObjectHasValue
- Author:
- Yevgeny Kazakov
| Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject |
accept |
getProperty
public ElkObjectPropertyExpression getProperty()
- Specified by:
getProperty in interface ElkPropertyRestriction<ElkObjectPropertyExpression>
getFiller
public ElkIndividual getFiller()
- Specified by:
getFiller in interface ElkPropertyRestrictionQualified<ElkObjectPropertyExpression,ElkIndividual>
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.OWLObjectHasValue>
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.