Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IBinaryOperator.cs
1
using
Waher.Runtime.Inventory
;
2
using
Waher.Script.Abstraction.Elements
;
3
using
Waher.Script.Model
;
4
5
namespace
Waher.Script.Abstraction.CustomOperators
6
{
10
public
interface
IBinaryOperator
:
IProcessingSupport
<IBinaryOperation>
11
{
18
IElement
Evaluate
(
IBinaryOperation
Operation,
ScriptNode
Node);
19
}
20
}
Waher.Script.Model.ScriptNode
Base class for all nodes in a parsed script tree.
Definition:
ScriptNode.cs:69
Waher.Runtime.Inventory.IProcessingSupport
Interface for detecting interfaces supporting objects with predefined features.
Definition:
IProcessingSupport.cs:8
Waher.Script.Abstraction.CustomOperators.IBinaryOperation
Interface for binary operations.
Definition:
IBinaryOperation.cs:9
Waher.Script.Abstraction.CustomOperators.IBinaryOperator
Interface for custom binary operators.
Definition:
IBinaryOperator.cs:11
Waher.Script.Abstraction.CustomOperators.IBinaryOperator.Evaluate
IElement Evaluate(IBinaryOperation Operation, ScriptNode Node)
Evaluates the custom binary operator.
Waher.Script.Abstraction.Elements.IElement
Basic interface for all types of elements.
Definition:
IElement.cs:21
Waher.Runtime.Inventory
Definition:
TypesLoader.cs:9
Waher.Script.Abstraction.CustomOperators
Definition:
IBinaryOperation.cs:4
Waher.Script.Abstraction.Elements
Definition:
AbelianGroupElement.cs:4
Waher.Script.Model
Definition:
BinaryBooleanOperator.cs:8
IoTGateway
Script
Waher.Script
Abstraction
CustomOperators
IBinaryOperator.cs
Generated by
1.9.5