Interface UniquenessEnforcerRecipe
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MultiParentNodeRecipe
,org.eclipse.emf.common.notify.Notifier
,RederivableNodeRecipe
,ReteNodeRecipe
- All Known Implementing Classes:
UniquenessEnforcerRecipeImpl
public interface UniquenessEnforcerRecipe extends MultiParentNodeRecipe, RederivableNodeRecipe
A representation of the model object 'Uniqueness Enforcer Recipe'. Represents nodes that enforce tuple uniqueness, i.e. filter out duplicate input tuples for output.- See Also:
RecipesPackage.getUniquenessEnforcerRecipe()
- Generated:
- Model:
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
copyright
-
Method Summary
-
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.viatra.query.runtime.rete.recipes.MultiParentNodeRecipe
getArity, getParents
-
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.RederivableNodeRecipe
getOptionalMonotonicityInfo, isDeleteRederiveEvaluation, setDeleteRederiveEvaluation, setOptionalMonotonicityInfo
-
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:
-
-