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 VectorattributsValuesVectorvaluesSortIndex -
Constructor Summary
Constructors Constructor Description AttributsAll()AllAttributs constructor comment.AttributsAll(ClassesAll cAll)AllAttributs constructor comment. -
Method Summary
Modifier and Type Method Description intaddAttributsValue(int attributIndex, String value)Insert the method's description here.voidaddClass(AttributsClass c)Insert the method's description here.voidaddValues(ClassesAll cAll)Insert the method's description here.AttributsAttributgetAttribut(int classIndex, int attributeIndex)Insert the method's description here.StringgetAttributsValue(int attributIndex, int valueIndex)Insert the method's description here.VectorgetAttributsValues(int attributIndex)Insert the method's description here.doublegetAttributValueCount(int classIndex, int attributIndex, int valueIndex)Insert the method's description here.AttributsClassgetClass(int classIndex)Insert the method's description here.intgetCountAttributs()Insert the method's description here.intgetCountAttributs(int classIndex)Insert the method's description here.intgetCountAttributValues(int attributeIndex)Insert the method's description here.intgetCountClasses()Insert the method's description here.intgetSortValuesIndex(int attributIndex, int valueIndex)Insert the method's description here.intgetValuesIndex(int attributsIndex, String str)Insert the method's description here.voidsortValues()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
-