Interface MultiParentNodeRecipe
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,ReteNodeRecipe
- All Known Subinterfaces:
ProductionRecipe
,RelationEvaluationRecipe
,UniquenessEnforcerRecipe
- All Known Implementing Classes:
MultiParentNodeRecipeImpl
,ProductionRecipeImpl
,RelationEvaluationRecipeImpl
,UniquenessEnforcerRecipeImpl
public interface MultiParentNodeRecipe extends ReteNodeRecipe
A representation of the model object 'Multi Parent Node Recipe'.The following features are supported:
- See Also:
RecipesPackage.getMultiParentNodeRecipe()
- Generated:
- Model:
- abstract="true"
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
copyright
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getArity()
org.eclipse.emf.common.util.EList<ReteNodeRecipe>
getParents()
Returns the value of the 'Parents' reference list.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface org.eclipse.viatra.query.runtime.rete.recipes.ReteNodeRecipe
getEquivalenceClassIDs, getTraceInfo, setTraceInfo
-
-
-
-
Field Detail
-
copyright
static final java.lang.String copyright
- See Also:
- Constant Field Values
- Generated:
-
-
Method Detail
-
getParents
org.eclipse.emf.common.util.EList<ReteNodeRecipe> getParents()
Returns the value of the 'Parents' reference list. The list contents are of typeReteNodeRecipe
.- Returns:
- the value of the 'Parents' reference list.
- See Also:
RecipesPackage.getMultiParentNodeRecipe_Parents()
- Generated:
- Model:
-
getArity
int getArity()
- Specified by:
getArity
in interfaceReteNodeRecipe
- Generated:
- Model:
- kind="operation" unique="false"
-
-