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, toStringpublic final Iterator filterOnce(Iterator src, Object context)
FilterBasefilterOnce in class FilterBasesrc - The source iterator.context - The iterator evaluation context.public void popContext()
popContext in interface IContextMgrpublic void pushContext(Object context)
IContextMgrpushContext in interface IContextMgrcontext - The context object.protected IContextMgr getContextMgr()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.