public interface DataProvider extends Serializable, Cloneable
Modifier and Type | Method and Description |
---|---|
DataProvider |
clone() |
Object |
createContext() |
Declaration[] |
getRequiredDeclarations() |
Iterator |
getResults(Tuple tuple,
InternalWorkingMemory wm,
PropagationContext ctx,
Object providerContext) |
void |
replaceDeclaration(Declaration declaration,
Declaration resolved) |
Declaration[] getRequiredDeclarations()
Object createContext()
Iterator getResults(Tuple tuple, InternalWorkingMemory wm, PropagationContext ctx, Object providerContext)
DataProvider clone()
void replaceDeclaration(Declaration declaration, Declaration resolved)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.