コンポーネント | 説明 | タグと属性 | 例 |
---|---|---|---|
fp:pwcconsistency | トリプルおよびその整合性のリストを表示します。 表示されたトリプルは、指定されたビュー、基準、番号に関してもっとも不整合なものです。基準は、見積もりまたは合計ではなく、パブリックまたはプライベートである必要があります。 | このコンポーネントには、共通属性、共通タグ、および以下のタグがあります。
|
<fp:pwcconsistency descr="Overview"> <fp:critParam changeable="template" id="101" name="critId" descr="The criterion" /> <fp:memberParam changeable="runtime" id="102" name="memberId" descr="The member" /> <fp:viewParam changeable="template" id="103" name="viewId" descr="The view" /> <fp:intParam changeable="runtime" id="104" name="maxNoofTriples" descr="Maximum number of triples" /> </fp:pwcconsistency> |
fp:pwclist | 指定されたビュー、基準、およびメンバーについてすべて完了した比較リストを表示します。基準は、見積もりまたは合計ではなく、パブリックまたはプライベートである必要があります。 | このコンポーネントには、共通属性、共通タグ、および以下のタグがあります。
|
<fp:pwclist descr="List"> <fp:critParam changeable="template" id="101" name="critId" descr="The criterion" /> <fp:memberParam changeable="runtime" id="102" name="memberId" descr="The member" /> <fp:viewParam changeable="template" id="103" name="viewId" descr="The view" /> </fp:pwclist> |
fp:pwcoverview | 1 つの基準とすべてのメンバー、またはすべての基準と 1 人のメンバーの比較の概要を指定します。 | このコンポーネントには、共通属性、共通タグ、および以下のタグがあります。
|
1 つの基準とすべてのメンバー:<fp:pwcoverview descr="Overview"> <fp:critParam changeable="template" id="101" name="critId" descr="The criterion" /> <fp:viewParam changeable="template" id="103" name="viewId" descr="The view" /> </fp:pwcoverview>すべての基準と 1 人のメンバー: <fp:pwcoverview descr="Overview"> <fp:viewParam changeable="template" id="103" name="viewId" descr="The view" /> </fp:pwcoverview> |