Component | Description | Tags and attributes | Example |
---|---|---|---|
fp:pwcconsistency | Presents a list of triples and their consistencies. The presented triples are the most inconsistent ones for the specified view, criterion, and number. The criterion must be public or private, not an estimate or a sum. | This component has the common attributes, common tags, and the following tags:
|
<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 | Presents a list of all the completed comparisons for a specified view, criterion, and member. The criterion must be public or private, not an estimate or a sum. | This component has the common attributes,
common tags, and the following tags:
|
<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 | Specifies an overview of the comparisons for one criterion and all members, or for all criteria and one member. | This component has the common attributes,
common tags, and the following tags:
|
One criterion and all members:<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>All criteria and one member: <fp:pwcoverview descr="Overview"> <fp:viewParam changeable="template" id="103" name="viewId" descr="The view" /> </fp:pwcoverview> |