|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.common.instance.extension.metadata.MetadataWorker
public class MetadataWorker
Worker Class to generate metadatas from extensionpoints into Instances this class will first generate all Data-Generators and save them for use as long as instantiated. Every generator will then get the given instance and generate the data from it, then the data is put into the instance
Constructor Summary | |
---|---|
MetadataWorker()
constructor for the metadataworker, instantiates all possible metadata generators |
Method Summary | |
---|---|
void |
generate(Collection<MutableInstance> instances)
generates the data and puts it into a collection of instances |
void |
generate(MutableInstance instance)
generates the data and puts it into the instance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetadataWorker()
Method Detail |
---|
public void generate(MutableInstance instance)
instance
- the given instancepublic void generate(Collection<MutableInstance> instances)
instances
- the given instances
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |