IBM Tivoli Software IBM Tivoli Software

[ Bottom of Page | Previous Page | Next Page | Contents | Index ]


setdectree

Purpose

Sets the decision tree implementation of the resource model workspace or the output workspace to the decision tree contained in the specified decision tree file.

Format

wrmbcli <resmodworkspace> -setdectree <dectreefile> [<outputworkspace>]

where:

<resmodworkspace> is the name of the resource model workspace.

<dectreefile> is the file that contains the decision tree.

<outputworkspace> is the name of the output workspace.

Examples

wrmbcli CIM_Class.vrm -setdectree DecisionTree.txt

Usage

This command produces two results depending on the number of arguments. If the output workspace is not provided, the specified workspace is modified to use the decision tree provided in the plain text file. If the output workspace is specified, the first workspace is left intact and the output is a copy of it that uses the decision tree from the plain text file.

Comments

None


[ Top of Page | Previous Page | Next Page | Contents | Index ]