Uses of Interface
org.apache.stanbol.enhancer.servicesapi.helper.RdfEntity

Packages that use RdfEntity
org.apache.stanbol.enhancer.servicesapi Stanbol Enhancer services API 
org.apache.stanbol.enhancer.servicesapi.helper   
org.apache.stanbol.enhancer.servicesapi.helper.impl   
 

Uses of RdfEntity in org.apache.stanbol.enhancer.servicesapi
 

Subinterfaces of RdfEntity in org.apache.stanbol.enhancer.servicesapi
 interface Enhancement
          This Interface represents a Stanbol Enhancer enhancement.
 interface EntityAnnotation
           
 interface TextAnnotation
           
 

Uses of RdfEntity in org.apache.stanbol.enhancer.servicesapi.helper
 

Methods in org.apache.stanbol.enhancer.servicesapi.helper with type parameters of type RdfEntity
abstract
<T extends RdfEntity>
T
RdfEntityFactory.getProxy(org.apache.clerezza.rdf.core.NonLiteral rdfNode, java.lang.Class<T> type, java.lang.Class<?>... additionalInterfaces)
          Getter for a proxy for the parsed rdf node that implements all the parsed Interfaces.
 

Uses of RdfEntity in org.apache.stanbol.enhancer.servicesapi.helper.impl
 

Methods in org.apache.stanbol.enhancer.servicesapi.helper.impl with type parameters of type RdfEntity
<T extends RdfEntity>
T
SimpleRdfEntityFactory.getProxy(org.apache.clerezza.rdf.core.NonLiteral rdfNode, java.lang.Class<T> type, java.lang.Class<?>... additionalInterfaces)
           
 



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.