Interface SingleParentNodeRecipe
- All Superinterfaces:
 org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,ReteNodeRecipe
- All Known Subinterfaces:
 AggregatorIndexerRecipe,AlphaRecipe,CheckRecipe,DiscriminatorBucketRecipe,DiscriminatorDispatcherRecipe,EqualityFilterRecipe,EvalRecipe,ExpressionEnforcerRecipe,FilterRecipe,IndexerRecipe,InequalityFilterRecipe,InputFilterRecipe,OuterJoinIndexerRecipe,ProjectionIndexerRecipe,RepresentativeElectionRecipe,SingleColumnAggregatorRecipe,TransitiveClosureRecipe,TransparentRecipe,TrimmerRecipe
- All Known Implementing Classes:
 AggregatorIndexerRecipeImpl,AlphaRecipeImpl,CheckRecipeImpl,DiscriminatorBucketRecipeImpl,DiscriminatorDispatcherRecipeImpl,EqualityFilterRecipeImpl,EvalRecipeImpl,ExpressionEnforcerRecipeImpl,FilterRecipeImpl,IndexerRecipeImpl,InequalityFilterRecipeImpl,InputFilterRecipeImpl,OuterJoinIndexerRecipeImpl,ProjectionIndexerRecipeImpl,RepresentativeElectionRecipeImpl,SingleColumnAggregatorRecipeImpl,SingleParentNodeRecipeImpl,TransitiveClosureRecipeImpl,TransparentRecipeImpl,TrimmerRecipeImpl
 A representation of the model object 'Single Parent Node Recipe'.
 
 
 Abstract base class for single-parent node recipes.
 
 
The following features are supported:
- See Also:
 
- 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Parent' reference.voidsetParent(ReteNodeRecipe value) Sets the value of the 'Parent' 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
getArity, getCachedHashCode, getEquivalenceClassIDs, getTraceInfo, isConstructed, setCachedHashCode, setConstructed, setTraceInfo 
- 
Field Details
- 
copyright
- See Also:
 
 
 - 
 - 
Method Details
- 
getParent
ReteNodeRecipe getParent()Returns the value of the 'Parent' reference.- Returns:
 - the value of the 'Parent' reference.
 - See Also:
 
 - 
setParent
Sets the value of the 'Parent' reference.- Parameters:
 value- the new value of the 'Parent' reference.- See Also:
 
 
 -