Class TopoReflection
Clone Asmb and provide map between source topology and cloned topology.
public class TopoReflection
- Inheritance
-
TopoReflection
- Inherited Members
- Extension Methods
Constructors
TopoReflection(Asmb)
Ctor.
public TopoReflection(Asmb rootAsmb)
Parameters
rootAsmb
Asmbroot assembly
Properties
AnchorMap
public Dictionary<Anchor, Anchor> AnchorMap { get; }
Property Value
AsmbMap
public Dictionary<Asmb, Asmb> AsmbMap { get; }
Property Value
BranchMap
public Dictionary<Branch, Branch> BranchMap { get; }
Property Value
HostAsmbTwins
Pair<TA, TB>.A is the source host; Pair<TA, TB>.B is the cloned host.
public Pair<Asmb, Asmb> HostAsmbTwins { get; }
Property Value
TransformerMap
public Dictionary<ITransformer, ITransformer> TransformerMap { get; }