com.frinika.sequencer.patchname
Class Node
java.lang.Object
com.frinika.sequencer.patchname.Node
- All Implemented Interfaces:
- java.io.Serializable
public class Node
- extends java.lang.Object
- implements java.io.Serializable
A node in a patch tree
Patches can be defined in groups.
A node either has data which is a set of child nodes or
data which is a MyPatch.
- Author:
- Paul John Leonard
- See Also:
- Serialized Form
Constructor Summary |
Node(java.lang.String name,
java.io.Serializable data)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Node
public Node(java.lang.String name,
java.io.Serializable data)
getKeyNames
public java.lang.String[] getKeyNames()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getData
public java.io.Serializable getData()