Interface | Description |
---|---|
Element |
An abstract super class of elements on graph.
|
Class | Description |
---|---|
Input |
Represents an input of
Node . |
Node |
Represents a node of graph.
|
Output |
Represents an output of node.
|
Port<TSelf extends Port<TSelf,TOpposite>,TOpposite extends Port<TOpposite,TSelf>> |
An abstract super class of I/O port of
Node . |
Wire |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.