C# Class UnityAI.Core.Belief.Arc

Represents a single Arc in Bayes Net
Show file Open project: unityai/unityai-core Class Usage Examples

Public Methods

Method Description
Arc ( string vsXml ) : System

Create an Arc given input xml

Method Details

Arc() public method

Create an Arc given input xml
public Arc ( string vsXml ) : System
vsXml string Xml Data
return System