Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
#31 Add async forEach
Browse files Browse the repository at this point in the history
Check for valid relationship
Update relationship (Aggregation, Composition, Generalization) - multiplicity, description status
  • Loading branch information
faizanvahevaria committed Apr 23, 2020
1 parent 369cc06 commit aee4eab
Show file tree
Hide file tree
Showing 2 changed files with 428 additions and 50 deletions.
6 changes: 5 additions & 1 deletion src/transport/fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@ const fields = {
'minCardinality': 'minCardinality',
'maxCardinality': 'maxCardinality',
'resource': 'resource',
'reference': 'reference'
'reference': 'reference',
'multiplicity': 'multiplicity',
'contains' : 'contains',
'references' : 'references',
'typeOf' : 'typeOf',

};
module.exports = fields;
Loading

0 comments on commit aee4eab

Please sign in to comment.