model
Class Methods

java.lang.Object
  extended by model.Methods

public class Methods
extends java.lang.Object

The object of that class is mainly used for passing information which methods are used for the application.


Constructor Summary
Methods()
           
 
Method Summary
 void addUdmObject(UDMObject addObject)
          Adds another UDM object to the UDM Object array.
 double getCurrentEntropyCutoff()
           
 double getCurrentS3DetCutoff()
           
 double getCurrentXDetCutoff()
           
 double getEntropyCutoff()
          Returns the entropy cutoff for the XDet method.
 int getMethodNumber()
          Returns the total number of the used methods.
 double getS3DetCutoff()
          Returns the average rank cutoff for the S3Det method.
 S3DetObject getS3DetObject()
          Returns the S3DetObject.
 double[] getScoreCutoffs()
          Returns the score cutoff double array.
 int getUdmNumber()
          Returns the number of user defined methods.
 UDMObject[] getUdmObjects()
          Returns all the UDM objects.
 double getxDetCutoff()
          Returns the correlation cutoff for the XDet method.
 XDetObject getxDetObject()
          Returns the XDetObject.
 boolean isEntropyUsed()
          Returns whether entropy method was used or not.
 boolean isS3DetUsed()
          Returns whether S3Det was used or not.
 boolean isxDetUsed()
          Returns whether xDet was used or not.
 void setCurrentEntropyCutoff(double currentEntropyCutoff)
           
 void setCurrentS3DetCutoff(double currentS3DetCutoff)
           
 void setCurrentXDetCutoff(double currentXDetCutoff)
           
 void setEntropyCutoff(double entropyCutoff)
          Sets the entropy cutoff for the XDet method.
 void setEntropyUsed(boolean entropyUsed)
          Sets the entropyUsed boolean.
 void setMethodNumber(int methodNumber)
          Sets the total number of the used methods.
 void setS3DetCutoff(double s3DetCutoff)
          Sets the average rank cutoff for the S3Det method.
 void setS3DetObject(S3DetObject s3DetObject)
          Sets the S3DetObject.
 void setS3DetUsed(boolean s3DetUsed)
          Sets the s3DetUsed boolean.
 void setUdmObjects(UDMObject[] udmObjects)
           
 void setxDetCutoff(double xDetCutoff)
          Sets the correlation cutoff for the XDet method.
 void setxDetObject(XDetObject xDetObject)
          Sets the XDetObject.
 void setxDetUsed(boolean xDetUsed)
          Sets the xDetUsed boolean.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Methods

public Methods()
Method Detail

addUdmObject

public void addUdmObject(UDMObject addObject)
Adds another UDM object to the UDM Object array.

Parameters:
addObject -

setUdmObjects

public void setUdmObjects(UDMObject[] udmObjects)

isxDetUsed

public boolean isxDetUsed()
Returns whether xDet was used or not.

Returns:
xDetUsed Boolean

setxDetUsed

public void setxDetUsed(boolean xDetUsed)
Sets the xDetUsed boolean.

Parameters:
xDetUsed -

isEntropyUsed

public boolean isEntropyUsed()
Returns whether entropy method was used or not.

Returns:
entropyUsed Boolean

setEntropyUsed

public void setEntropyUsed(boolean entropyUsed)
Sets the entropyUsed boolean.

Parameters:
entropyUsed -

isS3DetUsed

public boolean isS3DetUsed()
Returns whether S3Det was used or not.

Returns:
s3DetUsed Boolean

setS3DetUsed

public void setS3DetUsed(boolean s3DetUsed)
Sets the s3DetUsed boolean.

Parameters:
s3DetUsed -

getMethodNumber

public int getMethodNumber()
Returns the total number of the used methods.

Returns:
methodNumber Integer

setMethodNumber

public void setMethodNumber(int methodNumber)
Sets the total number of the used methods.

Parameters:
methodNumber -

getxDetObject

public XDetObject getxDetObject()
Returns the XDetObject.

Returns:
xDetObject XDetObject

setxDetObject

public void setxDetObject(XDetObject xDetObject)
Sets the XDetObject.

Parameters:
xDetObject -

getS3DetObject

public S3DetObject getS3DetObject()
Returns the S3DetObject.

Returns:
s3DetObject S3DetObject

setS3DetObject

public void setS3DetObject(S3DetObject s3DetObject)
Sets the S3DetObject.

Parameters:
s3DetObject -

getUdmNumber

public int getUdmNumber()
Returns the number of user defined methods.

Returns:
udmNumber

getxDetCutoff

public double getxDetCutoff()
Returns the correlation cutoff for the XDet method.

Returns:
xDetCutoff

setxDetCutoff

public void setxDetCutoff(double xDetCutoff)
Sets the correlation cutoff for the XDet method.

Parameters:
xDetCutoff -

getEntropyCutoff

public double getEntropyCutoff()
Returns the entropy cutoff for the XDet method.

Returns:
entropyCutoff

setEntropyCutoff

public void setEntropyCutoff(double entropyCutoff)
Sets the entropy cutoff for the XDet method.

Parameters:
entropyCutoff -

getS3DetCutoff

public double getS3DetCutoff()
Returns the average rank cutoff for the S3Det method.

Returns:
s3DetCutoff

setS3DetCutoff

public void setS3DetCutoff(double s3DetCutoff)
Sets the average rank cutoff for the S3Det method.

Parameters:
s3DetCutoff -

getUdmObjects

public UDMObject[] getUdmObjects()
Returns all the UDM objects.

Returns:
udmObjects

getScoreCutoffs

public double[] getScoreCutoffs()
Returns the score cutoff double array.

Returns:
scoreCutoff double[]

getCurrentXDetCutoff

public double getCurrentXDetCutoff()
Returns:
the currentXDetCutoff

setCurrentXDetCutoff

public void setCurrentXDetCutoff(double currentXDetCutoff)
Parameters:
currentXDetCutoff - the currentXDetCutoff to set

getCurrentEntropyCutoff

public double getCurrentEntropyCutoff()
Returns:
the currentEntropyCutoff

setCurrentEntropyCutoff

public void setCurrentEntropyCutoff(double currentEntropyCutoff)
Parameters:
currentEntropyCutoff - the currentEntropyCutoff to set

getCurrentS3DetCutoff

public double getCurrentS3DetCutoff()
Returns:
the currentS3DetCutoff

setCurrentS3DetCutoff

public void setCurrentS3DetCutoff(double currentS3DetCutoff)
Parameters:
currentS3DetCutoff - the currentS3DetCutoff to set