diff --git a/doc/api/allclasses-frame.html b/doc/api/allclasses-frame.html index 4e8d4f663c..055007640c 100644 --- a/doc/api/allclasses-frame.html +++ b/doc/api/allclasses-frame.html @@ -142,6 +142,7 @@

All Classes

  • InformationLossDefaultWithBound
  • InformationLossWithBound
  • IO
  • +
  • IOUtil
  • KAnonymity
  • KMap
  • KMap.CellSizeEstimator
  • diff --git a/doc/api/allclasses-noframe.html b/doc/api/allclasses-noframe.html index 6cf217cd34..8847c2eefc 100644 --- a/doc/api/allclasses-noframe.html +++ b/doc/api/allclasses-noframe.html @@ -142,6 +142,7 @@

    All Classes

  • InformationLossDefaultWithBound
  • InformationLossWithBound
  • IO
  • +
  • IOUtil
  • KAnonymity
  • KMap
  • KMap.CellSizeEstimator
  • diff --git a/doc/api/index-files/index-19.html b/doc/api/index-files/index-19.html index 73cf751a53..e68de9d96f 100644 --- a/doc/api/index-files/index-19.html +++ b/doc/api/index-files/index-19.html @@ -286,6 +286,10 @@

    T

     
    train(DataHandleInternal, DataHandleInternal, int) - Method in class org.deidentifier.arx.aggregates.classification.MultiClassZeroR
     
    +
    trim(String) - Static method in class org.deidentifier.arx.io.IOUtil
    +
    +
    Trims a given string.
    +
    TupleMatcher - Class in org.deidentifier.arx.metric.v2
    A class that supports associating input with output
    diff --git a/doc/api/index-files/index-9.html b/doc/api/index-files/index-9.html index 565d93928e..23573d15f0 100644 --- a/doc/api/index-files/index-9.html +++ b/doc/api/index-files/index-9.html @@ -506,6 +506,12 @@

    I

     
    IO() - Constructor for class org.deidentifier.arx.metric.v2.IO
     
    +
    IOUtil - Class in org.deidentifier.arx.io
    +
    +
    Utility for I/O
    +
    +
    IOUtil() - Constructor for class org.deidentifier.arx.io.IOUtil
    +
     
    isAccurate() - Method in class org.deidentifier.arx.criteria.KMap
    Return true if the population has been modeled explicitly.
    diff --git a/doc/api/org/deidentifier/arx/AttributeType.MicroAggregationFunction.html b/doc/api/org/deidentifier/arx/AttributeType.MicroAggregationFunction.html index 7a61008e89..b9561a76f5 100644 --- a/doc/api/org/deidentifier/arx/AttributeType.MicroAggregationFunction.html +++ b/doc/api/org/deidentifier/arx/AttributeType.MicroAggregationFunction.html @@ -332,48 +332,48 @@

    createGeneralization

    Returns:
    - + - + - + - + + + + + @@ -449,7 +463,7 @@

    getRequiredScale

    - diff --git a/doc/api/org/deidentifier/arx/AttributeType.MicroAggregationFunctionDescription.html b/doc/api/org/deidentifier/arx/AttributeType.MicroAggregationFunctionDescription.html index 9b45ba48b5..2235ac56cc 100644 --- a/doc/api/org/deidentifier/arx/AttributeType.MicroAggregationFunctionDescription.html +++ b/doc/api/org/deidentifier/arx/AttributeType.MicroAggregationFunctionDescription.html @@ -161,6 +161,18 @@

    Methods inherited from class java.lang.Object

    Method Detail

    + + + + @@ -174,25 +186,13 @@

    getLabel

    - diff --git a/doc/api/org/deidentifier/arx/AttributeType.html b/doc/api/org/deidentifier/arx/AttributeType.html index 47c9da82c2..d228c469ea 100644 --- a/doc/api/org/deidentifier/arx/AttributeType.html +++ b/doc/api/org/deidentifier/arx/AttributeType.html @@ -283,6 +283,17 @@

    QUASI_IDENTIFYING_ATTRIBUTE

    Method Detail

    + + + + @@ -299,7 +310,7 @@

    clone

    - diff --git a/doc/api/org/deidentifier/arx/class-use/DataScale.html b/doc/api/org/deidentifier/arx/class-use/DataScale.html index 7a74887d87..26e3e9275b 100644 --- a/doc/api/org/deidentifier/arx/class-use/DataScale.html +++ b/doc/api/org/deidentifier/arx/class-use/DataScale.html @@ -103,14 +103,14 @@

    Uses of DataScale -AttributeType.MicroAggregationFunctionDescription.getRequiredScale()  - - -DataScale AttributeType.MicroAggregationFunction.getRequiredScale()
    Returns the required scale of measure
    + +DataScale +AttributeType.MicroAggregationFunctionDescription.getRequiredScale()  + DataScale DataType.DataTypeDescription.getScale()  diff --git a/doc/api/org/deidentifier/arx/io/IOUtil.html b/doc/api/org/deidentifier/arx/io/IOUtil.html new file mode 100644 index 0000000000..cb7406dd64 --- /dev/null +++ b/doc/api/org/deidentifier/arx/io/IOUtil.html @@ -0,0 +1,260 @@ + + + + +IOUtil (ARX API Documentation) + + + + + + +
    + + + + + +
    + + + +
    +
    org.deidentifier.arx.io
    +

    Class IOUtil

    +
    +
    + +
    +
      +
    • +
      +
      +
      public class IOUtil
      +extends java.lang.Object
      +
      Utility for I/O
      +
    • +
    +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Summary

        + + + + + + + + +
        Constructors 
        Constructor and Description
        IOUtil() 
        +
      • +
      + +
        +
      • + + +

        Method Summary

        + + + + + + + + + + +
        Methods 
        Modifier and TypeMethod and Description
        static java.lang.Stringtrim(java.lang.String input) +
        Trims a given string.
        +
        +
          +
        • + + +

          Methods inherited from class java.lang.Object

          +equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
        • +
        +
      • +
      +
    • +
    +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          IOUtil

          +
          public IOUtil()
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          trim

          +
          public static java.lang.String trim(java.lang.String input)
          +
          Trims a given string. Can handle null.
          +
          Parameters:
          input -
          +
          Returns:
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + +
    + + + + + +
    + + + + diff --git a/doc/api/org/deidentifier/arx/io/ImportConfigurationJDBC.html b/doc/api/org/deidentifier/arx/io/ImportConfigurationJDBC.html index f12848f0c6..971918192d 100644 --- a/doc/api/org/deidentifier/arx/io/ImportConfigurationJDBC.html +++ b/doc/api/org/deidentifier/arx/io/ImportConfigurationJDBC.html @@ -35,7 +35,7 @@