org.semanticweb.elk.owlapi.wrapper
Class ElkFacetRestrictionWrap<T extends org.semanticweb.owlapi.model.OWLFacetRestriction>
java.lang.Object
org.semanticweb.elk.owlapi.wrapper.ElkObjectWrap<T>
org.semanticweb.elk.owlapi.wrapper.ElkFacetRestrictionWrap<T>
- Type Parameters:
T - the type of the wrapped object
- All Implemented Interfaces:
- ElkFacetRestriction, ElkObject
public class ElkFacetRestrictionWrap<T extends org.semanticweb.owlapi.model.OWLFacetRestriction>
- extends ElkObjectWrap<T>
- implements ElkFacetRestriction
Implements the ElkFacetRestriction interface by wrapping instances of
OWLFacetRestriction
- Author:
- "Yevgeny Kazakov"
ElkFacetRestrictionWrap
public ElkFacetRestrictionWrap(T owlFacetRestriction)
getConstrainingFacet
public ElkIri getConstrainingFacet()
- Specified by:
getConstrainingFacet in interface ElkFacetRestriction
getRestrictionValue
public ElkLiteral getRestrictionValue()
- Specified by:
getRestrictionValue in interface ElkFacetRestriction
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.