Interface OuterJoinNodeRecipe
- All Superinterfaces:
 org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,ReteNodeRecipe
- All Known Implementing Classes:
 OuterJoinNodeRecipeImpl
 A representation of the model object 'Outer Join Node Recipe'.
 
 
The following features are supported:
- See Also:
 
- 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptionintgetArity()Returns the value of the 'Default Value' attribute.Returns the value of the 'Parent' containment reference.voidsetDefaultValue(Object value) Sets the value of the 'Default Value' attribute.voidsetParent(ProjectionIndexerRecipe value) Sets the value of the 'Parent' containment reference.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, setTraceInfo 
- 
Field Details
- 
copyright
- See Also:
 
 
 - 
 - 
Method Details
- 
getParent
ProjectionIndexerRecipe getParent()Returns the value of the 'Parent' containment reference.- Returns:
 - the value of the 'Parent' containment reference.
 - See Also:
 
 - 
setParent
Sets the value of the 'Parent' containment reference.- Parameters:
 value- the new value of the 'Parent' containment reference.- See Also:
 
 - 
getDefaultValue
Object getDefaultValue()Returns the value of the 'Default Value' attribute.- Returns:
 - the value of the 'Default Value' attribute.
 - See Also:
 
 - 
setDefaultValue
Sets the value of the 'Default Value' attribute.- Parameters:
 value- the new value of the 'Default Value' attribute.- See Also:
 
 - 
getArity
int getArity()- Specified by:
 getArityin interfaceReteNodeRecipe
 
 -