MCPcopy Create free account
hub / github.com/SimHacker/micropolis / parse

Method parse

micropolis-java/src/micropolisj/engine/TileSpec.java:41–46  ·  view source on GitHub ↗
(int tileNumber, String tileName, String inStr, Properties tilesRc)

Source from the content-addressed store, hash-verified

39 }
40
41 public static TileSpec parse(int tileNumber, String tileName, String inStr, Properties tilesRc)
42 {
43 TileSpec ts = new TileSpec(tileNumber, tileName);
44 ts.load(inStr, tilesRc);
45 return ts;
46 }
47
48 public String getAttribute(String key)
49 {

Callers 8

readTilesMethod · 0.95
generateFromRecipeMethod · 0.95
startFunction · 0.80
StringToElementFunction · 0.80
readStringsMethod · 0.80
all.jsFile · 0.80
all_pretty.jsFile · 0.80
loadMetaCityMethod · 0.80

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected