Table of Contents

Class BehaviorStateMachine

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

Properties

InitialState

public string InitialState { get; set; }

Property Value

string

States

public IList<BehaviorState> States { get; init; }

Property Value

IList<BehaviorState>

Transitions

public IList<BehaviorTransition> Transitions { get; init; }

Property Value

IList<BehaviorTransition>