|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmodel.Methods
public class Methods
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 |
---|
public Methods()
Method Detail |
---|
public void addUdmObject(UDMObject addObject)
addObject
- public void setUdmObjects(UDMObject[] udmObjects)
public boolean isxDetUsed()
public void setxDetUsed(boolean xDetUsed)
xDetUsed
- public boolean isEntropyUsed()
public void setEntropyUsed(boolean entropyUsed)
entropyUsed
- public boolean isS3DetUsed()
public void setS3DetUsed(boolean s3DetUsed)
s3DetUsed
- public int getMethodNumber()
public void setMethodNumber(int methodNumber)
methodNumber
- public XDetObject getxDetObject()
public void setxDetObject(XDetObject xDetObject)
xDetObject
- public S3DetObject getS3DetObject()
public void setS3DetObject(S3DetObject s3DetObject)
s3DetObject
- public int getUdmNumber()
public double getxDetCutoff()
public void setxDetCutoff(double xDetCutoff)
xDetCutoff
- public double getEntropyCutoff()
public void setEntropyCutoff(double entropyCutoff)
entropyCutoff
- public double getS3DetCutoff()
public void setS3DetCutoff(double s3DetCutoff)
s3DetCutoff
- public UDMObject[] getUdmObjects()
public double[] getScoreCutoffs()
public double getCurrentXDetCutoff()
public void setCurrentXDetCutoff(double currentXDetCutoff)
currentXDetCutoff
- the currentXDetCutoff to setpublic double getCurrentEntropyCutoff()
public void setCurrentEntropyCutoff(double currentEntropyCutoff)
currentEntropyCutoff
- the currentEntropyCutoff to setpublic double getCurrentS3DetCutoff()
public void setCurrentS3DetCutoff(double currentS3DetCutoff)
currentS3DetCutoff
- the currentS3DetCutoff to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |