Skip to content

Commit

Permalink
Update quickUserGuide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VivianV committed Jun 8, 2015
1 parent ed8322f commit 1dd625d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-site/quickUserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ sampleDocument.loadSDocumentGraph(URI);

### Accessing a Salt model

To access a Salt model, you can use the methods generated by the Eclipse Modelling Framework (EMF). For attributes and references having the cardinality 1, EMF generates simple getters and setters, i.e. _.getXXX()_ and _.setXXX()_ methods. If attributes do not have a cardinality of 1, the corresponding _.getXXX()_ method will return a list accessor. You can access or manipulate the entries of such a list with these methods:
To access a Salt model, you can use the methods generated by the <a href="https://www.eclipse.org/modeling/emf/">Eclipse Modelling Framework</a> (EMF). For attributes and references having the cardinality 1, EMF generates simple getters and setters, i.e. _.getXXX()_ and _.setXXX()_ methods. If attributes do not have a cardinality of 1, the corresponding _.getXXX()_ method will return a list accessor. You can access or manipulate the entries of such a list with these methods:

* _.add(Object)_ to add an entry,
* _.get(Position)_ to get the object placed at 'Position' in that list, and
Expand Down

0 comments on commit 1dd625d

Please sign in to comment.