Class JDS2GBA

java.lang.Object
org.svvrl.goal.core.tran.tester.JDS2GBA

public class JDS2GBA
extends java.lang.Object
Author:
Wen-Chin Chan
  • Constructor Summary

    Constructors 
    Constructor Description
    JDS2GBA​(FDS jds)
    Constructor of this class.
  • Method Summary

    Modifier and Type Method Description
    FSA getGBA()
    Returns the equivalent NGBW of the input JDS.

    Methods inherited from class java.lang.Object

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

    • JDS2GBA

      public JDS2GBA​(FDS jds)
      Constructor of this class.
      Parameters:
      jds - an JDS
  • Method Details

    • getGBA

      public FSA getGBA()
      Returns the equivalent NGBW of the input JDS.
      Returns:
      the equivalent NGBW of the input JDS