MCPcopy Create free account
hub / github.com/PCGen/pcgen / getFormulaString

Method getFormulaString

code/src/java/pcgen/core/MoveClone.java:103–106  ·  view source on GitHub ↗

Returns a String representation of the Function, so that it can be restored to LST. @return A String representation of the Function, so that it can be restored to LST

()

Source from the content-addressed store, hash-verified

101 * @return A String representation of the Function, so that it can be restored to LST
102 */
103 public String getFormulaString()
104 {
105 return formulaString;
106 }
107
108 /**
109 * Applies the conversion Function in this MoveClone to the given baseMove value.

Callers 2

containsExpectedMethod · 0.95
unparseMethod · 0.80

Calls

no outgoing calls

Tested by 1

containsExpectedMethod · 0.76