This is a static archive of the previous Open Grid Forum GridForge content management system saved from host forge.ogf.org file /sf/sfmain/do/go/artf6585?nav=1&selectedTab=attachments at Sun, 06 Nov 2022 14:38:44 GMT SourceForge : artf6585: nml:parameter

Project Home

Tracker

Documents

Tasks

Source Code

Discussions

File Releases

Wiki

Project Admin

NML-WG Homepage
Search Tracker
Project: NML-WG     Trackers > Schema Progress > View Artifact
Artifact artf6585 : nml:parameter
Tracker: Schema Progress
Title: nml:parameter
Description:
In earlier examples we used the nml:parameter to denote minor parameters which may slightly affect behaviour of logic of
 NML. These are:

• noReturnTraffic for links. A value of "True" means that there is no traffic from a source to a sink if the source and
 sink are grouped in a BidirectionalPort. See artf6542
• labelSwapping for SwitchingService. A value of "True" means that it is possible to create a NML Link from a Port with
 Label A to a Port with Label B, even if A ≠ B. See artf6513
• isReference for Network Objects. A value of "True" means that the object is defined elsewhere and is augmented here. 
See artf6583.

Proposal: Use the following syntax.

XML:
      <nml:parameter name="http://schemas.ogf.org/nml/2013/10/params#labelSwapping">false</nml:parameter>
      <nml:parameter name="http://schemas.ogf.org/nml/2013/10/params#noReturnTraffic">true</nml:parameter>

RDF:
  @prefix nmlparam: <http://schemas.ogf.org/nml/2013/10/params#>; .
  urn:ogf:network:example.net:2012:mynetworkobject   nmlparam:labelSwapping  "false" .
  urn:ogf:network:example.net:2012:mynetworkobject   nmlparam:noReturnTraffic  "true" .
Submitted By: Freek Dijkstra
Submitted On: 08/02/2012 8:55 AM EDT
Last Modified: 11/30/2012 7:52 AM EST
Closed: 11/30/2012 7:52 AM EST

Status / Comments Change Log Associations Attachments  
File Name File Size Added By Added On
No results found.

 
 
 
< Previous
 
 
Next >
 


The Open Grid Forum Contact Webmaster | Report a problem | GridForge Help
This is a static archive of the previous Open Grid Forum GridForge content management system saved from host forge.ogf.org file /sf/sfmain/do/go/artf6585?nav=1&selectedTab=attachments at Sun, 06 Nov 2022 14:38:44 GMT