org.semanticweb.elk.owl.implementation
Class ElkObjectPropertyImpl
java.lang.Object
org.semanticweb.elk.owl.implementation.ElkObjectImpl
org.semanticweb.elk.owl.implementation.ElkIriObject
org.semanticweb.elk.owl.implementation.ElkObjectPropertyImpl
- All Implemented Interfaces:
- ElkEntity, ElkObject, ElkObjectProperty, ElkObjectPropertyExpression, ElkSubObjectPropertyExpression
public class ElkObjectPropertyImpl
- extends ElkIriObject
- implements ElkEntity, ElkObjectProperty
Corresponds to an Object Property in
the OWL 2 specification.
- Author:
- Yevgeny Kazakov, Markus Kroetzsch
| Fields inherited from class org.semanticweb.elk.owl.implementation.ElkIriObject |
iri |
| Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkEntity |
getIri |
accept
public <O> O accept(ElkObjectPropertyExpressionVisitor<O> visitor)
- Specified by:
accept in interface ElkObjectPropertyExpression
accept
public <O> O accept(ElkEntityVisitor<O> visitor)
- Specified by:
accept in interface ElkEntity
accept
public <O> O accept(ElkSubObjectPropertyExpressionVisitor<O> visitor)
- Specified by:
accept in interface ElkSubObjectPropertyExpression
accept
public <O> O accept(ElkObjectVisitor<O> visitor)
- Specified by:
accept in interface ElkObject
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.