ClassicalSampleSpaceLayout Member Details

ClassicalSampleSpaceLayout Public Enumerations


ClassicalSampleSpaceLayout Constructors
New
The Plain-Vanilla Constructor
Public Sub New()
Remarks:
Parameters:
New
Layout for a Classical Sample-Space; OCSets must be derived from a Power-Set
Public Sub New(ByVal Base As OutcomeCollection, ByVal ElementDiam As Int32, ByVal Parens As GeneralizedSampleSpace)
Remarks:
Parameters:
ByVal Base As OutcomeCollection
ByVal ElementDiam As Int32
ByVal Parens As GeneralizedSampleSpace


ClassicalSampleSpaceLayout Public Properties
AllowLineDraw
Permits the drawing of Hasse-Diagram Lines from Covering to Covered ClosedOutcomeSets Category: Appearance
Public Property AllowLineDraw() As Boolean
Remarks:
IndexParameters:
Return Value:
Boolean
BaseSet
The Orthogonal Set of Outcomes whose Power-Set is displayed here Category: Behavior
Public Property BaseSet() As OutcomeCollection
Remarks:
IndexParameters:
Return Value:
OutcomeCollection
CellHeight
Height in pixels of a Cell Category: Layout
Public Property CellHeight() As Int32
Remarks:
IndexParameters:
Return Value:
Int32
CellWidth
Width in pixels of a Cell Category: Layout
Public Property CellWidth() As Int32
Remarks:
IndexParameters:
Return Value:
Int32
OutcomeSets
Set of OutcomeSet Controls based on the PowerSet of the input Base OutcomeCollection Category:
Public Property OutcomeSets() As OutcomeSetCollection
Remarks:
IndexParameters:
Return Value:
OutcomeSetCollection
ParentSpace
The Containing Space Control, cast as a GeneralizedSampleSpace Control Category: Behavior
Public Property ParentSpace() As GeneralizedSampleSpace
Remarks:
IndexParameters:
Return Value:
GeneralizedSampleSpace
Rows
ElementCollections of the rows of Elements in this Layout Category: Layout
Public Property Rows() As OutcomeSetCollection[]
Remarks:
IndexParameters:
Return Value:
OutcomeSetCollection[]


ClassicalSampleSpaceLayout Public Methods
GetOutcomeSet
Returns the Index-th OutcomeSet Control of a given Row
Public Function GetOutcomeSet(ByVal InRow As Int32, ByVal Index As Int32) As OutcomeSet
Remarks:
Parameters:
ByVal InRow As Int32
ByVal Index As Int32
Return Value:
OutcomeSet
GetRow
Gets the Index-th Row, cast to OutcomeSetCollection
Public Function GetRow(ByVal Index As Object) As OutcomeSetCollection
Remarks:
Parameters:
ByVal Index As Object
Return Value:
OutcomeSetCollection


ClassicalSampleSpaceLayout Public Events