edu.wis.jtlv.env.core.smv.schema
Class SMVDefineVarInfo
java.lang.Object
edu.wis.jtlv.env.core.smv.schema.SMVAbstractElementInfo
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SMVDefineVarInfo
public SMVDefineVarInfo(java.lang.String a_name,
SMVParsingInfo an_info)
throws SMVParseException
- Throws:
SMVParseException
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