sys::Obj sys::Link
public class Link
Link models an execution relationship between a source component's slot to a target component's slot.
public short fromComp
public byte fromSlot
public Link nextFrom
public Link nextTo
public short toComp
public byte toSlot
public bool load(InStream in, int fromComp)
Load the link from a binary format input stream. Return true on success, false on error.
public void propagate()
Propage the link
public void save(OutStream out)
Save the link in binary format to the output stream.