Table of Contents

Class McAbcShortestPathSemantic

Namespace
Hi.Numerical.SoftParsers.Claims
Assembly
HiMech.dll
public class McAbcShortestPathSemantic : INcSemantic, IToXElement
Inheritance
McAbcShortestPathSemantic
Implements
Inherited Members
Extension Methods

Constructors

McAbcShortestPathSemantic()

public McAbcShortestPathSemantic()

Properties

DisplayName

The builder process name shown on UI.

public string DisplayName { get; }

Property Value

string

XName

public static string XName { get; }

Property Value

string

Methods

Build(LinkedListNode<ClaimPiece>)

Refine ClaimPiece.ClaimList of the node.

public void Build(LinkedListNode<ClaimPiece> claimPieceNode)

Parameters

claimPieceNode LinkedListNode<ClaimPiece>

Remarks

Since the building process may require the information of the related node, a whole node is passed in.

ToXElement()

Get the XElement to represent the object.

public XElement ToXElement()

Returns

XElement

XElement to represent the object.