Interface MutableNumericID

All Superinterfaces:
NumericID
All Known Implementing Classes:
AbstractFastState, AbstractMutableNumericID, AbstractSymbol, FastDFAState, FastMealyState, FastMooreState, FastNFAState, FastProbMealyState, Symbol

public interface MutableNumericID extends NumericID
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setId(int id)
     

    Methods inherited from interface net.automatalib.common.util.nid.NumericID

    getId
  • Method Details

    • setId

      void setId(int id)