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

Method getMaximum

code/src/java/pcgen/system/ProgressContainer.java:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3public interface ProgressContainer
4{
5 int getMaximum();
6
7 int getProgress();
8

Callers 5

progressChangedMethod · 0.95
performAnalysisMethod · 0.65
progressChangedMethod · 0.65
doInBackgroundMethod · 0.65
progressChangedMethod · 0.65

Implementers 1

PCGenTaskcode/src/java/pcgen/system/PCGenTask.j

Calls

no outgoing calls

Tested by

no test coverage detected