org.mindswap.owls.process
Interface ValueRewriter


public interface ValueRewriter

Author:
Evren sirin

Method Summary
 java.lang.String rewrite(java.lang.String value, java.net.URI sourceC, java.net.URI targetC)
          Rewrites an individual which is an instance of the source concept as an instance of a target concept (which is possibily defined in a different ontology) There are a lot of issues related with respect to syntax vs.
 

Method Detail

rewrite

java.lang.String rewrite(java.lang.String value,
                         java.net.URI sourceC,
                         java.net.URI targetC)
Rewrites an individual which is an instance of the source concept as an instance of a target concept (which is possibily defined in a different ontology) There are a lot of issues related with respect to syntax vs. semantics. String

Parameters:
individual - A string representation of RDF data for an individual
sourceC - The URI of the source concept
targetC - The URI of the target concept
Returns:


Copyright © 2004 Evren Sirin. All Rights Reserved.