|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectooc.LinkedTagInstance
softparsmap.Compute
softparsmap.ComputeFamilyGroupPair
This program is used when computing a task on a pair of family groups. If used without any arguments, the usage will be printed. Usage:
Compute [property file] [task did] [first family group did] [second family group did]
Constructor Summary | |
ComputeFamilyGroupPair()
|
Method Summary | |
void |
afterCompute(FamilyGroup familyGroup)
This method is called after all families from the family group have been computed. |
void |
beforeCompute(FamilyGroup familyGroup)
This method is called before any family from the family group is computed. |
abstract void |
computeFamily(Family family,
FamilyGroup familyGroup,
boolean verbose)
Compute a family. |
void |
computeTask()
Is called by main method to run task. |
FamilyGroup |
getFamilyGroup1()
|
FamilyGroup |
getFamilyGroup2()
|
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 ComputeFamilyGroupPair()
Method Detail |
public FamilyGroup getFamilyGroup1()
public FamilyGroup getFamilyGroup2()
public void computeTask()
Compute
computeTask
in class Compute
public void beforeCompute(FamilyGroup familyGroup)
familyGroup
- is the family group to be run.public abstract void computeFamily(Family family, FamilyGroup familyGroup, boolean verbose) throws java.lang.Throwable
family
- is the family that will be computedfamilyGroup
- is the family group from which family comes.
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(FamilyGroup familyGroup)
familyGroup
- is the family group which was run.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |