Uses of Interface
com.ontotext.ordi.mapper.model.PredicatePattern

Packages that use PredicatePattern
com.ontotext.ordi.mapper.model   
com.ontotext.ordi.mapper.processor   
com.ontotext.ordi.mapper.rdbms   
 

Uses of PredicatePattern in com.ontotext.ordi.mapper.model
 

Methods in com.ontotext.ordi.mapper.model that return types with arguments of type PredicatePattern
 Set<PredicatePattern> MapperDescriptor.listPatterns()
           
 

Methods in com.ontotext.ordi.mapper.model with parameters of type PredicatePattern
 boolean MapperDescriptor.addPattern(PredicatePattern pattern)
           
 boolean MapperDescriptor.removePattern(PredicatePattern pattern)
           
 

Uses of PredicatePattern in com.ontotext.ordi.mapper.processor
 

Methods in com.ontotext.ordi.mapper.processor that return types with arguments of type PredicatePattern
 List<PredicatePattern> OntologyMapperReader.getPredicatePatterns(MapperDescriptor mapper)
           
 Set<PredicatePattern> N3MapperDescriptorImpl.listPatterns()
           
 

Methods in com.ontotext.ordi.mapper.processor with parameters of type PredicatePattern
 boolean N3MapperDescriptorImpl.addPattern(PredicatePattern pattern)
           
 boolean N3MapperDescriptorImpl.removePattern(PredicatePattern pattern)
           
 

Uses of PredicatePattern in com.ontotext.ordi.mapper.rdbms
 

Classes in com.ontotext.ordi.mapper.rdbms that implement PredicatePattern
 class JdbcPredicatePatternImpl
           
 class PredicatePatternBase
           
 

Fields in com.ontotext.ordi.mapper.rdbms declared as PredicatePattern
protected  PredicatePattern JdbcRDFResultSetBase.predicatePattern
           
 

Constructors in com.ontotext.ordi.mapper.rdbms with parameters of type PredicatePattern
JdbcRDFResultSetBase(PreparedStatement statement, PredicatePattern predicatePattern, RDFResultManager manager)
           
JdbcResultSet(PreparedStatement statement, PredicatePattern predicatePattern, RDFResultManager manager)
           
 



Copyright © 2008. All Rights Reserved.