Uses of Class
org.neo4j.examples.socnet.Person

Packages that use Person
org.neo4j.examples.socnet   
 

Uses of Person in org.neo4j.examples.socnet
 

Methods in org.neo4j.examples.socnet that return Person
 Person PersonRepository.createPerson(String name)
           
 Person StatusUpdate.getPerson()
           
 Person PersonRepository.getPersonByName(String name)
           
 

Methods in org.neo4j.examples.socnet that return types with arguments of type Person
 Iterable<Person> PersonRepository.getAllPersons()
           
 Iterable<Person> Person.getFriendRecommendation(int numberOfFriendsToReturn)
           
 Iterable<Person> Person.getFriends()
           
 Iterable<Person> Person.getFriendsOfFriends()
           
 Iterable<Person> Person.getShortestPathTo(Person otherPerson, int maxDepth)
           
 

Methods in org.neo4j.examples.socnet with parameters of type Person
 void Person.addFriend(Person otherPerson)
           
 void PersonRepository.deletePerson(Person person)
           
 Iterable<Person> Person.getShortestPathTo(Person otherPerson, int maxDepth)
           
 void Person.removeFriend(Person otherPerson)
           
 



Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.