Table of Contents

Class BehaviorTransition

Namespace
JD.AI.Core.Specifications
Assembly
JD.AI.Core.dll
public sealed class BehaviorTransition
Inheritance
BehaviorTransition
Inherited Members

Properties

Actions

public IList<string> Actions { get; init; }

Property Value

IList<string>

From

public string From { get; set; }

Property Value

string

Guards

public IList<string> Guards { get; init; }

Property Value

IList<string>

On

public string On { get; set; }

Property Value

string

To

public string To { get; set; }

Property Value

string