C# Класс Cream.AllenTemporal.AllenDomain

Наследование: Domain
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
EMPTY AllenDomain
FULL AllenDomain

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
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.

Описание методов

AllenDomain() публичный Метод

Initializes a new instance of the AllenDomain class.
public AllenDomain ( ) : System
Результат System

AllenDomain() публичный Метод

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
Результат System

AllenDomain() публичный Метод

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.
Результат System

AllenDomain() публичный Метод

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
Результат System

CONTAINS() публичный Метод

CONTAINSs the specified elem.
public CONTAINS ( int elem ) : bool
elem int The elem.
Результат bool

Cap() публичный Метод

Caps the specified d.
public Cap ( Domain d ) : Domain
d Domain The d.
Результат Domain

CapInterval() публичный Метод

Caps the interval.
public CapInterval ( int lo, int hi ) : AllenDomain
lo int The lo.
hi int The hi.
Результат AllenDomain

Clone() публичный Метод

Clones this instance.
public Clone ( ) : Object
Результат Object

Contains() публичный Метод

Determines whether [contains] [the specified o].
public Contains ( Object o ) : bool
o Object The o.
Результат bool

Cup() публичный Метод

Cups the specified d.
NotImplementedException.
public Cup ( Domain d ) : Domain
d Domain The d.
Результат Domain

Delete() публичный Метод

Deletes the specified elem.
public Delete ( int elem ) : AllenDomain
elem int The elem.
Результат AllenDomain

Delete() публичный Метод

Deletes the specified lo.
public Delete ( int lo, int hi ) : AllenDomain
lo int The lo.
hi int The hi.
Результат AllenDomain

Delete() публичный Метод

Deletes the specified o.
public Delete ( Object o ) : Domain
o Object The o.
Результат Domain

Difference() публичный Метод

Differences the specified d.
NotImplementedException.
public Difference ( Domain d ) : Domain
d Domain The d.
Результат Domain

Element() публичный Метод

Elements this instance.
public Element ( ) : Object
Результат Object

Elements() публичный Метод

Elementses this instance.
public Elements ( ) : IEnumerator
Результат IEnumerator

Equals() публичный Метод

Equalses the specified d0.
public Equals ( Domain d0 ) : bool
d0 Domain The d0.
Результат bool

IndexOf() публичный Метод

Indexes the of.
public IndexOf ( Object o ) : int
o Object The o.
Результат int

Insert() публичный Метод

Inserts the specified o.
NotImplementedException.
public Insert ( Object o ) : Domain
o Object The o.
Результат Domain

Max() публичный Метод

Maxes this instance.
is out of range.
public Max ( ) : int
Результат int

Min() публичный Метод

Mins this instance.
is out of range.
public Min ( ) : int
Результат int

Remove() публичный Метод

Removes the specified o.
public Remove ( Object o ) : void
o Object The o.
Результат void

Remove() публичный Метод

Removes the specified elem.
public Remove ( int elem ) : void
elem int The elem.
Результат void

ToString() публичный Метод

Returns a System.String that represents this instance.
public ToString ( ) : String
Результат String

Value() публичный Метод

Values this instance.
is out of range.
public Value ( ) : int
Результат int

Описание свойств

EMPTY публичное статическое свойство

public static AllenDomain,Cream.AllenTemporal EMPTY
Результат AllenDomain

FULL публичное статическое свойство

public static AllenDomain,Cream.AllenTemporal FULL
Результат AllenDomain