| Package | Description |
|---|---|
| org.cloudgraph.test.socialgraph.actor | |
| org.cloudgraph.test.socialgraph.actor.impl | |
| org.cloudgraph.test.socialgraph.story.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Follow
A relationship (edge) between 2 nodes where the source is
a follower and the target is a leader.
|
interface |
Friendship
Generated interface representing the domain model entity Friendship.
|
interface |
Lead
A relationship (edge) between 2 nodes where the source is
a leader and the target is a follower.
|
interface |
Mutual
Generated interface representing the domain model entity Mutual.
|
| Modifier and Type | Method and Description |
|---|---|
Edge |
Node.createSourceEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, sourceEdge. |
Edge |
Node.createTargetEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, targetEdge. |
Edge[] |
Node.getSourceEdge()
Returns an array of Edge set for the object's multi-valued property sourceEdge.
|
Edge |
Node.getSourceEdge(int idx)
Returns the Edge set for the object's multi-valued property sourceEdge based on the given index.
|
Edge[] |
Node.getTargetEdge()
Returns an array of Edge set for the object's multi-valued property targetEdge.
|
Edge |
Node.getTargetEdge(int idx)
Returns the Edge set for the object's multi-valued property targetEdge based on the given index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Node.addSourceEdge(Edge value)
Adds the given value of Type Edge for the object's multi-valued property sourceEdge.
|
void |
Node.addTargetEdge(Edge value)
Adds the given value of Type Edge for the object's multi-valued property targetEdge.
|
void |
Node.removeSourceEdge(Edge value)
Removes the given value of Type Edge for the object's multi-valued property sourceEdge.
|
void |
Node.removeTargetEdge(Edge value)
Removes the given value of Type Edge for the object's multi-valued property targetEdge.
|
void |
Node.setSourceEdge(Edge[] value)
Sets the given array of Type Edge for the object's multi-valued property sourceEdge.
|
void |
Node.setTargetEdge(Edge[] value)
Sets the given array of Type Edge for the object's multi-valued property targetEdge.
|
| Modifier and Type | Method and Description |
|---|---|
Edge |
Node.createSourceEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, sourceEdge. |
Edge |
Node.createTargetEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, targetEdge. |
| Modifier and Type | Class and Description |
|---|---|
class |
EdgeSDO
A directed link between two nodes.
|
class |
FollowSDO
A relationship (edge) between 2 nodes where the source is
a follower and the target is a leader.
|
class |
FriendshipSDO
Generated implementation class representing the domain model entity Friendship.
|
class |
LeadSDO
A relationship (edge) between 2 nodes where the source is
a leader and the target is a follower.
|
class |
MutualSDO
Generated implementation class representing the domain model entity Mutual.
|
| Modifier and Type | Method and Description |
|---|---|
Edge |
TopicSDO.createSourceEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, sourceEdge. |
Edge |
PhotoSDO.createSourceEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, sourceEdge. |
Edge |
NodeSDO.createSourceEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, sourceEdge. |
Edge |
MediaSDO.createSourceEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, sourceEdge. |
Edge |
ActorSDO.createSourceEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, sourceEdge. |
Edge |
TopicSDO.createTargetEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, targetEdge. |
Edge |
PhotoSDO.createTargetEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, targetEdge. |
Edge |
NodeSDO.createTargetEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, targetEdge. |
Edge |
MediaSDO.createTargetEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, targetEdge. |
Edge |
ActorSDO.createTargetEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, targetEdge. |
Edge[] |
TopicSDO.getSourceEdge() |
Edge[] |
PhotoSDO.getSourceEdge() |
Edge[] |
NodeSDO.getSourceEdge() |
Edge[] |
MediaSDO.getSourceEdge() |
Edge[] |
ActorSDO.getSourceEdge() |
Edge |
TopicSDO.getSourceEdge(int idx) |
Edge |
PhotoSDO.getSourceEdge(int idx) |
Edge |
NodeSDO.getSourceEdge(int idx) |
Edge |
MediaSDO.getSourceEdge(int idx) |
Edge |
ActorSDO.getSourceEdge(int idx) |
Edge[] |
TopicSDO.getTargetEdge() |
Edge[] |
PhotoSDO.getTargetEdge() |
Edge[] |
NodeSDO.getTargetEdge() |
Edge[] |
MediaSDO.getTargetEdge() |
Edge[] |
ActorSDO.getTargetEdge() |
Edge |
TopicSDO.getTargetEdge(int idx) |
Edge |
PhotoSDO.getTargetEdge(int idx) |
Edge |
NodeSDO.getTargetEdge(int idx) |
Edge |
MediaSDO.getTargetEdge(int idx) |
Edge |
ActorSDO.getTargetEdge(int idx) |
| Modifier and Type | Method and Description |
|---|---|
void |
TopicSDO.addSourceEdge(Edge value) |
void |
PhotoSDO.addSourceEdge(Edge value) |
void |
NodeSDO.addSourceEdge(Edge value) |
void |
MediaSDO.addSourceEdge(Edge value) |
void |
ActorSDO.addSourceEdge(Edge value) |
void |
TopicSDO.addTargetEdge(Edge value) |
void |
PhotoSDO.addTargetEdge(Edge value) |
void |
NodeSDO.addTargetEdge(Edge value) |
void |
MediaSDO.addTargetEdge(Edge value) |
void |
ActorSDO.addTargetEdge(Edge value) |
void |
TopicSDO.removeSourceEdge(Edge value) |
void |
PhotoSDO.removeSourceEdge(Edge value) |
void |
NodeSDO.removeSourceEdge(Edge value) |
void |
MediaSDO.removeSourceEdge(Edge value) |
void |
ActorSDO.removeSourceEdge(Edge value) |
void |
TopicSDO.removeTargetEdge(Edge value) |
void |
PhotoSDO.removeTargetEdge(Edge value) |
void |
NodeSDO.removeTargetEdge(Edge value) |
void |
MediaSDO.removeTargetEdge(Edge value) |
void |
ActorSDO.removeTargetEdge(Edge value) |
void |
TopicSDO.setSourceEdge(Edge[] value) |
void |
PhotoSDO.setSourceEdge(Edge[] value) |
void |
NodeSDO.setSourceEdge(Edge[] value) |
void |
MediaSDO.setSourceEdge(Edge[] value) |
void |
ActorSDO.setSourceEdge(Edge[] value) |
void |
TopicSDO.setTargetEdge(Edge[] value) |
void |
PhotoSDO.setTargetEdge(Edge[] value) |
void |
NodeSDO.setTargetEdge(Edge[] value) |
void |
MediaSDO.setTargetEdge(Edge[] value) |
void |
ActorSDO.setTargetEdge(Edge[] value) |
| Modifier and Type | Method and Description |
|---|---|
Edge |
TopicSDO.createSourceEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, sourceEdge. |
Edge |
PhotoSDO.createSourceEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, sourceEdge. |
Edge |
NodeSDO.createSourceEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, sourceEdge. |
Edge |
MediaSDO.createSourceEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, sourceEdge. |
Edge |
ActorSDO.createSourceEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, sourceEdge. |
Edge |
TopicSDO.createTargetEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, targetEdge. |
Edge |
PhotoSDO.createTargetEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, targetEdge. |
Edge |
NodeSDO.createTargetEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, targetEdge. |
Edge |
MediaSDO.createTargetEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, targetEdge. |
Edge |
ActorSDO.createTargetEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, targetEdge. |
| Modifier and Type | Method and Description |
|---|---|
Edge |
StorySDO.createSourceEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, sourceEdge. |
Edge |
BlogSDO.createSourceEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, sourceEdge. |
Edge |
StorySDO.createTargetEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, targetEdge. |
Edge |
BlogSDO.createTargetEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, targetEdge. |
Edge[] |
StorySDO.getSourceEdge() |
Edge[] |
BlogSDO.getSourceEdge() |
Edge |
StorySDO.getSourceEdge(int idx) |
Edge |
BlogSDO.getSourceEdge(int idx) |
Edge[] |
StorySDO.getTargetEdge() |
Edge[] |
BlogSDO.getTargetEdge() |
Edge |
StorySDO.getTargetEdge(int idx) |
Edge |
BlogSDO.getTargetEdge(int idx) |
| Modifier and Type | Method and Description |
|---|---|
void |
StorySDO.addSourceEdge(Edge value) |
void |
BlogSDO.addSourceEdge(Edge value) |
void |
StorySDO.addTargetEdge(Edge value) |
void |
BlogSDO.addTargetEdge(Edge value) |
void |
StorySDO.removeSourceEdge(Edge value) |
void |
BlogSDO.removeSourceEdge(Edge value) |
void |
StorySDO.removeTargetEdge(Edge value) |
void |
BlogSDO.removeTargetEdge(Edge value) |
void |
StorySDO.setSourceEdge(Edge[] value) |
void |
BlogSDO.setSourceEdge(Edge[] value) |
void |
StorySDO.setTargetEdge(Edge[] value) |
void |
BlogSDO.setTargetEdge(Edge[] value) |
| Modifier and Type | Method and Description |
|---|---|
Edge |
StorySDO.createSourceEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, sourceEdge. |
Edge |
BlogSDO.createSourceEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, sourceEdge. |
Edge |
StorySDO.createTargetEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, targetEdge. |
Edge |
BlogSDO.createTargetEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, targetEdge. |
Copyright © 2023. All Rights Reserved.