frmDefineSampleSpace Members

frmDefineSampleSpace Overview


Constructors

New(GeneralizedSampleSpace) Instantiates this Form for a given GeneralizedSampleSpace
New() The Plain-Vanilla Constructor

Public Properties

BaseOCCollection The Set of Outcomes constituting the Sample-Space
ManualOfOperations The Set of Orthogonal Outcome Sets defining the structure of this Sample-Space
OrthSetStrings Collection of String representations of the Sets in the ManualOfOperations
SampleSpace The Sample-Space for which this Form is used to define the Space and Manual of Operations

Public Methods

IsAlphaLC Returns True iff a given character is lower-case Alpha
IsAlphaLCorIsWhitespace Returns True iff the Character at given position in a given string is either lower-case Alpha, or is a Whitespace character
IsLegitimateGSS Returns True iff s given Set of Outcomes and Manual of Operations constitute a Legitimate Generalized Sample Space
ParseManualOfOpsInput Returns a System.Collections.Specialized.StringCollection of the Orthogonal Sets for a given validated String Input of the Manual of Operations
ValidateManualOfOpsInput Returns True iff: (1) Only alpha LC and whitespace chars occur in input, AND (2) Each character in BaseOutcomeCollection's String occurs at least once AND (3) Manual does not include Outcomes not in Sample Space