A C G M R T

A

Acrobat - class Acrobat.
This class can be used to represent a member of the CSE 142 Acrobat community.
Acrobat(String, String) - Constructor for class Acrobat
Create a new Acrobat using the name information provided.

C

clap(int) - Method in class Acrobat
Clap as instructed.

G

getActionCount() - Method in class Acrobat
Tell the caller how many things we've done so far.
getClapCount() - Method in class Acrobat
Tell the caller how times we've clapped so far.
getFamilyName() - Method in class Acrobat
Tell the caller what our family name is.
getGivenName() - Method in class Acrobat
Tell the caller what our given name is.
getTwirlCount() - Method in class Acrobat
Tell the caller how times we've twirled so far.

M

main(String[]) - Static method in class Ringmaster
Create some new Acrobats, then ask them to do various things for us.

R

Ringmaster - class Ringmaster.
This is the main class of a simple Java program.
Ringmaster() - Constructor for class Ringmaster
 

T

twirl(int) - Method in class Acrobat
Twirl around as instructed.

A C G M R T