Show / Hide Table of Contents

Interface IBranchedBehavior<T>

An interface describing a behavior with a branch equation.

Inherited Members
IBehavior.Name
IParameterSetCollection.GetParameterSet<P>()
IParameterSetCollection.TryGetParameterSet<P>(out P)
IParameterSetCollection.ParameterSets
IParameterSet.SetParameter<P>(string, P)
IParameterSet.TrySetParameter<P>(string, P)
IParameterSet.GetProperty<P>(string)
IParameterSet.TryGetProperty<P>(string, out P)
IParameterSet.CreateParameterSetter<P>(string)
IParameterSet.CreatePropertyGetter<P>(string)
Namespace: SpiceSharp.Components
Assembly: SpiceSharp.dll
Syntax
public interface IBranchedBehavior<T> : IBehavior, IParameterSetCollection, IParameterSet
Type Parameters
Name Description
T

Properties

Branch

Gets the branch equation variable.

Declaration
IVariable<T> Branch { get; }
Property Value
Type Description
IVariable<T>

The branch equation variable.

Extension Methods

Utility.ThrowIfNull<T>(T, string)
Documentation.ParameterValues<T>(IParameterSet, bool)
Documentation.Parameters(IParameterSet)
Documentation.ParameterValues<T>(IParameterSetCollection, bool)
Documentation.Parameters(IParameterSetCollection)

See Also

IBehavior
In this article
Back to top Generated by DocFX