public abstract class Expander extends FilterBase implements IContextMgr
Constructor and Description |
---|
Expander() |
Modifier and Type | Method and Description |
---|---|
protected abstract Iterator |
expand(Object obj) |
Iterator |
filterOnce(Iterator src,
Object context)
Wrap the source iterator with this filter.
|
protected IContextMgr |
getContextMgr() |
void |
popContext()
callback to implementation when expansion is complete
|
void |
pushContext(Object context)
Hook gives the implementation an opportunity to push context onto a
stack.
|
addFilter, filter, getProperty, getRequiredProperty, setProperty, toString
public final Iterator filterOnce(Iterator src, Object context)
FilterBase
filterOnce
in class FilterBase
src
- The source iterator.context
- The iterator evaluation context.public void popContext()
popContext
in interface IContextMgr
public void pushContext(Object context)
IContextMgr
pushContext
in interface IContextMgr
context
- The context object.protected IContextMgr getContextMgr()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.