API Documentation > Interfaces > Interface GroupPattern
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
Get method for attribute "GroupPatternLeader"
The feature group that is the group pattern leader.
/*optional*/ Features
Lists the features that are members of the group pattern.
Lists groups that are members of the group pattern.
Method Detail
GetGroupPatternLeader
GetGroupPatternLeader
()
The feature group that is the group pattern leader.
ListGroupMembers
ListGroupMembers
()
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*/ Features
ListFeatMembers
()
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.
Was this helpful?