T - the type of the wrapped objectpublic class ElkFacetRestrictionWrap<T extends org.semanticweb.owlapi.model.OWLFacetRestriction> extends ElkObjectWrap<T> implements ElkFacetRestriction
ElkFacetRestriction interface by wrapping instances of
OWLFacetRestrictionconverter, owlObject| Constructor and Description |
|---|
ElkFacetRestrictionWrap(T owlFacetRestriction) |
| Modifier and Type | Method and Description |
|---|---|
<O> O |
accept(ElkObjectVisitor<O> visitor) |
ElkIri |
getConstrainingFacet() |
ElkLiteral |
getRestrictionValue() |
hashCodepublic ElkFacetRestrictionWrap(T owlFacetRestriction)
public ElkIri getConstrainingFacet()
getConstrainingFacet in interface ElkFacetRestrictionpublic ElkLiteral getRestrictionValue()
getRestrictionValue in interface ElkFacetRestrictionpublic <O> O accept(ElkObjectVisitor<O> visitor)
Copyright © 2011-2015 Department of Computer Science, University of Oxford. All Rights Reserved.