edu.toronto.cs.smv
Class MainLift

java.lang.Object
  extended by edu.toronto.cs.smv.SMVModule
      extended by edu.toronto.cs.smv.MainLift
All Implemented Interfaces:
ModelCompiler

public class MainLift
extends SMVModule


Nested Class Summary
 class MainLift.Button
           
 class MainLift.Lift
           
 
Nested classes/interfaces inherited from class edu.toronto.cs.smv.SMVModule
SMVModule.AlgebraDefine, SMVModule.AlgebraVariable, SMVModule.BoolCaseStatement, SMVModule.CaseStatement, SMVModule.DeclaredVariables, SMVModule.DestructivePropertyFiller, SMVModule.IntDefine, SMVModule.IntVariable, SMVModule.SMVStatePresenter, SMVModule.Variable
 
Field Summary
 
Fields inherited from class edu.toronto.cs.smv.SMVModule
NEXT_SUFFIX, VAR_SEP
 
Constructor Summary
MainLift()
           
 
Method Summary
 MvSet computeCall(MainLift.Button[] buttons)
           
 MvSet computeInit()
           
 MvSet computeTrans()
           
 int getFloors()
           
static void main(java.lang.String[] args)
           
 void setFloors(int v)
           
 
Methods inherited from class edu.toronto.cs.smv.SMVModule
compile, declareAlgebraDefine, declareAlgebraVariable, declareIntDefine, declareIntVariable, getAlgebra, getMvSetFactory, getMvSetFactoryClass, getName, getNumDDVars, intConstant, next, next, setAlgebra, setMvSetFactoryClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainLift

public MainLift()
Method Detail

getFloors

public int getFloors()

setFloors

public void setFloors(int v)

computeTrans

public MvSet computeTrans()
Specified by:
computeTrans in class SMVModule

computeInit

public MvSet computeInit()
Specified by:
computeInit in class SMVModule

computeCall

public MvSet computeCall(MainLift.Button[] buttons)

main

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