Property | Type | Description | |
---|---|---|---|
EMPTY | |||
FULL |
Method | Description | |
---|---|---|
AllenDomain ( ) : System |
Initializes a new instance of the AllenDomain class.
|
|
AllenDomain ( int st, int lt ) : System |
AllenDomain Constructor with a starting time and latest time only The duration and step here are assumed 1
|
|
AllenDomain ( int st, int lt, int duration ) : System |
Initializes a new instance of the AllenDomain class.
|
|
AllenDomain ( int st, int lt, int duration, int step ) : System |
AllenDomain Constructor with a starting time, latest time, duration and a step
|
|
CONTAINS ( int elem ) : bool |
CONTAINSs the specified elem.
|
|
Cap ( Domain d ) : Domain |
Caps the specified d.
|
|
CapInterval ( int lo, int hi ) : |
Caps the interval.
|
|
Clone ( ) : Object |
Clones this instance.
|
|
Contains ( Object o ) : bool |
Determines whether [contains] [the specified o].
|
|
Cup ( Domain d ) : Domain |
Cups the specified d.
|
|
Delete ( int elem ) : |
Deletes the specified elem.
|
|
Delete ( int lo, int hi ) : |
Deletes the specified lo.
|
|
Delete ( Object o ) : Domain |
Deletes the specified o.
|
|
Difference ( Domain d ) : Domain |
Differences the specified d.
|
|
Element ( ) : Object |
Elements this instance.
|
|
Elements ( ) : IEnumerator |
Elementses this instance.
|
|
Equals ( Domain d0 ) : bool |
Equalses the specified d0.
|
|
IndexOf ( Object o ) : int |
Indexes the of.
|
|
Insert ( Object o ) : Domain |
Inserts the specified o.
|
|
Max ( ) : int |
Maxes this instance.
|
|
Min ( ) : int |
Mins this instance.
|
|
Remove ( Object o ) : void |
Removes the specified o.
|
|
Remove ( int elem ) : void |
Removes the specified elem.
|
|
ToString ( ) : String |
Returns a System.String that represents this instance.
|
|
Value ( ) : int |
Values this instance.
|
Method | Description | |
---|---|---|
IndexOf ( int elem ) : int |
Indexes the of.
|
|
ToString ( int x ) : String |
Returns a System.String that represents this instance.
|
|
UpdateMinMax ( ) : void |
Updates the min max.
|
|
UpdateSize ( ) : void |
Updates the size.
|
public AllenDomain ( int st, int lt ) : System | ||
st | int | starting time |
lt | int | latest time |
return | System |
public AllenDomain ( int st, int lt, int duration ) : System | ||
st | int | The st. |
lt | int | The lt. |
duration | int | The duration. |
return | System |
public AllenDomain ( int st, int lt, int duration, int step ) : System | ||
st | int | starting time |
lt | int | latest time |
duration | int | duration |
step | int | step |
return | System |
public CapInterval ( int lo, int hi ) : |
||
lo | int | The lo. |
hi | int | The hi. |
return |
public Delete ( int elem ) : |
||
elem | int | The elem. |
return |
public Delete ( int lo, int hi ) : |
||
lo | int | The lo. |
hi | int | The hi. |
return |
public static AllenDomain,Cream.AllenTemporal EMPTY | ||
return |