Mercurial > code > home > repos > light9
comparison attic/NodeInstance.py @ 299:6931479b657a
Make attic, move a bunch of old files to it
author | David McClosky <dmcc@bigasterisk.com> |
---|---|
date | Mon, 20 Jun 2005 18:52:21 +0000 |
parents | NodeInstance.py@45b12307c695 |
children |
comparison
equal
deleted
inserted
replaced
298:d0f29e247af4 | 299:6931479b657a |
---|---|
1 '''Internal class for StateManager''' | |
2 | |
3 # warning: pseduocode | |
4 class NodeInstance: | |
5 ip_addr? | |
6 get_this_nodes_url() | |
7 | |
8 type = the node type (a subclass of Node) | |
9 ops (get from type) | |
10 input,output = the ports that are created for the node instance | |
11 state = associated state |