Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
Addig lik to UML diagram, see #17
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Dec 3, 2016
1 parent 126e2c3 commit 0077085
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ mvn -Dgpg.skip install
Most of these examples have been taken from the [test](https://github.com/phenopackets/phenopacket-reference-implementation/tree/master/src/test) package.
Check there for more thorough examples.

## UML Diagram

This diagram shows the object model:

![img](images/phenopackets-uml.png)

### Reading a JSON/YAML file
```java
PhenoPacket phenoPacket = YamlReader.readFile("phenopacket.yaml");
Expand Down

0 comments on commit 0077085

Please sign in to comment.