Click or drag to resize

EngineNetFactory Class

Factory Class for creating engine classes.

NOTE: This should be the only component depending on the dataaccess components, especially the NetworkDataAccess classes.

If desired, this can be moved to another project, to remove dependencies from EngineNetwork to DataAccess components.

Inheritance Hierarchy

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public class EngineNetFactory

The EngineNetFactory type exposes the following members.

Constructors
  NameDescription
Public methodEngineNetFactory
Initializes a new instance of the EngineNetFactory class
Top
Properties
  NameDescription
Public propertyEngineNet
The created EngineNet
Top
Methods
  NameDescription
Public methodAssignBoundaries
Assign all boundaries from the BoundaryData object
Public methodAssignOpenBoundaries
Assign all boundaries from the BoundaryData object
Public methodAssignRainfallRunoffModels
Assign all rainfall runoff models
Public methodAssignRainfallRunoffResults
Assign all rainfall runoff results Either rrFilePath or catchmentDischargeFilePath must be different from null
Public methodStatic memberCreateCover
Create an engine node cover from the provided ICover
Public methodCreateEngineNetwork(Network, HDParameterData, IBoundaryData, CrossSectionData, IDiagnostics) Obsolete.
Create a new EngineNet stored in EngineNet and initialise it using the Network, HD parameters and CrossSections.
Public methodCreateEngineNetwork(String, Network, HDParameterData, IBoundaryData, CrossSectionData, IDiagnostics)
Create a new EngineNet stored in EngineNet and initialise it using the Network, HD parameters and CrossSections.
Public methodStatic memberCreateNode(IOutlet)
Create an EngineNodeOutlet from an IOutlet.
Public methodStatic memberCreateNode(INode, HDParameterData)
Create an EngineNode from an INode.
Public methodStatic memberCreateNodeBasin
Create an EngineNodeOutlet from an IBasin.
Public methodStatic memberCreateNodeManhole
Create an EngineNode from an IManhole.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeEngineTime
Create and initialize the engine time and stores it in the engine net.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also