Class LabelExpression
A label constant expression is used to compare state labels of labelled discrete chance nodes or decision nodes.
Inherited Members
Namespace: HAPI
Assembly: hugincs-9.7-netstandard2.0-x64.dll
Syntax
public class LabelExpression : ConstantExpression
Constructors
LabelExpression(string)
Constructs a LabelExpression from a string.
Declaration
public LabelExpression(string label)
Parameters
| Type | Name | Description |
|---|---|---|
| string | label |
Methods
GetLabel()
Returns the label of the expression.
Declaration
public string GetLabel()
Returns
| Type | Description |
|---|---|
| string |
GetOperator()
Returns the operator of this Expression.
Declaration
public override Expression.Operator GetOperator()
Returns
| Type | Description |
|---|---|
| Expression.Operator |