Show / Hide Table of Contents

Class StochasticModelsGenerator

Stochastic models generator.

Inheritance
System.Object
StochasticModelsGenerator
Implements
IModelsGenerator
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.EntityGenerators
Assembly: SpiceSharpParser.dll
Syntax
public class StochasticModelsGenerator : IModelsGenerator

Methods

| Improve this Doc View Source

GenerateModel(IModelGenerator, String, String, String, ParameterCollection, ICircuitContext)

Generates entity.

Declaration
public Model GenerateModel(IModelGenerator modelGenerator, string id, string originalName, string type, ParameterCollection parameters, ICircuitContext context)
Parameters
Type Name Description
IModelGenerator modelGenerator

The model generator.

System.String id

The identifier for identity.

System.String originalName

Original name of entity.

System.String type

The type of entity.

ParameterCollection parameters

Parameters for entity.

ICircuitContext context

Reading context.

Returns
Type Description
Model

A new instance of entity.

Implements

IModelsGenerator
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX