프로퍼티 | 타입 | 설명 | |
---|---|---|---|
FillIntervals | void |
메소드 | 설명 | |
---|---|---|
CongenericIntervalsManager ( CongenericChain chain ) : System |
Initializes a new instance of the CongenericIntervalsManager class.
|
|
CongenericIntervalsManager ( int intervals, int start, int end ) : System |
Initializes a new instance of the CongenericIntervalsManager class.
|
|
GetIntervals ( Link link ) : int[] |
Method, returning intervals array by link.
|
메소드 | 설명 | |
---|---|---|
FillIntervals ( int positions, int sequenceLength ) : void |
The fill intervals.
|
public CongenericIntervalsManager ( CongenericChain chain ) : System | ||
chain | CongenericChain | /// The chain. /// |
리턴 | System |
public CongenericIntervalsManager ( int intervals, int start, int end ) : System | ||
intervals | int | /// The intervals. /// |
start | int | /// The start. /// |
end | int | /// The end. /// |
리턴 | System |
public GetIntervals ( Link link ) : int[] | ||
link | Link | /// Link of intervals in chain. /// |
리턴 | int[] |