|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.rubecula.darwin.domain.helper.Census_
public abstract class Census_
Constructor Summary | |
---|---|
protected |
Census_()
|
Method Summary | |
---|---|
void |
census(Censusible censusible,
int depth,
java.lang.Object context)
Collect and process census information about the individual specified. |
protected static void |
doCensus(Census censuser,
Censusible censusible,
int depth,
java.lang.Object context)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.rubecula.darwin.domain.helper.Census |
---|
present |
Constructor Detail |
---|
protected Census_()
Method Detail |
---|
protected static void doCensus(Census censuser, Censusible censusible, int depth, java.lang.Object context)
censuser
- the implementer of Census
censusible
- depth
- context
- public void census(Censusible censusible, int depth, java.lang.Object context)
Census
census
in interface Census
censusible
- the object to be censused.depth
- the number of levels of depth which shall be censused
below this object.context
- an arbitrary object which defines the context in which this
census is happening.Census.census(com.rubecula.darwin.domain.helper.Censusible,
int, java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |