BetaReitParameters Member Details

BetaReitParameters Public Fields


BetaReitParameters Public Enumerations


BetaReitParameters Constructors
New
Initializes an instance for a given Ligature based on Graph being reiterated
Public Sub New(ByVal Lig As Ligature, ByVal Reiteree As ProtoGraph)
Remarks:
An instance will be needed for each Ligature in Reiteree
Parameters:
ByVal Lig As Ligature
ByVal Reiteree As ProtoGraph


BetaReitParameters Public Properties
AtomsInReiteree
Collection of all Atoms Ancestrally in the Reiteree Category: Behavior
Public Property AtomsInReiteree() As AtomicGraphCollection
Remarks:
IndexParameters:
Return Value:
AtomicGraphCollection
ConnectionHook
The Hook, if any, which maintains a visible connection to its isomorph in the original Category: Appearance
Public Property ConnectionHook() As Hook
Remarks:
IndexParameters:
Return Value:
Hook
DotsInReiteree
Collection of all Dots Ancestrally in the Reiteree Category: Behavior
Public Property DotsInReiteree() As DotCollection
Remarks:
IndexParameters:
Return Value:
DotCollection
Hooks
A Collection of Hooks, reserved for later use, which could maintain multiple visible Connections Category: Appearance
Public Property Hooks() As HookCollection
Remarks:
IndexParameters:
Return Value:
HookCollection
HooksInReiteree
Array of the Hooks of this Ligature Ancestrally in the Reiteree Category: Behavior
Public Property HooksInReiteree() As HookCollection
Remarks:
IndexParameters:
Return Value:
HookCollection
Ligature
Reference to the Ligature being dealt with Category: Behavior
Public Property Ligature() As Ligature
Remarks:
IndexParameters:
Return Value:
Ligature
MaintainColor
"True" means that the copy of this Ligature maintains its connection to (i.e., the Color of) the original Category: Appearance
Public Property MaintainColor() As Boolean
Remarks:
IndexParameters:
Return Value:
Boolean
Reiteree
The rootmost Graph being Reitreated Category: Behavior
Public Property Reiteree() As ProtoGraph
Remarks:
IndexParameters:
Return Value:
ProtoGraph
SpotsInReiteree
Collection of all Spots Ancestrally in the Reiteree Category: Behavior
Public Property SpotsInReiteree() As SpotCollection
Remarks:
IndexParameters:
Return Value:
SpotCollection


BetaReitParameters Public Methods
ToString
Returns a string representing this set of Reiteration Parameters
Public Overrides Function ToString() As String
Remarks:
Parameters:
Return Value:
String


BetaReitParameters Public Events