OntoDL Syntax: InternalReference: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „== Syntax == <hr><font face="courier"> {|border="0" | ''InternalReference'' | := | ''ObjectName'' |- | | style="text-align:right" | | | ''AttributeChain…“) |
(→Syntax) |
||
| Zeile 1: | Zeile 1: | ||
| + | == Syntax == | ||
== Syntax == | == Syntax == | ||
<hr><font face="courier"> | <hr><font face="courier"> | ||
| − | {|border="0" | + | {|border="0" |
| − | | ''InternalReference'' | + | |- style="vertical-align:top" |
| + | | style="width:10em" | ''InternalReference'' | ||
| + | | style="width:3em" | := | ||
| + | | style="width:34em" | ''ObjectReference'' | ||
| + | | style="width:4em" | | ||
| + | | <font face="arial" size="2"> </font> | ||
| + | |- style="vertical-align:top" | ||
| + | | | ||
| + | | style="text-align:right" | | | ||
| + | | ''ObjectReference''? ( '''.''' ''PropertyName'' )+ ''PropertyQualifer''* | ||
| + | | | ||
| + | | <font face="arial" size="2">if property qualifiers are given, the leading part of the internal reference must resolve to an object of type ''collection''. If no object reference is stated, it is consodered that the base object is ''me''.</font> | ||
| + | |- style="vertical-align:top" | ||
| + | | ''ObjectReference'' | ||
| + | | := | ||
| + | | ''ObjectName'' | ||
| + | | | ||
| + | | | ||
| + | |- style="vertical-align:top" | ||
| + | | | ||
| + | | style="text-align:right" | | | ||
| + | | '''me''' | ||
| + | | | ||
| + | | <font face="arial" size="2">''me'' refers to the object that controls the current definition scope. If ''me'' is used outside a definition scope, it refers to the system object ''OntoDL''. | ||
| + | |- style="vertical-align:top" | ||
| + | | ''PropertyQualifier'' | ||
| := | | := | ||
| − | | '' | + | | '''[''' ''PropertyName'' '''=''' ''InternalReference'' ''']''' |
| − | |||
| | | | ||
| − | |||
| − | |||
| − | |||
| | | | ||
| − | |||
| − | |||
|} | |} | ||
</font> | </font> | ||
<hr> | <hr> | ||
Version vom 8. September 2016, 00:52 Uhr
Syntax
Syntax
| InternalReference | := | ObjectReference | ||
| | | ObjectReference? ( . PropertyName )+ PropertyQualifer* | if property qualifiers are given, the leading part of the internal reference must resolve to an object of type collection. If no object reference is stated, it is consodered that the base object is me. | ||
| ObjectReference | := | ObjectName | ||
| | | me | me refers to the object that controls the current definition scope. If me is used outside a definition scope, it refers to the system object OntoDL. | ||
| PropertyQualifier | := | [ PropertyName = InternalReference ] |