Show / Hide Table of Contents

Interface INameGenerator

Namespace: SpiceSharpParser.ModelReaders.Netlist.Spice.Context
Assembly: SpiceSharpParser.dll
Syntax
public interface INameGenerator

Properties

| Improve this Doc View Source

Globals

Declaration
IEnumerable<string> Globals { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>
| Improve this Doc View Source

NodeNameGenerator

Declaration
INodeNameGenerator NodeNameGenerator { get; }
Property Value
Type Description
INodeNameGenerator

Methods

| Improve this Doc View Source

AddChild(INodeNameGenerator)

Declaration
void AddChild(INodeNameGenerator nodeNameGenerator)
Parameters
Type Name Description
INodeNameGenerator nodeNameGenerator
| Improve this Doc View Source

CreateChildNameGenerator(String)

Declaration
IObjectNameGenerator CreateChildNameGenerator(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
IObjectNameGenerator
| Improve this Doc View Source

GenerateNodeName(String)

Declaration
string GenerateNodeName(string nodeName)
Parameters
Type Name Description
System.String nodeName
Returns
Type Description
System.String
| Improve this Doc View Source

GenerateObjectName(String)

Declaration
string GenerateObjectName(string entityName)
Parameters
Type Name Description
System.String entityName
Returns
Type Description
System.String
| Improve this Doc View Source

ParseNodeName(String)

Declaration
string ParseNodeName(string nodePath)
Parameters
Type Name Description
System.String nodePath
Returns
Type Description
System.String
| Improve this Doc View Source

SetGlobal(String)

Declaration
void SetGlobal(string spImage)
Parameters
Type Name Description
System.String spImage
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX