Package com.cobber.fta.examples
Class Validation
- java.lang.Object
-
- com.cobber.fta.examples.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)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.io.IOException, FTAException
- Throws:
java.io.IOException
FTAException
-
-