org.semanticweb.elk.owl.implementation
Class ElkFacetRestrictionImpl

java.lang.Object
  extended by org.semanticweb.elk.owl.implementation.ElkFacetRestrictionImpl
All Implemented Interfaces:
ElkFacetRestriction, ElkObject

public class ElkFacetRestrictionImpl
extends Object
implements ElkFacetRestriction

Implementation of ElkFacetRestriction

Author:
Pavel Klinov pavel.klinov@uni-ulm.de

Method Summary
<O> O
accept(ElkObjectVisitor<O> visitor)
           
 ElkIri getConstrainingFacet()
           
 ElkLiteral getRestrictionValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

accept

public <O> O accept(ElkObjectVisitor<O> visitor)
Specified by:
accept in interface ElkObject

getConstrainingFacet

public ElkIri getConstrainingFacet()
Specified by:
getConstrainingFacet in interface ElkFacetRestriction

getRestrictionValue

public ElkLiteral getRestrictionValue()
Specified by:
getRestrictionValue in interface ElkFacetRestriction


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