com.frinika.sequencer.patchname
Class Node

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.io.Serializable getData()
           
 java.lang.String[] getKeyNames()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Node

public Node(java.lang.String name,
            java.io.Serializable data)
Method Detail

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()