frmReiterateBetaGraph Member Details

frmReiterateBetaGraph Public Fields


frmReiterateBetaGraph Public Enumerations


frmReiterateBetaGraph Constructors
New
A plain-vanilla Constructor
Public Sub New()
Remarks:
Parameters:
New
Constructor specifying Reiteree
Public Sub New(ByVal ReitereeGraph As ProtoGraph)
Remarks:
Parameters:
ByVal ReitereeGraph As ProtoGraph


frmReiterateBetaGraph Public Properties
Inventory
The Inventory of Objectrs in this Graph-Construction Category: Behavior
Public ReadOnly Property Inventory() As Inventory
Remarks:
IndexParameters:
Return Value:
Inventory
Ligatures
The Collection of Ligatures with Hooks in Reiteree Category: Behavior
Public Property Ligatures() As LigatureCollection
Remarks:
IndexParameters:
Return Value:
LigatureCollection
ReiterationParameters
The Collection of relevant parameters for Ligatures with Hooks in Reiteree Category: Behavior
Public Property ReiterationParameters() As ArrayList
Remarks:
IndexParameters:
Return Value:
ArrayList
Reiteree
The Beta-Graph which will be Reiterated Category: Behavior
Public ReadOnly Property Reiteree() As ProtoGraph
Remarks:
IndexParameters:
Return Value:
ProtoGraph
RootSA
The Root Graph of this Construction Category: Behavior
Public ReadOnly Property RootSA() As SheetOfAssertion
Remarks:
IndexParameters:
Return Value:
SheetOfAssertion


frmReiterateBetaGraph Public Methods
ConvertToBeta
Creates Ligatures for the Graph just placed by the Reiteration
Public Sub ConvertToBeta(ByVal NewGraph As ProtoGraph)
Remarks:
Parameters:
ByVal NewGraph As ProtoGraph
Return Value:
Void
CopyLigaturePartToNew
Creates a New Ligature corresponding to the Part (which may be the Whole) of OriginalLigature in Reiteree
Public Function CopyLigaturePartToNew(ByVal OrigLig As Ligature) As Ligature
Remarks:
Parameters:
ByVal OrigLig As Ligature
Return Value:
Ligature
ExtendLigatureToCopiedGraph
Expands a Ligature belonging to Reiteree to include the Hooks in the New Graph corresponding to those of the given Ligature in Reiteree
Public Sub ExtendLigatureToCopiedGraph(ByVal ExtendedLig As Ligature)
Remarks:
Parameters:
ByVal ExtendedLig As Ligature
Return Value:
Void
GraphNestToArray
Sets a ProtoGraph Collection whose members are {G | Nest LTE G}
Public Shared Function GraphNestToArray(ByVal NestBase As ProtoGraph) As ProtoGraphCollection
Remarks:
Parameters:
ByVal NestBase As ProtoGraph
Return Value:
ProtoGraphCollection
LocationAsClientCoord
Gives the Location of this Form in its own Client Coordinates
Public Function LocationAsClientCoord() As Point
Remarks:
Parameters:
Return Value:
Point
LocationAsScreenCoord
Gives the Location of this Form in Screen Coordinates
Public Function LocationAsScreenCoord() As Point
Remarks:
Parameters:
Return Value:
Point


frmReiterateBetaGraph Public Events