Interface IQuantumAction
Defines the interface for quantum actions that can be applied to quantum properties.
Namespace: QRG.QuantumForge.Runtime
Assembly: .dll
Syntax
public interface IQuantumAction
Properties
| Improve this Doc View SourcePredicates
Gets or sets the predicates that determine the conditions for this action.
Declaration
Predicate[] Predicates { get; set; }
Property Value
Type | Description |
---|---|
Predicate[] |
TargetProperties
Gets or sets the quantum properties that this action targets.
Declaration
QuantumProperty[] TargetProperties { get; set; }
Property Value
Type | Description |
---|---|
QuantumProperty[] |
Methods
| Improve this Doc View Sourceapply()
Applies the quantum action to the target quantum properties.
Declaration
void apply()