Class PrefixVariable

All Implemented Interfaces:
IVariable<PrefixVariable>, INodeWithNumber

public class PrefixVariable extends AbstractVariable<PrefixVariable>
  • Field Details

  • Constructor Details

    • PrefixVariable

      public PrefixVariable()
  • Method Details

    • copyState

      public void copyState(PrefixVariable v)
      Description copied from interface: IVariable
      Set this variable to have the same state as another one
    • intersect

      public static String intersect(String one, String two)
    • getPrefix

      public String getPrefix(int instance)
    • updateAll

      public boolean updateAll(PrefixVariable other)
    • include

      public boolean include(Integer i)
    • update

      public boolean update(Integer instance, String prefix)
    • toString

      public String toString()
      Overrides:
      toString in class Object