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

Method getUnit

code/src/java/pcgen/core/UnitSet.java:190–204  ·  view source on GitHub ↗
(final String unitString)

Source from the content-addressed store, hash-verified

188 }
189
190 private String getUnit(final String unitString)
191 {
192 if ("ftin".equals(unitString))
193 {
194 return unitString;
195 }
196 else if (unitString.startsWith("~"))
197 {
198 return unitString.substring(1);
199 }
200 else
201 {
202 return ' ' + unitString;
203 }
204 }
205
206 /**
207 * Convert distance in feet to distance in units.

Callers 3

getDistanceUnitMethod · 0.95
getHeightUnitMethod · 0.95
getWeightUnitMethod · 0.95

Calls 1

equalsMethod · 0.65

Tested by

no test coverage detected