Table of Contents

Class ClaimPiece

Namespace
Hi.Numerical.SoftParsers.Claims
Assembly
HiMech.dll
public class ClaimPiece
Inheritance
ClaimPiece
Inherited Members
Extension Methods

Remarks

The design pattern of Sentence, JsonObject and SentenceClaim are one-one-one mapping.

Constructors

ClaimPiece(Sentence, JsonObject)

public ClaimPiece(Sentence sentence, JsonObject jsonObject)

Parameters

sentence Sentence
jsonObject JsonObject

Properties

ClaimList

public List<IClaim> ClaimList { get; }

Property Value

List<IClaim>

JsonObject

public JsonObject JsonObject { get; set; }

Property Value

JsonObject

Sentence

public Sentence Sentence { get; set; }

Property Value

Sentence