basic
Class DefineTransformations

java.lang.Object
  extended by basic.DefineTransformations

public class DefineTransformations
extends java.lang.Object


Constructor Summary
DefineTransformations()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static Schema transforms1Tos4(Schema s1)
           
static Schema transforms1Tos4HDM(Schema s1)
           
static Schema transforms2Tos4(Schema s2)
           
static Schema transforms3Tos4(Schema s3)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefineTransformations

public DefineTransformations()
Method Detail

transforms1Tos4

public static Schema transforms1Tos4(Schema s1)
                              throws NotFoundException,
                                     TypeMismatchException,
                                     IntegrityException
Throws:
NotFoundException
TypeMismatchException
IntegrityException

transforms2Tos4

public static Schema transforms2Tos4(Schema s2)
                              throws NotFoundException,
                                     TypeMismatchException,
                                     IntegrityException
Throws:
NotFoundException
TypeMismatchException
IntegrityException

transforms3Tos4

public static Schema transforms3Tos4(Schema s3)
                              throws NotFoundException,
                                     TypeMismatchException,
                                     IntegrityException
Throws:
NotFoundException
TypeMismatchException
IntegrityException

transforms1Tos4HDM

public static Schema transforms1Tos4HDM(Schema s1)
                                 throws NotFoundException,
                                        TypeMismatchException,
                                        IntegrityException
Throws:
NotFoundException
TypeMismatchException
IntegrityException

main

public static void main(java.lang.String[] args)