OutcomeSet Member Details

OutcomeSet Public Enumerations


OutcomeSet Constructors
New
The Plain-Vanilla Constructor
Public Sub New()
Remarks:
Parameters:
New
Constructor specifying Mapped Outcome Collection, Index of this OutcomeSet in the GSS, Diameter of this Control, and the Parent Sample Space, and whether to add Me to Parent.Controls AT THIS TIME!
Public Sub New(ByVal MappedObj As OutcomeCollection, ByVal Diam As Int32, ByVal IndexInSpace As Int32, ByVal Parens As GeneralizedSampleSpace, Optional ByVal AddToParentControls As Boolean=True)
Remarks:
Parameters:
ByVal MappedObj As OutcomeCollection
ByVal Diam As Int32
ByVal IndexInSpace As Int32
ByVal Parens As GeneralizedSampleSpace
ByVal AddToParentControls As Boolean


OutcomeSet Public Properties
MappedOutcomeCollection
The OutcomeCollection whose members constitute this Set Category:
Public Property MappedOutcomeCollection() As OutcomeCollection
Remarks:
IndexParameters:
Return Value:
OutcomeCollection
ParentSpace
The GeneralizedSampleSpace Control which is the Parent of this OutcomeSet Category:
Public Property ParentSpace() As GeneralizedSampleSpace
Remarks:
IndexParameters:
Return Value:
GeneralizedSampleSpace


OutcomeSet Public Methods
PartiallyCompareTo
Partially Compares the current Element Instance with another Element; Return: < -1 means This instance is less than obj; = -1 Means This instance is NOT COMPARABLE TO obj; = 0 means This instance is equal to obj; > 0 means This instance is greater than obj
Public Overloads Function PartiallyCompareTo(ByVal OCSet As OutcomeSet) As Int32
Remarks:
Parameters:
ByVal OCSet As OutcomeSet
Return Value:
Int32
PartiallyCompareTo
Partially Compares the current instance - which must be an OutcomeSet - with another object of the same type; Return: < -1 means This instance is less than obj; = -1 Means This instance is NOT COMPARABLE TO obj; = 0 means This instance is equal to obj; > 0 means This instance is greater than obj
Public Overloads Overrides Function PartiallyCompareTo(ByVal OutcomeSetObject As Object) As Int32
Remarks:
Parameters:
ByVal OutcomeSetObject As Object
Return Value:
Int32
TestCompareFor
Tests and displays results for CompareTo and various Operators using it for OutcomeSets as arguments
Public Shared Sub TestCompareFor(ByVal SetSet As OutcomeSetCollection)
Remarks:
Parameters:
ByVal SetSet As OutcomeSetCollection
Return Value:
Void
ToString
Returns a String representation of this OutcomeSet
Public Overrides Function ToString() As String
Remarks:
Parameters:
Return Value:
String


OutcomeSet Public Events