Class OpenDIDecisionModel
Representation of a Decision Model that is compliant witht the OpenDI standard.
Inherited Members
Namespace: Quantellia.WMServer.OpenDI
Assembly: WMServer.dll
Syntax
public class OpenDIDecisionModel : OpenDIAsset
Constructors
OpenDIDecisionModel()
Default Constructor
Declaration
public OpenDIDecisionModel()
OpenDIDecisionModel(DecisionModel)
Constructor that initializes the OpenDIDecisionModel with values read from the specified Quantellia.WMServer.DecisionModeler.
Declaration
public OpenDIDecisionModel(DecisionModel dm)
Parameters
Type | Name | Description |
---|---|---|
DecisionModel | dm | The World Modeler Decision Model used to initialize this OpenDIDecisionModel |
Properties
elements
Collection of elements that belong to this Decision Model.
Declaration
public virtual ICollection<object> elements { get; set; }
Property Value
Type | Description |
---|---|
ICollection<object> |
Methods
ToDTO()
Create a new DecisionModelDTO object that contains the properties of this OpenDIDecisionModel
Declaration
public DecisionModelDTO ToDTO()
Returns
Type | Description |
---|---|
DecisionModelDTO | A DecisionModelDTO object that contains the properties of this OpenDIDecisionModel |