C# 클래스 Cream.AllenTemporal.AllenDomain

상속: Domain
파일 보기 프로젝트 열기: kikoanis/CSharpCream 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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