CyDAS Home funded by Sponsor: DFG
ISCNAnalyser Documentation Resource Files Class Ring Chromosomes Documentation Section HowTo Section Online Analysis Section Download Section Resources Section About Section

Class Ring

The class Ring describes a ring chromosome of unknown origin.

Overview

Ring
New()
New(Description: String) 
CountMax: Integer
CountMin: Integer 
Metaphases: Integer
RingNumber: Integer
clone(): Object {Implements ICloneable.Clone} 
compareTo(obj: Object): Integer {Implements IComparable.CompareTo} 
toString(): String 

Programming Language

Availability

Constructors

Public Sub New()

Instantiates a new Ring object. Its properties must are set to default values (CountMin: 1, CountMax: 1, RingNumber: 1). They can be changed by accessing the respective properties.

Public Sub New(ByVal Description As String)

Instantiates a new Ring object.

Parameters

Exceptions

Remarks

Examples

Interfaces

IComparable

is implemented with the compareTo function.

ICloneable

is implemented with the clone function.

Enumerations

The class does not provide enumeration.

Properties

Properties can be changed at any time. No actions are taken to enforce useful values.

CountMax As Integer

Gets or sets a value indicating the maximum copy number of this ring chromosome.

Property Value

Remarks

CountMin As Integer

Gets or sets a value indicating the minimum copy number of this ring chromosome.

Property Value

Remarks

Public Property Metaphases() As Integer

Gets or sets the number of metaphases / cells the ring chromosome was found in.

Property Value

Remarks

RingNumber As Integer

Gets or sets the number of the ring chromosome when ring chromosomes are clonally distinguishable.

Property Value

Remarks

Methods

Public Function clone() As Object Implements ICloneable.Clone

Returns a copy of the Ring object.

Return Value

Implements

Remarks

Public Function compareTo(ByVal obj As Object) As Integer Implements IComparable.CompareTo

Compares this instance to a specified Ring object and returns an indication of their relative values. Only the numbering of the ring chromosome is compared.

Return Value

Parameters

Exceptions

Implements

Remarks

Public Shadows Function toString() As String

Returns a textual description of the Ring chromosome fulfilling the specification of ISCN 1995.

Return Value

Remarks

Interaction with other classes

Classes using Ring

Ring objects are collected in the Rings object.

Transient use of Ring objects occurs in the Karyotype object while the karyotype is analysed.