Class NuSMVModule

java.lang.Object
cruise.umple.nusmv.NuSMVModule

public class NuSMVModule
extends java.lang.Object
  • Field Details

  • Constructor Details

  • Method Details

    • setIdentifier

      public boolean setIdentifier​(java.lang.String aIdentifier)
    • addParameter

      public boolean addParameter​(java.lang.String aParameter)
    • removeParameter

      public boolean removeParameter​(java.lang.String aParameter)
    • getIdentifier

      public java.lang.String getIdentifier()
    • getParameter

      public java.lang.String getParameter​(int index)
    • getParameters

      public java.lang.String[] getParameters()
    • numberOfParameters

      public int numberOfParameters()
    • hasParameters

      public boolean hasParameters()
    • indexOfParameter

      public int indexOfParameter​(java.lang.String aParameter)
    • getModuleBody

      public ModuleBody getModuleBody()
    • setModuleBody

      public boolean setModuleBody​(ModuleBody aNewModuleBody)
    • delete

      public void delete()
    • printArray

      public java.lang.String printArray​(java.util.List<java.lang.String> input)
      Please do not modify the following method. The following method comes from trait MyUtility. Trait MyUtility has been used in classes: 'NuSMVModule' 'CounterExampleTable' 'CounterExampleColumn' 'VariableSpecifier' this method prints elements of the input list in a comma-separated manner
    • buildColumnEntries

      public java.util.List<ColumnEntry> buildColumnEntries​(java.util.List<java.lang.String> stateValues)
      Please do not modify the following method. The following method comes from trait MyUtility. Trait MyUtility has been used in classes: 'NuSMVModule' 'CounterExampleTable' 'CounterExampleColumn' 'VariableSpecifier'
    • buildStateValuesFromColumnEntries

      public java.util.List<java.lang.String> buildStateValuesFromColumnEntries​(java.util.List<ColumnEntry> entries)
      Please do not modify the following method. The following method comes from trait MyUtility. Trait MyUtility has been used in classes: 'NuSMVModule' 'CounterExampleTable' 'CounterExampleColumn' 'VariableSpecifier'
    • _toString

      public java.lang.StringBuilder _toString​(java.lang.Integer numSpaces, java.lang.StringBuilder sb)
    • toString

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