Rule SequenceRule

Invokes several other rules in a sequence. Typical use is to chain several CreateResourcePropertyRules to create several constant triples.

Constructor single

The sequence of rules would be applied once per data object. This is useful when applying the rules to an attribute value, located in the beginning of XML path.

Sample use:

<ac:eu.annocultor.rules.SequenceRule-single>
  <ac:srcPath rdf:datatype="ac:Path"></ac:srcPath>
  <ac:rule rdf:datatype="ac:Rule"> rules to be invoked </ac:rule>
</ac:eu.annocultor.rules.SequenceRule-single>