|
abc4j API Specification | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectabc.notation.TwoNotesLink
public class TwoNotesLink
This class abstracts any kind of relationship between two notes.
| Method Summary | |
|---|---|
NoteAbstract |
getEnd()
Returns the end of the two notes link. |
NoteAbstract |
getStart()
Returns the start of the two notes link. |
void |
setEnd(NoteAbstract end)
Sets the end of the two notes link. |
void |
setStart(NoteAbstract start)
Sets the start of the two notes link. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public NoteAbstract getEnd()
getStart()public void setEnd(NoteAbstract end)
end - The note ending the relation between the two notes.getEnd(),
setStart(NoteAbstract)public NoteAbstract getStart()
getEnd()public void setStart(NoteAbstract start)
start - The note starting the relation between the two notes.getStart(),
setEnd(NoteAbstract)
|
abc4j API Specification | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||