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

Method unparse

code/src/java/pcgen/rules/context/LoadContext.java:136–136  ·  view source on GitHub ↗

Unparses the given Object into a Collection of String objects, for each token that would be on the object. @param loadable The loadable object to be unparsed into the tokens used to persist the object @return A Collection of Strings representing the tokens that are part of the

(T loadable)

Source from the content-addressed store, hash-verified

134 * persistent format of the given Loadable
135 */
136 public <T extends Loadable> Collection<String> unparse(T loadable);
137
138 /*
139 * Output Messages

Callers 15

processBonusMethod · 0.95
processMethod · 0.95
testReplacementRemoveMethod · 0.65
testValidInputsMethod · 0.65
testUnparseNullMethod · 0.65
testUnparseNullMethod · 0.65
assertGoodChooseMethod · 0.65
runRoundRobinMethod · 0.65
validateUnparseMethod · 0.65

Implementers 2

LoadContextInstcode/src/java/pcgen/rules/context/Load
DerivedLoadContextcode/src/java/pcgen/rules/context/Load

Calls

no outgoing calls

Tested by 15

testReplacementRemoveMethod · 0.52
testValidInputsMethod · 0.52
testUnparseNullMethod · 0.52
testUnparseNullMethod · 0.52
assertGoodChooseMethod · 0.52
runRoundRobinMethod · 0.52
validateUnparseMethod · 0.52
validateUnparsedMethod · 0.52
assertBadUnparseMethod · 0.52