* of the simplified policy language.
*/
public PolicyWizard(PolicyType policy) {
if (!(policy instanceof PolicyTypeString)) {
throw new PolicyWizardException("Argument is not PolicyTypeString");
}
targetWizard = new TargetWizard(policy.getTarget());
List<AttributeWizard> targetAttributeWizardList = targetWizard.getAttributeWizardList();