GeneralizedSampleSpaceLayout Member Details

GeneralizedSampleSpaceLayout Public Enumerations


GeneralizedSampleSpaceLayout Constructors
New
Layout for a Generalized Sample Space Instantiated AFTER Manual of Operations Data has been input to the GeneralizedSamplepace Control
Public Sub New(ByVal Parens As GeneralizedSampleSpace, ByVal ElementDiam As Int32)
Remarks:
Parameters:
ByVal Parens As GeneralizedSampleSpace
ByVal ElementDiam As Int32
New
Layout for a Generalized 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
New
The Plain-Vanilla Constructor
Public Sub New()
Remarks:
Parameters:


GeneralizedSampleSpaceLayout Public Properties
BaseSet
The Entire Set of Outcomes; this commonly involves more Orthogonal Sets than one, as determined by the Manual of Operations Category: Behavior
Public Property BaseSet() As OutcomeCollection
Remarks:
IndexParameters:
Return Value:
OutcomeCollection
ClosedOutcomeCollections
A Set of OutcomeCollection Objects corresponding to the Closed Outcome Sets of this GSS Category: Behavior
Public Property ClosedOutcomeCollections() As OutcomeCollectionCollection
Remarks:
IndexParameters:
Return Value:
OutcomeCollectionCollection
ClosedOutcomeSets
The Set of OutcomeSet Controls corresponding to the Closed Outcome Sets of this GSS Category: Behavior
Public Property ClosedOutcomeSets() As OutcomeSetCollection
Remarks:
IndexParameters:
Return Value:
OutcomeSetCollection
ManualOfOperations
The OutcomeCollectionCollection which defines the Manual of Operations Category: Behavior
Public Property ManualOfOperations() As OutcomeCollectionCollection
Remarks:
IndexParameters:
Return Value:
OutcomeCollectionCollection
OutcomeSets
Set of OutcomeSet Controls based on the Closed Outcome Sets of the input Base OutcomeCollection Category:
Public Property OutcomeSets() As OutcomeSetCollection
Remarks:
IndexParameters:
Return Value:
OutcomeSetCollection


GeneralizedSampleSpaceLayout Public Methods


GeneralizedSampleSpaceLayout Public Events