The search functionality needs JavaScript enabled
Returns true if the from_port slot of the from GraphNode is connected to the to_port slot of the to GraphNode.
true
from_port
from
to_port
to
bool isNodeConnected ( const(String) from, const(long) from_port, const(String) to, const(long) to_port ) nothrow @nogc;