com.ontotext.ordi.tripleset.impl
Class TSourceImpl

java.lang.Object
  extended by com.ontotext.ordi.tripleset.WarningAwareImpl
      extended by com.ontotext.ordi.tripleset.DataSourceImpl
          extended by com.ontotext.ordi.tripleset.impl.TSourceImpl
All Implemented Interfaces:
DataSource, TSource, WarningAware, Wrapper
Direct Known Subclasses:
RDBMSAdapter, TRREEAdapter

public abstract class TSourceImpl
extends DataSourceImpl
implements TSource


Field Summary
 
Fields inherited from class com.ontotext.ordi.tripleset.DataSourceImpl
properties
 
Fields inherited from class com.ontotext.ordi.tripleset.WarningAwareImpl
warning
 
Constructor Summary
TSourceImpl(Map<Object,Object> properties)
           
 
Method Summary
 TFactory getTriplesetFactory()
          Get factory object that can be used to construct URI, Literals and BNodes.
 
Methods inherited from class com.ontotext.ordi.tripleset.DataSourceImpl
getMetaData, isWrapperFor, unwrap
 
Methods inherited from class com.ontotext.ordi.tripleset.WarningAwareImpl
clearWarnings, getWarning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ontotext.ordi.tripleset.TSource
getConnection, getConnection
 
Methods inherited from interface com.ontotext.ordi.DataSource
getMetaData, isShutdown, shutdown
 
Methods inherited from interface com.ontotext.ordi.Wrapper
isWrapperFor, unwrap
 
Methods inherited from interface com.ontotext.ordi.WarningAware
clearWarnings, getWarning
 

Constructor Detail

TSourceImpl

public TSourceImpl(Map<Object,Object> properties)
Method Detail

getTriplesetFactory

public TFactory getTriplesetFactory()
Description copied from interface: TSource
Get factory object that can be used to construct URI, Literals and BNodes.

Specified by:
getTriplesetFactory in interface TSource
Returns:
factory object.


Copyright © 2008. All Rights Reserved.