dguitar.codecs.guitarPro
Class GPMeasureTrackPair

java.lang.Object
  extended bydguitar.codecs.guitarPro.GPMeasureTrackPair

public class GPMeasureTrackPair
extends java.lang.Object

This class describes a measure-track pair.

Author:
Matthieu Wipliez

Field Summary
private  java.util.List _beats
          The beats present in the measure-track pair.
 
Constructor Summary
GPMeasureTrackPair()
          Creates a new MeasureTrackPair
 
Method Summary
 boolean equals(java.lang.Object o)
          Returns true if the given object equals to this GPMeasureTrackPair.
 java.util.List getBeats()
          Returns the list of beats.
 java.lang.String toString()
          Returns a string representation of the MeasureTrackPair.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_beats

private java.util.List _beats
The beats present in the measure-track pair.

Constructor Detail

GPMeasureTrackPair

public GPMeasureTrackPair()
Creates a new MeasureTrackPair

Method Detail

equals

public boolean equals(java.lang.Object o)
Returns true if the given object equals to this GPMeasureTrackPair.

See Also:
Object.equals(java.lang.Object)

getBeats

public java.util.List getBeats()
Returns the list of beats.

Returns:
the list of beats.

toString

public java.lang.String toString()
Returns a string representation of the MeasureTrackPair.