view NodeInstance.py @ 139:83e2c4ceb79a

KeyboardComposer: let's get it working again KeyboardComposer: let's get it working again TheShow: get_timelines method Timeline: it's late, okay? TimelineDMX: timeline selector, basically copied from that music player thing
author dmcc
date Sat, 14 Jun 2003 16:19:40 +0000
parents 45b12307c695
children
line wrap: on
line source

'''Internal class for StateManager'''

# warning: pseduocode
class NodeInstance:
    ip_addr?
    get_this_nodes_url()

    type = the node type (a subclass of Node)
        ops (get from type)
    input,output = the ports that are created for the node instance
    state = associated state