|
Lizzy v1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object christophedelory.playlist.Playlist
public class Playlist
The definition of the top-level element: the playlist.
Constructor Summary | |
---|---|
Playlist()
Builds a new and empty playlist. |
Method Summary | |
---|---|
void |
acceptDown(PlaylistVisitor visitor)
Accepts the specified playlist visitor. |
void |
acceptUp(PlaylistVisitor visitor)
Accepts the specified playlist visitor. |
Sequence |
getRootSequence()
Returns the root sequence of this playlist. |
void |
normalize()
Normalizes this playlist. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Playlist()
Method Detail |
---|
public Sequence getRootSequence()
null
.public void normalize()
public void acceptDown(PlaylistVisitor visitor) throws Exception
visitor
- a visitor. Shall not be null
.
NullPointerException
- if visitor
is null
.
Exception
- if any error occurs during the visit.public void acceptUp(PlaylistVisitor visitor) throws Exception
visitor
- a visitor. Shall not be null
.
NullPointerException
- if visitor
is null
.
Exception
- if any error occurs during the visit.
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |