Package oms3.dsl.cosu

Class Calibration

    • Constructor Detail

      • Calibration

        public Calibration()
    • Method Detail

      • setStrategy

        public void setStrategy​(String strategy)
      • setMatchColumn

        public void setMatchColumn​(boolean matchColumn)
      • setRange

        public void setRange​(String range)
      • setFile

        public void setFile​(String file)
      • setTable

        public void setTable​(String table)
      • setColumn

        public void setColumn​(String column)
      • getStrategy

        public String getStrategy()
      • getRange

        public String getRange()
      • getStrategyAsInt

        public int getStrategyAsInt()
      • getCalibrateFlags

        public boolean[] getCalibrateFlags​(int length)
      • getMatchColumn

        public boolean getMatchColumn()
      • getFile

        public String getFile()
      • getTable

        public String getTable()
      • getColumn

        public String getColumn()
      • create

        public Buildable create​(Object name,
                                Object value)
        Description copied from interface: Buildable
        Create a node.
        Specified by:
        create in interface Buildable
        Parameters:
        name - the node name
        value - the value
        Returns:
        a new Subnode