|
class | Block |
| Represents a block of flow. The block is a function element of flow. Blocks have connections with each other. More...
|
|
class | BlockDescriptor |
| Descriptor of the block. The block creates by this. More...
|
|
class | Connection |
| Represents a connection between block and block. More...
|
|
class | ConnectionDescriptor |
| Represents a descriptor of connection. More...
|
|
class | ConnectionIsExistException |
| Exception: Connection is exist. More...
|
|
class | FlowController |
| Represents the controller of flow. More...
|
|
interface | IBlockAgency |
| Represents the agency of block. This is the behaviour of block. When you implement this interface the block will handle It. More...
|
|
class | Point |
| Point of GUI element. More...
|
|
class | Port |
| Represents a port of block. More...
|
|
class | PortDescriptor |
| Descriptor of port. More...
|
|