@Version("0.0.2")
Package com.adobe.granite.socialgraph
Provides a interfaces that define social graph semantics
-
Interface Summary Interface Description GraphNode TheGraphNoderepresents a user in the social graph.Relationship Relationshipspecifies an edge in the social graph and represents the relationship between two graph nodes (users, groups, topics).SocialGraph SocialGraphencapsulates 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.