Méthode | Description | |
---|---|---|
DiscoverNodeRelationships ( NodeContext context, IDiagnosticHandler diagnostics ) : void | ||
LoosePin ( string name, string description, ILocatedDrawable owner ) : SimpleCircuit.Diagnostics |
Creates a loose pin. This means that any constrains need to be applied manually!
|
|
Register ( CircuitContext context, IDiagnosticHandler diagnostics ) : void |
public DiscoverNodeRelationships ( NodeContext context, IDiagnosticHandler diagnostics ) : void | ||
context | NodeContext | |
diagnostics | IDiagnosticHandler | |
Résultat | void |
public LoosePin ( string name, string description, ILocatedDrawable owner ) : SimpleCircuit.Diagnostics | ||
name | string | The name of the pin. |
description | string | The pin description. |
owner | ILocatedDrawable | The owner of the pin. |
Résultat | SimpleCircuit.Diagnostics |
public Register ( CircuitContext context, IDiagnosticHandler diagnostics ) : void | ||
context | CircuitContext | |
diagnostics | IDiagnosticHandler | |
Résultat | void |