|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.apps.Staker.domain.JobIterator
com.partnersoft.v3x.apps.Staker.domain.SummaryInfoGenerator
public class SummaryInfoGenerator
Calculates the summary info for a job. Fields and category behavior are defined in configuration/Shared.sgml. Update it if you change this class!
| Field Summary | |
|---|---|
static java.lang.String[] |
sedcFields
|
static java.lang.String[] |
summaryFields
|
| Constructor Summary | |
|---|---|
SummaryInfoGenerator(Job jobby)
Create a new SummaryInfoGenerator over the given job. |
|
| Method Summary | |
|---|---|
protected void |
forJob(Job job)
Called first. |
protected void |
forLocation(Job job,
Location location)
Called for each StakeNode. |
protected void |
forUnitAtLocation(Job job,
Location location,
UnitAtALocation unitAtLocation)
Called for each UnitAtALocation. |
protected void |
forUnitOnSpan(Job job,
Location location,
UnitOnASpan unitOnSpan)
Called for each UnitAtALocation. |
java.util.Map |
getFields()
|
protected void |
whenFinished(Job job)
|
| Methods inherited from class com.partnersoft.v3x.apps.Staker.domain.JobIterator |
|---|
forRedlineNode, forRedlineSticker, forRedlineText, start |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String[] summaryFields
public static final java.lang.String[] sedcFields
| Constructor Detail |
|---|
public SummaryInfoGenerator(Job jobby)
| Method Detail |
|---|
protected void forJob(Job job)
forJob in class JobIterator
protected void forLocation(Job job,
Location location)
forLocation in class JobIterator
protected void forUnitAtLocation(Job job,
Location location,
UnitAtALocation unitAtLocation)
JobIterator
forUnitAtLocation in class JobIterator
protected void forUnitOnSpan(Job job,
Location location,
UnitOnASpan unitOnSpan)
JobIterator
forUnitOnSpan in class JobIteratorprotected void whenFinished(Job job)
whenFinished in class JobIteratorpublic java.util.Map getFields()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||