OntoDL Syntax: InternalReference: Unterschied zwischen den Versionen

Aus CTS2-LE
Zur Navigation springen Zur Suche springen
(Syntax)
(Syntax)
 
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
== Syntax ==
+
 
 
== Syntax ==
 
== Syntax ==
 
<hr><font face="courier">
 
<hr><font face="courier">
Zeile 12: Zeile 12:
 
|  
 
|  
 
| style="text-align:right" | &#124;  
 
| style="text-align:right" | &#124;  
| ''ObjectReference''? ( '''.''' ''PropertyName'' )+ ''PropertyQualifer''*
+
| ''ObjectReference''? ''PropertyReference''+ ''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>
 
| <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>
Zeile 27: Zeile 27:
 
|  
 
|  
 
| <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''.
 
| <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"
 +
| ''PropertyReference''
 +
| :=
 +
| '''.''' ''PropertyName''
 +
|
 +
|
 
|- style="vertical-align:top"
 
|- style="vertical-align:top"
 
| ''PropertyQualifier''  
 
| ''PropertyQualifier''  

Aktuelle Version vom 8. September 2016, 00:56 Uhr

Syntax


InternalReference := ObjectReference  
| ObjectReference? PropertyReference+ 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.
PropertyReference := . PropertyName
PropertyQualifier := [ PropertyName = InternalReference ]