Modifier and Type | Field and Description |
---|---|
private int |
maxDepth
Deprecated.
|
private boolean |
onlyLast
Deprecated.
|
private Directive |
recursion
Deprecated.
|
private Locator |
recursionContext
Deprecated.
|
private Locator |
recursionSourceContext
Deprecated.
|
private boolean |
removeDuplicates
Deprecated.
|
Constructor and Description |
---|
RecursiveDirective(Directive recursion,
Locator recursionContext)
Deprecated.
|
RecursiveDirective(Directive recursion,
Locator recursionContext,
int maxDepth,
boolean onlyLast,
boolean removeDuplicates)
Deprecated.
Creates a new instance of RecursiveDirective
|
RecursiveDirective(Directive recursion,
java.lang.String recursionContext)
Deprecated.
|
RecursiveDirective(Directive recursion,
java.lang.String recursionContext,
int maxDepth,
boolean onlyLast,
boolean removeDuplicates)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isContextSensitive()
Deprecated.
|
java.util.ArrayList<ResultRow> |
query(QueryContext context)
Deprecated.
|
private Directive recursion
private Locator recursionContext
private Locator recursionSourceContext
private int maxDepth
private boolean onlyLast
private boolean removeDuplicates
public RecursiveDirective(Directive recursion, Locator recursionContext, int maxDepth, boolean onlyLast, boolean removeDuplicates)
public RecursiveDirective(Directive recursion, Locator recursionContext)
public RecursiveDirective(Directive recursion, java.lang.String recursionContext)
public RecursiveDirective(Directive recursion, java.lang.String recursionContext, int maxDepth, boolean onlyLast, boolean removeDuplicates)
public java.util.ArrayList<ResultRow> query(QueryContext context) throws TopicMapException
query
in interface Directive
TopicMapException
public boolean isContextSensitive()
isContextSensitive
in interface Directive
Copyright 2004-2015 Wandora Team