For Additional documentation and information please use the [official Ferma wiki](http://wiki.syncleus.com/index.php/Ferma).
* TinkerGraph
For support please use the [official Ferma mailing list](https://groups.google.com/a/syncleus.com/forum/#!forum/ferma-list).
For support please use [Gitter](https://badges.gitter.im/Syncleus/Ferma.svg)](https://gitter.im/Syncleus/Ferma?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
or the [official Ferma mailing list](https://groups.google.com/a/syncleus.com/forum/#!forum/ferma-list).
Please file bugs and feature requests on [the official Syncleus issue tracker](http://bugs.syncleus.com/browse/FMA/).
Please file bugs and feature requests on [Github](https://github.com/Syncleus/Ferma).
## Dependency
...
...
@@ -52,7 +61,7 @@ To include Ferma in your project of choice include the following Maven dependenc
<dependency>
<groupId>com.syncleus.ferma</groupId>
<artifactId>ferma</artifactId>
<version>2.1.0</version>
<version>3.0.0</version>
</dependency>
...
...
@@ -79,11 +88,7 @@ instantiated when performing queries. Lets start with a simple example domain.
}
public List<? extends Knows> getKnowsList() {
return outE("knows").toList(Knows.class);
}
public List<? extends Person> getFriendsOfFriends() {