Class TransitionRelation

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

public class TransitionRelation
extends java.lang.Object
This class used to represent the Transition Relation of a FDS.
Author:
Wen-Chin Chan
  • Field Summary

    Fields 
    Modifier and Type Field Description
    (package private) LTL relation  
  • Constructor Summary

    Constructors 
    Constructor Description
    TransitionRelation​(SystemVariable sysVar)
    Constructor.
  • Method Summary

    Modifier and Type Method Description
    LTL getRelation()
    Returns the relation.
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getRelation

      public LTL getRelation()
      Returns the relation.
      Returns:
      the relation