|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.Engine Namespace > LogicEngine Class > LogicEngine Methods > LogicEngine.LoadModel Method |
Loads a logic model into the system, creating a new instance and setting up input and output ports.
Namespace: BNCS.Logic.Engine
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
public static LogicModelDetail LoadModel(
LogicModel model
)
model
Type: BNCS.Logic.Models.LogicModel
The logic model to be loaded.
Returns true if the model is successfully loaded.