Changed Slot in RelayNode to ProxySlot;
Changed PullData and PushData from SlotExtension to ISlot; Added BackTraceExecutableNode; Removed IExecutable from RelayNode;
This commit is contained in:
@@ -2,18 +2,6 @@
|
||||
{
|
||||
public interface ISlotContainer
|
||||
{
|
||||
///// <summary>
|
||||
///// Add the slot to the container.
|
||||
///// </summary>
|
||||
///// <param name="slot"> <see cref="ISlot"/> The slot want to add </param>
|
||||
//public void AddSlot(ISlot slot);
|
||||
|
||||
///// <summary>
|
||||
///// Remove the slot from the container.
|
||||
///// </summary>
|
||||
///// <param name="slot"> <see cref="ISlot"/> The slot want to remove </param>
|
||||
//public void RemoveSlot(ISlot slot);
|
||||
|
||||
/// <summary>
|
||||
/// Get the slot by the index and direction.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user