C# Class Cream.AllenTemporal.AllenDomain

Inheritance: Domain
Afficher le fichier Open project: kikoanis/CSharpCream Class Usage Examples

Méthodes publiques

Свойство Type Description
EMPTY AllenDomain
FULL AllenDomain

Méthodes publiques

Méthode 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 ) : AllenDomain

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 ) : AllenDomain

Deletes the specified elem.

Delete ( int lo, int hi ) : AllenDomain

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.

Private Methods

Méthode 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.

Method Details

AllenDomain() public méthode

Initializes a new instance of the AllenDomain class.
public AllenDomain ( ) : System
Résultat System

AllenDomain() public méthode

AllenDomain Constructor with a starting time and latest time only The duration and step here are assumed 1
public AllenDomain ( int st, int lt ) : System
st int starting time
lt int latest time
Résultat System

AllenDomain() public méthode

Initializes a new instance of the AllenDomain class.
public AllenDomain ( int st, int lt, int duration ) : System
st int The st.
lt int The lt.
duration int The duration.
Résultat System

AllenDomain() public méthode

AllenDomain Constructor with a starting time, latest time, duration and a step
Maximum time must be greater than or equal minimum time!!!
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
Résultat System

CONTAINS() public méthode

CONTAINSs the specified elem.
public CONTAINS ( int elem ) : bool
elem int The elem.
Résultat bool

Cap() public méthode

Caps the specified d.
public Cap ( Domain d ) : Domain
d Domain The d.
Résultat Domain

CapInterval() public méthode

Caps the interval.
public CapInterval ( int lo, int hi ) : AllenDomain
lo int The lo.
hi int The hi.
Résultat AllenDomain

Clone() public méthode

Clones this instance.
public Clone ( ) : Object
Résultat Object

Contains() public méthode

Determines whether [contains] [the specified o].
public Contains ( Object o ) : bool
o Object The o.
Résultat bool

Cup() public méthode

Cups the specified d.
NotImplementedException.
public Cup ( Domain d ) : Domain
d Domain The d.
Résultat Domain

Delete() public méthode

Deletes the specified elem.
public Delete ( int elem ) : AllenDomain
elem int The elem.
Résultat AllenDomain

Delete() public méthode

Deletes the specified lo.
public Delete ( int lo, int hi ) : AllenDomain
lo int The lo.
hi int The hi.
Résultat AllenDomain

Delete() public méthode

Deletes the specified o.
public Delete ( Object o ) : Domain
o Object The o.
Résultat Domain

Difference() public méthode

Differences the specified d.
NotImplementedException.
public Difference ( Domain d ) : Domain
d Domain The d.
Résultat Domain

Element() public méthode

Elements this instance.
public Element ( ) : Object
Résultat Object

Elements() public méthode

Elementses this instance.
public Elements ( ) : IEnumerator
Résultat IEnumerator

Equals() public méthode

Equalses the specified d0.
public Equals ( Domain d0 ) : bool
d0 Domain The d0.
Résultat bool

IndexOf() public méthode

Indexes the of.
public IndexOf ( Object o ) : int
o Object The o.
Résultat int

Insert() public méthode

Inserts the specified o.
NotImplementedException.
public Insert ( Object o ) : Domain
o Object The o.
Résultat Domain

Max() public méthode

Maxes this instance.
is out of range.
public Max ( ) : int
Résultat int

Min() public méthode

Mins this instance.
is out of range.
public Min ( ) : int
Résultat int

Remove() public méthode

Removes the specified o.
public Remove ( Object o ) : void
o Object The o.
Résultat void

Remove() public méthode

Removes the specified elem.
public Remove ( int elem ) : void
elem int The elem.
Résultat void

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : String
Résultat String

Value() public méthode

Values this instance.
is out of range.
public Value ( ) : int
Résultat int

Property Details

EMPTY public_oe static_oe property

public static AllenDomain,Cream.AllenTemporal EMPTY
Résultat AllenDomain

FULL public_oe static_oe property

public static AllenDomain,Cream.AllenTemporal FULL
Résultat AllenDomain