public class SAILGASRunner<VS,ES,ST> extends GASRunnerBase<VS,ES,ST>
Modifier and Type | Class and Description |
---|---|
protected class |
SAILGASRunner.SAILOptionData |
GASRunnerBase.OptionData
Constructor and Description |
---|
SAILGASRunner(String[] args) |
Modifier and Type | Method and Description |
---|---|
protected SAILGASRunner.SAILOptionData |
getOptionData()
The
GASRunnerBase.OptionData for the run. |
protected void |
loadFiles()
Load files into the backend if they can not be assumed to already exist
(a typical pattern is that files are loaded into an empty KB instance,
but not loaded into a pre-existing one).
|
static void |
main(String[] args)
Performance testing harness.
|
protected IGASEngine |
newGASEngine()
Factory for the
IGASEngine . |
protected IGraphAccessor |
newGraphAccessor()
Return the object used to access the as-configured graph.
|
protected SAILGASRunner.SAILOptionData |
newOptionData()
Factory for the
GASRunnerBase.OptionData . |
call, newGASProgram, runAnalytic
public SAILGASRunner(String[] args) throws ClassNotFoundException
ClassNotFoundException
protected SAILGASRunner.SAILOptionData newOptionData()
GASRunnerBase
GASRunnerBase.OptionData
.newOptionData
in class GASRunnerBase<VS,ES,ST>
protected IGASEngine newGASEngine()
GASRunnerBase
IGASEngine
.newGASEngine
in class GASRunnerBase<VS,ES,ST>
protected void loadFiles() throws Exception
GASRunnerBase
protected SAILGASRunner.SAILOptionData getOptionData()
GASRunnerBase
GASRunnerBase.OptionData
for the run.getOptionData
in class GASRunnerBase<VS,ES,ST>
protected IGraphAccessor newGraphAccessor()
GASRunnerBase
newGraphAccessor
in class GASRunnerBase<VS,ES,ST>
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.