edu.wis.jtlv.env.core.smv.schema
Class SMVDefineVarInfo

java.lang.Object
  extended by edu.wis.jtlv.env.core.smv.schema.SMVAbstractElementInfo
      extended by edu.wis.jtlv.env.core.smv.schema.SMVDefineVarInfo
All Implemented Interfaces:
java.lang.Cloneable

public class SMVDefineVarInfo
extends SMVAbstractElementInfo

As the first implementation, define will add a variable just as boolean, and the initial and transition relations will guaranty its correctness.

Author:
yaniv

Field Summary
 
Fields inherited from class edu.wis.jtlv.env.core.smv.schema.SMVAbstractElementInfo
name
 
Constructor Summary
SMVDefineVarInfo(java.lang.String a_name, SMVParsingInfo an_info)
           
 
Method Summary
 SMVAbstractElementInfo clone_element()
           
 void mk_defines(SMVModule instance_holder)
           
 void mk_fix_names()
           
 void mk_module_args(SMVModule instance_holder)
           
 void mk_modules_skel(SMVModule instance_holder)
           
 void mk_variables(SMVModule instance_holder)
           
 java.lang.String typeString()
           
 
Methods inherited from class edu.wis.jtlv.env.core.smv.schema.SMVAbstractElementInfo
get_holder, set_holder, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SMVDefineVarInfo

public SMVDefineVarInfo(java.lang.String a_name,
                        SMVParsingInfo an_info)
                 throws SMVParseException
Throws:
SMVParseException
Method Detail

clone_element

public SMVAbstractElementInfo clone_element()
                                     throws SMVParseException
Specified by:
clone_element in class SMVAbstractElementInfo
Throws:
SMVParseException

typeString

public java.lang.String typeString()
Specified by:
typeString in class SMVAbstractElementInfo

mk_fix_names

public void mk_fix_names()
                  throws SMVParseException
Specified by:
mk_fix_names in class SMVAbstractElementInfo
Throws:
SMVParseException

mk_modules_skel

public void mk_modules_skel(SMVModule instance_holder)
                     throws SMVParseException
Specified by:
mk_modules_skel in class SMVAbstractElementInfo
Throws:
SMVParseException

mk_defines

public void mk_defines(SMVModule instance_holder)
                throws SMVParseException
Specified by:
mk_defines in class SMVAbstractElementInfo
Throws:
SMVParseException

mk_variables

public void mk_variables(SMVModule instance_holder)
                  throws SMVParseException
Specified by:
mk_variables in class SMVAbstractElementInfo
Throws:
SMVParseException

mk_module_args

public void mk_module_args(SMVModule instance_holder)
                    throws SMVParseException
Specified by:
mk_module_args in class SMVAbstractElementInfo
Throws:
SMVParseException