Package qmwi.kseg.som.diagram
Class AttributsClass
java.lang.Object
qmwi.kseg.som.diagram.AttributsClass
public class AttributsClass extends Object
Insert the type's description here. Creation date: (16.12.2001 22:19:34)
-
Field Summary
Fields Modifier and Type Field Description Vector<AttributsAttribut>
attributs
-
Constructor Summary
Constructors Constructor Description AttributsClass()
ClassAttributs constructor comment. -
Method Summary
Modifier and Type Method Description void
addAttribut(AttributsAttribut a)
Insert the method's description here.AttributsAttribut
getAttribut(int attributIndex)
Insert the method's description here.double
getAttributValueCount(int attributIndex, int valueIndex)
Insert the method's description here.int
getCountAttributs()
Insert the method's description here.void
setAttribut(int attributIndex, AttributsAttribut a)
Insert the method's description here.
-
Field Details
-
attributs
-
-
Constructor Details
-
AttributsClass
public AttributsClass()ClassAttributs constructor comment.
-
-
Method Details
-
addAttribut
Insert the method's description here. Creation date: (17.12.2001 01:35:04)- Parameters:
attributsOneAttribut
- qmwi.kseq.som.processing.AttributsOneAttribut
-
getAttribut
Insert the method's description here. Creation date: (17.12.2001 01:33:16)- Parameters:
attributsOneAttributIndex
- int- Returns:
- qmwi.kseq.som.processing.AttributsOneAttribut
-
getAttributValueCount
public double getAttributValueCount(int attributIndex, int valueIndex)Insert the method's description here. Creation date: (18.12.2001 20:31:32)- Parameters:
attributIndex
- intvalueIndex
- int
-
getCountAttributs
public int getCountAttributs()Insert the method's description here. Creation date: (17.12.2001 01:58:06)- Returns:
- int
-
setAttribut
Insert the method's description here. Creation date: (17.12.2001 01:35:04)- Parameters:
attributsOneAttribut
- qmwi.kseq.som.processing.AttributsOneAttribut
-