OntoDL Style Sheet Directive: obligation

Aus CTS2-LE
Version vom 21. September 2016, 09:00 Uhr von Caumanns (Diskussion | Beiträge) (Syntax)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Syntax

ObligationDirective := #obligation PrePostQualifier? StyleName ExecutableCode  
| #obligation PrePostQualifier? StyleName de-registers all obligations for the given style and mode (pre/post)
PrePostQualifier := < Obligation is executed before a line of text with the given style is processed
| > Obligation is executed after a line of text with the given style is processed. This is the default behavior.
ExecutableCode := PackageName
| Text