public class MappedProgram extends Program
Constructor and Description |
---|
MappedProgram(String name,
String focusStore,
boolean parallel,
boolean closure) |
Modifier and Type | Method and Description |
---|---|
void |
addStep(IStep step)
Extended to add the N steps that map the given step across the
database and the focusStore.
|
protected TMUtility |
getTMUtility()
Allow subclasses to use a different TM Utility.
|
addClosureOf, addClosureOf, addSteps, getName, getQueryOptions, isClosure, isParallel, isRule, stepCount, steps, toArray, toString, toString
public MappedProgram(String name, String focusStore, boolean parallel, boolean closure)
name
- focusStore
- Identifies the relation containing the data to be asserted or
retracted (optional). When null
the steps are
not transformed as they are added to the program.parallel
- closure
- protected TMUtility getTMUtility()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.