Package qmwi.kseg.som.diagram
Class AttributsAll
java.lang.Object
qmwi.kseg.som.diagram.AttributsAll
public class AttributsAll extends Object
Insert the type's description here. Creation date: (16.12.2001 18:09:24)
-
Field Summary
Fields Modifier and Type Field Description Vector
attributsValues
Vector
valuesSortIndex
-
Constructor Summary
Constructors Constructor Description AttributsAll()
AllAttributs constructor comment.AttributsAll(ClassesAll cAll)
AllAttributs constructor comment. -
Method Summary
Modifier and Type Method Description int
addAttributsValue(int attributIndex, String value)
Insert the method's description here.void
addClass(AttributsClass c)
Insert the method's description here.void
addValues(ClassesAll cAll)
Insert the method's description here.AttributsAttribut
getAttribut(int classIndex, int attributeIndex)
Insert the method's description here.String
getAttributsValue(int attributIndex, int valueIndex)
Insert the method's description here.Vector
getAttributsValues(int attributIndex)
Insert the method's description here.double
getAttributValueCount(int classIndex, int attributIndex, int valueIndex)
Insert the method's description here.AttributsClass
getClass(int classIndex)
Insert the method's description here.int
getCountAttributs()
Insert the method's description here.int
getCountAttributs(int classIndex)
Insert the method's description here.int
getCountAttributValues(int attributeIndex)
Insert the method's description here.int
getCountClasses()
Insert the method's description here.int
getSortValuesIndex(int attributIndex, int valueIndex)
Insert the method's description here.int
getValuesIndex(int attributsIndex, String str)
Insert the method's description here.void
sortValues()
Insert the method's description here.
-
Field Details
-
attributsValues
-
valuesSortIndex
-
-
Constructor Details
-
AttributsAll
public AttributsAll()AllAttributs constructor comment. -
AttributsAll
AllAttributs constructor comment.
-
-
Method Details
-
addAttributsValue
Insert the method's description here. Creation date: (18.12.2001 23:01:53)- Parameters:
classIndex
- intattributIndex
- intvalueIndex
- int- Returns:
- java.lang.String
-
addClass
Insert the method's description here. Creation date: (16.12.2001 18:12:31)- Parameters:
attribut
- qmwi.kseq.som.processing.OneAttribut
-
addValues
Insert the method's description here. Creation date: (18.12.2001 00:21:01)- Parameters:
cAll
- qmwi.kseg.som.processing.ClassesAll
-
getAttribut
Insert the method's description here. Creation date: (16.12.2001 18:11:07)- Returns:
- qmwi.kseq.som.processing.OneAttribut
-
getAttributsValue
Insert the method's description here. Creation date: (18.12.2001 23:01:53)- Parameters:
classIndex
- intattributIndex
- intvalueIndex
- int- Returns:
- java.lang.String
-
getAttributsValues
Insert the method's description here. Creation date: (18.12.2001 23:01:53)- Parameters:
classIndex
- intattributIndex
- intvalueIndex
- int- Returns:
- java.lang.String
-
getAttributValueCount
public double getAttributValueCount(int classIndex, int attributIndex, int valueIndex)Insert the method's description here. Creation date: (18.12.2001 23:01:53)- Parameters:
classIndex
- intattributIndex
- intvalueIndex
- int- Returns:
- java.lang.String
-
getClass
Insert the method's description here. Creation date: (17.12.2001 01:31:48)- Parameters:
attributesOneClassIndex
- int- Returns:
- qmwi.kseq.som.processing.AttributsOneClass
-
getCountAttributs
public int getCountAttributs()Insert the method's description here. Creation date: (17.12.2001 02:54:16)- Returns:
- int
-
getCountAttributs
public int getCountAttributs(int classIndex)Insert the method's description here. Creation date: (18.12.2001 21:19:44)- Parameters:
classIndex
- int
-
getCountAttributValues
public int getCountAttributValues(int attributeIndex)Insert the method's description here. Creation date: (18.12.2001 21:19:44)- Parameters:
classIndex
- int
-
getCountClasses
public int getCountClasses()Insert the method's description here. Creation date: (17.12.2001 02:54:16)- Returns:
- int
-
getSortValuesIndex
public int getSortValuesIndex(int attributIndex, int valueIndex)Insert the method's description here. Creation date: (18.12.2001 00:51:47)- Parameters:
str
- java.lang.String- Returns:
- int
-
getValuesIndex
Insert the method's description here. Creation date: (18.12.2001 00:51:47)- Parameters:
str
- java.lang.String- Returns:
- int
-
sortValues
public void sortValues()Insert the method's description here. Creation date: (18.12.2001 00:51:47)- Parameters:
str
- java.lang.String
-