Interface DiscriminatorDispatcherRecipe
- All Superinterfaces:
 org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,ReteNodeRecipe,SingleParentNodeRecipe
- All Known Implementing Classes:
 DiscriminatorDispatcherRecipeImpl
 A representation of the model object 'Discriminator Dispatcher Recipe'.
 
 
 Node that sends tuples off to different buckets (attached as children) based on the value of a given column.
 
 
The following features are supported:
- See Also:
 
- 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptionintgetArity()intReturns the value of the 'Discrimination Column Index' attribute.voidsetDiscriminationColumnIndex(int value) Sets the value of the 'Discrimination Column Index' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface tools.refinery.interpreter.rete.recipes.ReteNodeRecipe
getCachedHashCode, getEquivalenceClassIDs, getTraceInfo, isConstructed, setCachedHashCode, setConstructed, setTraceInfoMethods inherited from interface tools.refinery.interpreter.rete.recipes.SingleParentNodeRecipe
getParent, setParent 
- 
Field Details
- 
copyright
- See Also:
 
 
 - 
 - 
Method Details
- 
getDiscriminationColumnIndex
int getDiscriminationColumnIndex()Returns the value of the 'Discrimination Column Index' attribute.- Returns:
 - the value of the 'Discrimination Column Index' attribute.
 - See Also:
 
 - 
setDiscriminationColumnIndex
void setDiscriminationColumnIndex(int value) Sets the value of the 'Discrimination Column Index' attribute.- Parameters:
 value- the new value of the 'Discrimination Column Index' attribute.- See Also:
 
 - 
getArity
int getArity()- Specified by:
 getArityin interfaceReteNodeRecipe
 
 -