weka.core.pmml
Class PMMLUtils

java.lang.Object
  extended by weka.core.pmml.PMMLUtils

public class PMMLUtils
extends Object

Utility routines.

Version:
$Revision: 8034 $
Author:
Mark Hall (mhall{[at]}pentaho{[dot]}com)

Constructor Summary
PMMLUtils()
           
 
Method Summary
static String pad(String source, 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

PMMLUtils

public PMMLUtils()
Method Detail

pad

public static String pad(String source,
                         String padChar,
                         int length,
                         boolean leftPad)
Utility method to left or right pad strings with arbitrary characters.

Parameters:
source - the source string
padChar - the character to pad with
length - the length of the resulting string
leftPad - pad to the left instead of the right
Returns:
a padded string


Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.