org.herac.tuxguitar.gui.editors.chord
Class ChordRecognizer.Proposal

java.lang.Object
  extended by org.herac.tuxguitar.gui.editors.chord.ChordRecognizer.Proposal
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
ChordRecognizer

protected class ChordRecognizer.Proposal
extends java.lang.Object
implements java.lang.Cloneable


Constructor Summary
ChordRecognizer.Proposal(java.util.List notes)
          initialize with needed notes
 
Method Summary
 java.lang.Object clone()
          calls the Object.clone() method, since it is private (?!!??)
 boolean equals(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChordRecognizer.Proposal

public ChordRecognizer.Proposal(java.util.List notes)
initialize with needed notes

Method Detail

clone

public java.lang.Object clone()
calls the Object.clone() method, since it is private (?!!??)

Overrides:
clone in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object