Northwoods.GoWPF 2.2.4 Assembly
ISubGraphLinksModel Interface
Members 

This is a ISubGraphModel that also supports link data (ILinksModel).
Syntax
Public Interface ISubGraphLinksModel 
   Inherits IDiagramModelIGroupsModelILinksModelISubGraphModel 
public interface ISubGraphLinksModel : IDiagramModelIGroupsModelILinksModelISubGraphModel  
Remarks

This model is basically a ISubGraphModel that automatically assigns links to belong to groups. There are two methods, one to get the containing group for a link (if any), GetGroupForLink, and one to get all of the link data that are members of a group, GetMemberLinksForGroup.

Because membership of links in groups is automatically computed, there are no modification or updating methods in this interface.

Note that this interface is universal, because it can only assume the node data is of type System.Object. The corresponding methods in the generic model classes operate on and return a specific node data type.

Requirements
See Also

Reference

ISubGraphLinksModel Members
Northwoods.GoXam.Model Namespace
GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback