Package org.graph4j.examples
package org.graph4j.examples
Examples of using Graph4J to model various problems.
-
ClassesClassDescriptionA location has a name and some neighbors, that is another locations it is connected to.Consider a social network formed by persons (instances of the class
Person), each person being friends with other persons (the relationship is symmetrical).We assume that there are locations described by the classLocation.