|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectooc.LinkedTagInstance
softparsmap.Compute
softparsmap.ComputeFamilyGroup
softparsmap.ComputeFamilyNumbers
Will print the numbers of the family group. The numbers are printed in order.
Constructor Summary | |
ComputeFamilyNumbers()
|
Method Summary | |
void |
afterCompute(boolean verbose)
Prints the set with family numbers. |
void |
beforeCompute(boolean verbose)
Creating the set where all family numbers are stored. |
void |
computeFamily(Family family,
boolean verbose)
Store the family number in the set. |
Methods inherited from class softparsmap.ComputeFamilyGroup |
computeTask |
Methods inherited from class softparsmap.Compute |
getArg, getArgs, getInparalogous, getPrintFamilyInfo, getPropertyFile, getTargetFile, getTreeParser, initiateDataSource, main, numberArgs, setArgs, useProgressIndicator |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ComputeFamilyNumbers()
Method Detail |
public void beforeCompute(boolean verbose)
beforeCompute
in class ComputeFamilyGroup
verbose
- does nothing.public void computeFamily(Family family, boolean verbose) throws java.lang.Throwable
computeFamily
in class ComputeFamilyGroup
family
- is the family that will be computedverbose
- is true if extra information is printed
java.lang.Throwable
- because exceptions are logged for every family
but the task will continue on the rest of the family group.public void afterCompute(boolean verbose)
afterCompute
in class ComputeFamilyGroup
verbose
- does nothing
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |