Interface INcSemantic
- Namespace
- Hi.Numerical.SoftParsers.Semantics
- Assembly
- HiMech.dll
Builder of ClaimPiece.SentenceClaim and ClaimPiece LinkedList.
public interface INcSemantic : IToXElement
- Inherited Members
- Extension Methods
Properties
DisplayName
The builder process name shown on UI.
string DisplayName { get; }
Property Value
Methods
Build(LinkedListNode<ClaimPiece>)
Refine ClaimPiece.ClaimList of the node.
void Build(LinkedListNode<ClaimPiece> claimPieceNode)
Parameters
claimPieceNodeLinkedListNode<ClaimPiece>
Remarks
Since the building process may require the information of the related node, a whole node is passed in.