Class Validation


  • public abstract class Validation
    extends java.lang.Object
    Simple class to demonstrate how to validate input based on the use of Semantic Types. 1. Example based on an a-priori known Semantic Type 2. Example based on a Semantic Type from training 3. Example based on input that is not a Semantic Type - so only have a Regular Expression
    • Constructor Summary

      Constructors 
      Constructor Description
      Validation()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Validation

        public Validation()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException,
                                com.cobber.fta.core.FTAException
        Throws:
        java.io.IOException
        com.cobber.fta.core.FTAException