org.topbraid.spin.util
Class ImplementationByType

java.lang.Object
  extended by Implementation
      extended by org.topbraid.spin.util.ImplementationByType
Direct Known Subclasses:
SimpleImplementation

public abstract class ImplementationByType
extends Implementation

Extended polymorphism support for Jena, checking whether the Node has a given rdf:type.

Author:
Holger Knublauch

Constructor Summary
ImplementationByType(Node type)
           
 
Method Summary
 boolean canWrap(Node node, EnhGraph eg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImplementationByType

public ImplementationByType(Node type)
Method Detail

canWrap

public boolean canWrap(Node node,
                       EnhGraph eg)