Class GroupShape
This concrete class represents a picture of a group.
public class GroupShape
extends Component
Hierarchical Diagram
Direct Known Subclasses
None
Constructor
public Group()
Methods
• getMembers
Returns an iterator of all the member s that belong to the group.
Returns an iterator of arrays. Each entry in the iterator is a three-element array containing member, index, and sys_id of the pseudo-prototype.
public Iterator getMembers()
Throws: RSDException
• getMembersVector
Returns a vector of all members that belong to the group.
public Vector getMembersVector()
Throws: RSDException
Methods Inherited
The methods inherited from other classes are:
Class | Methods Inherited |
rsdesigner.component.Component | getConnectedPorts, getPorts |
rsdesigner.component. | getArtifact, getContainer, getDatum, getDiagramType, getTopLevelContainer |
rsdesigner.design.DBItem | checkDGClass, getClassString, toString |
java.lang.Object | equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |