Initializing help system before first use

XPRMTyped

    • Field Summary

      Modifier and Type Field and Description
      static int GRP_DYN 
      static int GRP_GEN 
      static int MSK_FIN 
      static int MSK_GRP 
      static int MSK_STR 
      static int MSK_TYP 
      static int STR_ARRAY
      Structure code for array.
      static int STR_CONST
      Structure code for constant.
      static int STR_LIST
      Structure code for list.
      static int STR_MEM
      Structure code for memory block.
      static int STR_NTYP
      Structure code for module type.
      static int STR_PROB
      Structure code for problem type.
      static int STR_PROC
      Structure code for procedure/function.
      static int STR_REC
      Structure code for record type.
      static int STR_REF
      Structure code for reference.
      static int STR_SET
      Structure code for set.
      static int STR_UTYP
      Structure code for user type.
      static int TYP_BOOL
      Type code for Boolean.
      static int TYP_EXTN
      Type code for external type.
      static int TYP_INT
      Type code for integer.
      static int TYP_LINCTR
      Type code for linear constraint.
      static int TYP_MPVAR
      Type code for decision variable.
      static int TYP_NOT
      Type code for untyped.
      static int TYP_REAL
      Type code for real.
      static int TYP_STRING
      Type code for string.
    • Method Summary

      Modifier and Type Method and Description
      int getStructCode()
      Structure code.
      java.lang.String getStructName()
      String representation of structure.
      int getTypeCode()
      Type code.
      java.lang.String getTypeName()
      String representation of type.