|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nist.microanalysis.EPQLibrary.CaveatBase
public class CaveatBase
Provides a standardized base set of static items for use in caveats - a mechanism for identifying an algorithms limitations.
Copyright: Pursuant to title 17 Section 105 of the United States Code this software is not subject to copyright protection and is in the public domain
Company: National Institute of Standards and Technology
| Field Summary | |
|---|---|
static java.lang.String |
Broken
|
static java.lang.String |
None
|
static java.lang.String |
NotImplemented
|
| Constructor Summary | |
|---|---|
CaveatBase()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
append(java.lang.String base,
java.lang.String str)
appendCaveat - Append a new caveat to a list of existing caveats. |
static java.lang.String |
format(java.lang.Object obj,
java.lang.String str)
formatCaveat - Format the caveat in such a way that the algorithm is identified along with the caveat. |
static boolean |
isBroken(java.lang.String str)
isBroken - Is this implementation broken? |
static boolean |
isNone(java.lang.String str)
isNone - Are there no caveats identified with this algorithm? |
static boolean |
isNotImplemented(java.lang.String str)
isNotImplemented - Is this algorithm not implemented? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String None
public static final java.lang.String Broken
public static final java.lang.String NotImplemented
| Constructor Detail |
|---|
public CaveatBase()
| Method Detail |
|---|
public static boolean isBroken(java.lang.String str)
str - String - The result from a call to a caveat method
public static boolean isNone(java.lang.String str)
str - String - The result from a call to a caveat method
public static boolean isNotImplemented(java.lang.String str)
str - String - The result from a call to a caveat method
public static java.lang.String append(java.lang.String base,
java.lang.String str)
base - Stringstr - String
public static java.lang.String format(java.lang.Object obj,
java.lang.String str)
obj - Objectstr - String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||