Northwoods.Go Assembly > Northwoods.Go Namespace : IGoPort Interface |
The following tables list the members exposed by IGoPort.
Name | Description | |
---|---|---|
![]() | DestinationLinks | Gets an enumerator over all of the links going out of this port. |
![]() | DestinationLinksCount | Gets the number of links going out of this port. |
![]() | Links | Gets an enumerator over all of the links connected at this port. |
![]() | LinksCount | Gets the total number of links connected at this port. |
![]() | Node | Gets the node that this port is part of. |
![]() | SourceLinks | Gets an enumerator over all of the links coming into this port. |
![]() | SourceLinksCount | Gets the number of links coming into this port. |
Name | Description | |
---|---|---|
![]() | AddDestinationLink | Add a link whose IGoLink.FromPort should be this port. |
![]() | AddSourceLink | Add a link whose IGoLink.ToPort should be this port. |
![]() | CanLinkFrom | This predicate should be true if, by itself, there is no known reason why one couldn't create a valid link from this port to some port. |
![]() | CanLinkTo | This predicate should be true if, by itself, there is no known reason why one couldn't create a valid link from some port to this one. |
![]() | ClearLinks | Remove all links connected at this port. |
![]() | ContainsLink | This predicate is true if the given link is connected to this port. |
![]() | CopyLinksArray | Returns a newly allocated array containing references to all of the links connected to this port. |
![]() | IsValidLink | This predicate should be true when it is valid to create a link from this port to another port. |
![]() | OnLinkChanged | This method is called when a link connected to this port is changed. |
![]() | RemoveLink | Remove a link from the collection of links connected to this port. |