Rule BatchRule

May convert multiple properties keeping them in the same terminology as in XML. Incompatible with AnnoCultor 1.3.

Constructor autoPropNames

Wrap-up rule, calls the rule with different source paths, destination properties are generated from the source paths.

Sample use:

<ac:eu.annocultor.rules.BatchRule-autoPropNames>
  <ac:rule rdf:datatype="ac:Rule"> rule being called, typically created with a <code>template</code> constructor </ac:rule>
  <ac:dstNamespace rdf:datatype="ac:Namespace"></ac:dstNamespace>
  <ac:srcPath rdf:datatype="ac:Path"></ac:srcPath>
</ac:eu.annocultor.rules.BatchRule-autoPropNames>

Constructor setPropNames

Wrap-up rule, calls the rule with different source paths, destination properties are set explicitly.

Sample use:

<ac:eu.annocultor.rules.BatchRule-setPropNames>
  <ac:rule rdf:datatype="ac:Rule">  </ac:rule>
  <ac:map rdf:datatype="ac:Map"></ac:map>
</ac:eu.annocultor.rules.BatchRule-setPropNames>