Interface ILinkType

All Known Implementing Classes:
ILink.ALinkType, ILink.SLinkType, ILink.TLinkType

public interface ILinkType
Interface of to propagate children. Similar in Implementation to IType. The different types of Links are represented by enums in ILink such as TLinks or ALinks. In order for them to be grabbed in a link when it could be either one, they are utilized by this wrapper interface so it returns the same type.
Author:
Stephan Belizaire