Interface RepresentativeElectionRecipe
- All Superinterfaces:
 AlphaRecipe,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,ReteNodeRecipe,SingleParentNodeRecipe
- All Known Implementing Classes:
 RepresentativeElectionRecipeImpl
 A representation of the model object 'Representative Election Recipe'.
 
 
 Represents represenative election.
 
 
The following features are supported:
- See Also:
 
- 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptionintgetArity()Returns the value of the 'Connectivity' attribute.voidsetConnectivity(Connectivity value) Sets the value of the 'Connectivity' 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
- 
getConnectivity
Connectivity getConnectivity()Returns the value of the 'Connectivity' attribute.- Returns:
 - the value of the 'Connectivity' attribute.
 - See Also:
 
 - 
setConnectivity
Sets the value of the 'Connectivity' attribute.- Parameters:
 value- the new value of the 'Connectivity' attribute.- See Also:
 
 - 
getArity
int getArity()- Specified by:
 getArityin interfaceReteNodeRecipe
 
 -