Class RxPath.CostInfo
Represents cost/scoring information for elements when creating RxPaths.
public class RxPath.CostInfo
- Inheritance
-
RxPath.CostInfo
- Inherited Members
Constructors
CostInfo()
public CostInfo()
Properties
Attr
Attribute score
public int Attr { get; set; }
Property Value
Cap
Capability score
public int Cap { get; set; }
Property Value
Sib
Sibling score
public int Sib { get; set; }