Library | Package Java Toolkit

Interface GroupPattern

package com.ptc.pfc.pfcFeature;

public interface GroupPattern
  extends com.ptc.pfc.pfcObject.Object



Description

This class describes a pattern of feature groups.



Method Summary
FeatureGroupGetGroupPatternLeader ()
    Get method for attribute "GroupPatternLeader"
    The feature group that is the group pattern leader.
/*optional*/ FeaturesListFeatMembers ()
    Lists the features that are members of the group pattern.
FeatureGroupsListGroupMembers ()
    Lists groups that are members of the group pattern.

Method Detail

GetGroupPatternLeader

FeatureGroupGetGroupPatternLeader ()


    The feature group that is the group pattern leader.



ListGroupMembers

FeatureGroupsListGroupMembers ()


    Lists groups that are members of the group pattern.

Exceptions thrown (but not limited to):

XToolkitNotFound - The feature is not part of a group


Returns:
The feature groups that are members of the group pattern.


ListFeatMembers

/*optional*/ FeaturesListFeatMembers ()


    Lists the features that are members of the group pattern.

Exceptions thrown (but not limited to):

XToolkitNotFound - The feature is not part of a group


Returns:
Array of features that are members of the group pattern.