Class MultipleDependency
This class is used to represent dependencies on more than one child object
Implements
Inherited Members
Namespace: NMF.Transformations.Core
Assembly: NMF.Transformations.Core.dll
Syntax
public class MultipleDependency : Dependency, ITransformationRuleDependency
Methods
| Edit this page View SourceHandleDependency(Computation)
Calls the transformation dependency for the given computation
Declaration
public override void HandleDependency(Computation computation)
Parameters
Type | Name | Description |
---|---|---|
Computation | computation | The computation that this dependency is to be called |