Quantcast
Channel: InfoGrid » bless
Viewing all articles
Browse latest Browse all 3

The Bless Relationships API

$
0
0
InfoGrid supports types on both nodes and edges, aka MeshObjects and Relationships. They are called EntityTypes and RelationshipsTypes, respectively. Assume we have two related MeshObjects, each blessed with a (hypothetical) type Person. Like this: MeshObject obj1 = ...; MeshObject obj2 = ...; obj1.bless( PERSON ); obj2.bless( PERSON ); obj1.relate( obj2 ); Now if we want […]

Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles





Latest Images