forked from External/mage
parent
1a3d5923de
commit
7233061ae3
133 changed files with 590 additions and 676 deletions
|
|
@ -18,4 +18,12 @@ public interface DynamicValue extends Serializable, Copyable<DynamicValue> {
|
|||
DynamicValue copy();
|
||||
|
||||
String getMessage();
|
||||
|
||||
/**
|
||||
*
|
||||
* @return A positive value if the result of calculate() is usually positive, and a negative value if it is usually negative.
|
||||
*/
|
||||
default int getSign() {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue