com.ontotext.ordi.mapper.rdbms
Class JdbcPredicatePatternImpl

java.lang.Object
  extended by com.ontotext.ordi.mapper.rdbms.PredicatePatternBase
      extended by com.ontotext.ordi.mapper.rdbms.JdbcPredicatePatternImpl
All Implemented Interfaces:
PredicatePattern

public class JdbcPredicatePatternImpl
extends PredicatePatternBase


Field Summary
 
Fields inherited from class com.ontotext.ordi.mapper.rdbms.PredicatePatternBase
descriptor, namedGraph, objectHandler, predicate, query, subjectHandler
 
Constructor Summary
JdbcPredicatePatternImpl(MapperDescriptor descriptor, DataHandler subjectHandler, DataHandler objectHandler, URI predicate, URI namedGraph, String query, URI ds)
           
 
Method Summary
 void execute(Resource subject, URI pred, Value object, URI namedGraph, RDFResultManager resultManager)
           
 boolean isValid()
           
 
Methods inherited from class com.ontotext.ordi.mapper.rdbms.PredicatePatternBase
getDataSource, getMapperDescriptor, getNamedGraph, getObjectHandler, getPredicate, getQuery, getSubjectHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcPredicatePatternImpl

public JdbcPredicatePatternImpl(MapperDescriptor descriptor,
                                DataHandler subjectHandler,
                                DataHandler objectHandler,
                                URI predicate,
                                URI namedGraph,
                                String query,
                                URI ds)
Method Detail

isValid

public boolean isValid()
Specified by:
isValid in interface PredicatePattern
Specified by:
isValid in class PredicatePatternBase

execute

public void execute(Resource subject,
                    URI pred,
                    Value object,
                    URI namedGraph,
                    RDFResultManager resultManager)
Specified by:
execute in interface PredicatePattern
Specified by:
execute in class PredicatePatternBase


Copyright © 2008. All Rights Reserved.