Package redis.clients.jedis.graph.entities


package redis.clients.jedis.graph.entities
This package contains the classes representing the entities of RedisGraph module.
  • Classes
    Class
    Description
    A class represent an edge (graph entity).
    This is an abstract class for representing a graph entity.
    * A class represent an node (graph entity).
    This class represents a path in the graph.
    This class represents a (geographical) point in the graph.
    A Graph entity property.