|
EGWorld Public Properties
|
HasAccessTo
|
|
:
Collection of EGWorlds To which the present Instance has Access |
Category: Behavior |
Public Property HasAccessTo() As EGWorldCollection
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
EGWorldCollection |
|
IsAccessedFrom
|
|
:
Collection of EGWorlds Accessing the present Instance |
Category: Behavior |
Public Property IsAccessedFrom() As EGWorldCollection
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
EGWorldCollection |
|
IsAntisymmetric
|
|
:
True iff Access for the present Instance is Antisymmetric, i.e., if world W is accessed by this instance and also accesses it, then this instance Is W |
Category: Behavior |
Public Property IsAntisymmetric() As Boolean
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Boolean |
|
IsReflexive
|
|
:
True iff Access for the present Instance is Reflexive |
Category: Behavior |
Public Property IsReflexive() As Boolean
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Boolean |
|
IsSymmetric
|
|
:
True iff Access for the present Instance is Symmetric, i.e., any World accessing this instance also is accessed by it |
Category: Behavior |
Public Property IsSymmetric() As Boolean
|
Remarks:
|
|
Need to figure how this interacts with other Properties programmatically |
IndexParameters:
|
|
|
Return Value:
|
|
Boolean |
|
IsTransitive
|
|
:
True iff Access for the present Instance is Transitive, i.e., any World accessing this instance also has access to all worlds which this instance accesses |
Category: Behavior |
Public Property IsTransitive() As Boolean
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
Boolean |
|
ParentUniverse
|
|
:
Reference to the EGUniverse which contains this EGWorld |
Category: Behavior |
Public Property ParentUniverse() As EGUniverse
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
EGUniverse |
|
World
|
|
:
The Root SheetOfAssertion for the Possible World represented by this EGWorld |
Category: Behavior |
Public Property World() As SheetOfAssertion
|
Remarks:
|
|
|
IndexParameters:
|
|
|
Return Value:
|
|
SheetOfAssertion |
|
|
|