|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mapping | |
---|---|
data | |
halflife | |
userinterface.gui |
Uses of Mapping in data |
---|
Methods in data that return Mapping | |
---|---|
Mapping<java.lang.String,java.lang.Integer> |
Data.calculateNewMapping()
Calculates the Mapping corresponding to the ratio |
Mapping<java.lang.String,java.lang.Integer> |
Data.copyMap()
Copies the content of the Mapping object |
Mapping<java.lang.String,java.lang.Integer> |
Data.getMap()
Returns the map corresponding to the data |
Methods in data that return types with arguments of type Mapping | |
---|---|
java.util.ArrayList<Mapping<java.lang.String,java.lang.String>> |
Data.getAttributes()
Returns the attribute lists |
Methods in data with parameters of type Mapping | |
---|---|
void |
Data.setMap(Mapping<java.lang.String,java.lang.Integer> map)
Sets the mapping corresponding to the whole data and filtered values |
Method parameters in data with type arguments of type Mapping | |
---|---|
void |
Data.setAttributes(java.util.ArrayList<Mapping<java.lang.String,java.lang.String>> attributes)
Sets the attributes list for the data |
Constructors in data with parameters of type Mapping | |
---|---|
Data(double[][] totalRNA,
double[][] newRNA,
double[][] preRNA,
java.lang.String[] totalDescr,
java.lang.String[] newDescr,
java.lang.String[] preDescr,
Mapping<java.lang.String,java.lang.Integer> map)
Constructs a Data-Object based on already existing data |
Uses of Mapping in halflife |
---|
Methods in halflife that return Mapping | |
---|---|
Mapping<java.lang.String,java.lang.Integer> |
HalfLife.getNewMapping()
Returns the mapping corresponding to ratios/half lives |
Methods in halflife with parameters of type Mapping | |
---|---|
void |
HalfLife.setNewMap(Mapping<java.lang.String,java.lang.Integer> newMap)
Sets the mapping corresponding to the ratio values |
Uses of Mapping in userinterface.gui |
---|
Methods in userinterface.gui that return types with arguments of type Mapping | |
---|---|
java.util.ArrayList<Mapping<java.lang.String,java.lang.String>> |
Session.getAttributes()
Returns the list of all attributes |
java.util.ArrayList<Mapping<java.lang.String,java.lang.String>> |
GuiFilterData.getAttributesList()
Returns the list of attributes for the data |
Method parameters in userinterface.gui with type arguments of type Mapping | |
---|---|
void |
GuiFilterData.addAttributesList(java.util.ArrayList<Mapping<java.lang.String,java.lang.String>> list,
java.lang.String[] attrDescr)
Adds a list of attributes to the data, as well as the corresponding descriptors |
void |
Session.setAttributes(java.util.ArrayList<Mapping<java.lang.String,java.lang.String>> attributes)
Sets the list containing all the attributes of the data, each mapped to the spots |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |