Package qmwi.kseg.som.diagram
Class ClassesObject
java.lang.Object
qmwi.kseg.som.diagram.ClassesObject
public class ClassesObject extends Object
Insert the type's description here. Creation date: (10.12.2001 18:46:17)
-
Constructor Summary
Constructors Constructor Description ClassesObject(int count)Insert the method's description here. -
Method Summary
Modifier and Type Method Description StringgetAttribut(int i)Insert the method's description here.String[]getAttributs()Insert the method's description here.intgetCountAttributs()Insert the method's description here.double[]getInputVector()Insert the method's description here.doublegetInputVectorValue(int inputVectorIndex)Insert the method's description here.doublegetSkalar()Insert the method's description here.voidsetAttribut(int i, String a)Insert the method's description here.voidsetAttributs(String[] a)Insert the method's description here.voidsetInputVector(double[] iv)Insert the method's description here.voidsetSkalar(ClassesAll ca)Insert the method's description here.
-
Constructor Details
-
ClassesObject
public ClassesObject(int count)Insert the method's description here. Creation date: (10.12.2001 18:54:25)- Parameters:
count- int
-
-
Method Details
-
getAttribut
Insert the method's description here. Creation date: (13.12.2001 16:20:46)- Parameters:
i- int- Returns:
- java.lang.String
-
getAttributs
Insert the method's description here. Creation date: (10.12.2001 18:50:28)- Returns:
- java.lang.String[]
-
getCountAttributs
public int getCountAttributs()Insert the method's description here. Creation date: (13.12.2001 16:22:53)- Parameters:
size- int
-
getInputVector
public double[] getInputVector()Insert the method's description here. Creation date: (10.12.2001 18:52:10)- Parameters:
attribs- java.lang.String[]
-
getInputVectorValue
public double getInputVectorValue(int inputVectorIndex)Insert the method's description here. Creation date: (10.12.2001 18:52:10)- Parameters:
attribs- java.lang.String[]
-
getSkalar
public double getSkalar()Insert the method's description here. Creation date: (10.12.2001 18:52:10)- Parameters:
attribs- java.lang.String[]
-
setAttribut
Insert the method's description here. Creation date: (13.12.2001 16:21:37)- Parameters:
i- intstringTemp- java.lang.String
-
setAttributs
Insert the method's description here. Creation date: (10.12.2001 18:52:10)- Parameters:
attribs- java.lang.String[]
-
setInputVector
public void setInputVector(double[] iv)Insert the method's description here. Creation date: (10.12.2001 18:52:10)- Parameters:
attribs- java.lang.String[]
-
setSkalar
Insert the method's description here. Creation date: (10.12.2001 18:52:10)- Parameters:
attribs- java.lang.String[]
-