Constructor and Description |
---|
MmuEntry(java.util.Collection<IntegerVariable> variables) |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getValue(IntegerVariable variable) |
java.util.Collection<IntegerVariable> |
getVariables() |
boolean |
isValid() |
boolean |
isValid(IntegerVariable variable) |
void |
setValid(boolean valid) |
void |
setValue(IntegerVariable variable,
java.math.BigInteger value) |
void |
setValue(IntegerVariable variable,
java.math.BigInteger value,
boolean valid) |
java.lang.String |
toString() |
public MmuEntry(java.util.Collection<IntegerVariable> variables)
public java.util.Collection<IntegerVariable> getVariables()
public boolean isValid()
public boolean isValid(IntegerVariable variable)
public java.math.BigInteger getValue(IntegerVariable variable)
public void setValue(IntegerVariable variable, java.math.BigInteger value, boolean valid)
public void setValue(IntegerVariable variable, java.math.BigInteger value)
public void setValid(boolean valid)
public java.lang.String toString()
toString
in class java.lang.Object