tdb.cmdline
Class ModTDBGraphStore

java.lang.Object
  extended by arq.cmdline.ModBase
      extended by arq.cmdline.ModDataset
          extended by arq.cmdline.ModDatasetGeneral
              extended by arq.cmdline.ModDatasetGeneralAssembler
                  extended by arq.cmdline.ModGraphStore
                      extended by tdb.cmdline.ModTDBGraphStore
All Implemented Interfaces:
arq.cmdline.ArgModule, arq.cmdline.ArgModuleGeneral

public class ModTDBGraphStore
extends arq.cmdline.ModGraphStore


Constructor Summary
ModTDBGraphStore()
           
 
Method Summary
 GraphStore createGraphStore()
           
 void processArgs(arq.cmdline.CmdArgModule cmdLine)
           
 void registerWith(arq.cmdline.CmdGeneral cmdLine)
           
 
Methods inherited from class arq.cmdline.ModGraphStore
getGraphStore
 
Methods inherited from class arq.cmdline.ModDatasetGeneralAssembler
createDataset
 
Methods inherited from class arq.cmdline.ModDatasetGeneral
getGraphURLs, getNamedGraphURLs
 
Methods inherited from class arq.cmdline.ModDataset
getDataset
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModTDBGraphStore

public ModTDBGraphStore()
Method Detail

registerWith

public void registerWith(arq.cmdline.CmdGeneral cmdLine)
Specified by:
registerWith in interface arq.cmdline.ArgModuleGeneral
Overrides:
registerWith in class arq.cmdline.ModGraphStore

processArgs

public void processArgs(arq.cmdline.CmdArgModule cmdLine)
Specified by:
processArgs in interface arq.cmdline.ArgModule
Overrides:
processArgs in class arq.cmdline.ModGraphStore

createGraphStore

public GraphStore createGraphStore()
Overrides:
createGraphStore in class arq.cmdline.ModGraphStore


Licenced under the Apache License, Version 2.0