* Default constructor.
* @throws ResourceException if the resources needed by this task could not be created.
*/
public AtopTranslationTask(ModelingProject project) throws ResourceException {
super(TRANSLATOR_NAME);
this.structure = new AtomicResourceStructure(this);
prismModelResource = new PrismModelResource();
project.addResource(prismModelResource);
prismPropertiesResource = new PrismPropertiesResource();
project.addResource(prismPropertiesResource);