@Version("0.0.2")
Package com.adobe.granite.socialgraph
Provides a interfaces that define social graph semantics
-
Interface Summary Interface Description GraphNode TheGraphNode
represents a user in the social graph.Relationship Relationship
specifies an edge in the social graph and represents the relationship between two graph nodes (users, groups, topics).SocialGraph SocialGraph
encapsulates an abstraction of a directed graph of node. -
Enum Summary Enum Description Direction Defines relationship directions used when getting relationships from a node. -
Exception Summary Exception Description SocialGraphException Generic runtime exception to use for social graph errors.