org.knime.base.node.mine.sota.logic
Class FuzzyHierarchyFilterMetaInformation

java.lang.Object
  extended by org.knime.base.node.mine.sota.logic.FuzzyHierarchyFilterMetaInformation

public class FuzzyHierarchyFilterMetaInformation
extends Object

Author:
Kilian Thiel, University of Konstanz

Constructor Summary
FuzzyHierarchyFilterMetaInformation()
          Creates new instance of FuzzyHierarchyFilterMetaInformation.
 
Method Summary
 void addToSize(int i)
          Adds given value i to size.
 int getLevel()
           
 int getMaxAtIndex(int index)
          Returns the max value at given index.
 int getMinAtIndex(int index)
          Returns the min value at given index.
 int getSize()
           
 void setLevel(int level)
           
 void setMaxValueAtIndex(int max, int index)
          Sets given max value at given index.
 void setMinValueAtIndex(int min, int index)
          Sets given min value at given index.
 void setSize(int size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FuzzyHierarchyFilterMetaInformation

public FuzzyHierarchyFilterMetaInformation()
Creates new instance of FuzzyHierarchyFilterMetaInformation.

Method Detail

getLevel

public int getLevel()
Returns:
the level

setLevel

public void setLevel(int level)
Parameters:
level - the level to set

getSize

public int getSize()
Returns:
the size

setSize

public void setSize(int size)
Parameters:
size - the size to set

addToSize

public void addToSize(int i)
Adds given value i to size.

Parameters:
i - value to add to size

getMinAtIndex

public int getMinAtIndex(int index)
Returns the min value at given index.

Parameters:
index - index of min value to return
Returns:
the min value at given index

getMaxAtIndex

public int getMaxAtIndex(int index)
Returns the max value at given index.

Parameters:
index - index of max value to return
Returns:
the max value at given index

setMinValueAtIndex

public void setMinValueAtIndex(int min,
                               int index)
Sets given min value at given index.

Parameters:
min - value to set
index - index to set value at

setMaxValueAtIndex

public void setMaxValueAtIndex(int max,
                               int index)
Sets given max value at given index.

Parameters:
max - value to set
index - index to set value at


Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.