|
sdr 0.7 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Dancer
Dancer objects represent a dancer (real or phantom). Equality is object identity. There are eight canonical 'real' dancers, and an unlimited number of phantoms.
Method Summary | |
---|---|
boolean |
isBoy()
|
boolean |
isGirl()
|
boolean |
isHead()
|
boolean |
isSide()
|
boolean |
matchesTag(TaggedFormation.Tag tag)
Certain dancer TaggedFormation.Tag s are inherent to a dancer,
for example 'DANCER_1', 'COUPLE_2', 'BOY' etc. |
TaggedFormation.Tag |
primitiveTag()
Returns the most-specific primitive tag for the given dancer, or 'null' if the dancer is a phantom. |
Method Detail |
---|
boolean isHead()
boolean isSide()
boolean isBoy()
boolean isGirl()
boolean matchesTag(TaggedFormation.Tag tag)
TaggedFormation.Tag
s are inherent to a dancer,
for example 'DANCER_1', 'COUPLE_2', 'BOY' etc.
This method identifies if one of these tags
is appropriate for the current Dancer
.
TaggedFormation.Tag primitiveTag()
|
sdr 0.7 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |