|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectparsedtree.Movement
parsedtree.Transition
| Field Summary | |
double |
followingBars
|
BaseParticipantDefinition |
participant
|
double |
priorBars
|
static int |
transitionTypeMove
Constant indicates a 'moving' transition. |
static int |
transitionTypeNormal
Constant indicates a 'normal' transition. |
static int |
transitionTypeShift
Constant indicates a 'shifting' transition. |
int |
type
The algorithm to be used to do the transition. |
| Constructor Summary | |
Transition()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public BaseParticipantDefinition participant
public double priorBars
public double followingBars
public int type
public static final int transitionTypeNormal
public static final int transitionTypeMove
public static final int transitionTypeShift
| Constructor Detail |
public Transition()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||