|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcometa.combine.CombinationEngine
public class CombinationEngine
This class combines the available metadata and writes its output to an XML file called "procedure description".
Constructor Summary | |
---|---|
CombinationEngine(MetadataDB metadataDB)
It creates a new instance of |
Method Summary | |
---|---|
void |
combineMetadata(Method method)
This method parses the information of the |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CombinationEngine(MetadataDB metadataDB)
CombinationEngine.
metadataDB
- A reference to the module that allows to communicate to the metadata database.Method Detail |
---|
public void combineMetadata(Method method)
combinationProceduretag in the method's metadata file and executes the corresponding actions. Tipically, the
combinationProcedurecontains a reference to a Java class that implements the logic of the method.
method
- The method according to which the metadata has to be combined.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |