Dataflow Software Stack
032db78
Master Thesis of Mathijs Saey at the VUB
|
Entry point of a subgraph. More...
Public Member Functions | |
def | __init__ |
def | getInputPort |
def | hasPrevious |
def | copy |
Create a copy of a node. More... | |
def | __str__ |
Create a printable version of the node. More... | |
def | getOutputPort |
Gets an output port. More... | |
def | hasNext |
See if this node can be followed to other nodes. More... | |
def | isCompound |
Check if this node is a compound node. More... | |
def | isCall |
Check if this node is a call node. More... | |
Public Attributes | |
inputPorts | |
subGraph | |
key | |
inputs | |
outputs | |
outputPorts | |
Entry point of a subgraph.
Defines the topmost point of a subgraph. Nodes in the subgraph use this node to get their inputs.
This corresponds to the values of the parameters for a function invocation.
def IGR.node.SubGraphEntryNode.__init__ | ( | self, | |
subGraph, | |||
outputs | |||
) |
def IGR.node.SubGraphEntryNode.getInputPort | ( | self, | |
idx | |||
) |
def IGR.node.SubGraphEntryNode.hasPrevious | ( | self | ) |
|
inherited |
Create a copy of a node.
This will create an identical, unique node, but with unconnected in and output ports.
|
inherited |
Create a printable version of the node.
|
inherited |
Gets an output port.
Create it if it doesn't exist yet. This allows us to determine the amount of outputs a certain node will have, even if this is not explicit in IF1
idx | The idx of the port you need |
|
inherited |
See if this node can be followed to other nodes.
|
inherited |
Check if this node is a compound node.
|
inherited |
Check if this node is a call node.
IGR.node.SubGraphEntryNode.inputPorts |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |