|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.core.pmml.PMMLUtils
public class PMMLUtils
Utility routines.
| Constructor Summary | |
|---|---|
PMMLUtils()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
pad(java.lang.String source,
java.lang.String padChar,
int length,
boolean leftPad)
Utility method to left or right pad strings with arbitrary characters. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PMMLUtils()
| Method Detail |
|---|
public static java.lang.String pad(java.lang.String source,
java.lang.String padChar,
int length,
boolean leftPad)
source - the source stringpadChar - the character to pad withlength - the length of the resulting stringleftPad - pad to the left instead of the right
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||