RECODER 0.92

recoder.kit.pattern
Interface DesignPattern

All Superinterfaces:
ModelElement
All Known Implementing Classes:
Factory, FactoryMethod, Property

public interface DesignPattern
extends ModelElement

Design pattern.

Author:
AutoDoc, AL

Method Summary
 ModelElement getParticipantAt(int index)
          Get a participants by its index.
 int getParticipantCount()
          Get total number of participants.
 
Methods inherited from interface recoder.ModelElement
validate
 

Method Detail

getParticipantCount

int getParticipantCount()
Get total number of participants.

Returns:
the number of participants.

getParticipantAt

ModelElement getParticipantAt(int index)
Get a participants by its index.

Parameters:
index - an index of a participant.
Returns:
the participant.
Throws:
IndexOutOfBoundsException, - if the index is not in bounds.

RECODER 0.92