Connection¶
- class geodesic.entanglement.object.Connection(*conn_tuple, **conn)[source]¶
Bases:
geodesic.bases._APIObject
A Connection is a relationship between two objects.
Subject -> Predicate -> Object
- subject¶
(
Object
, dict) - the subject of this connectionDescriptor:
_TypeConstrainedDescr
- predicate¶
(
Predicate
, dict, str) - the predicate of this connectionDescriptor:
_TypeConstrainedDescr
- object¶
(
Object
, dict) - the object of this connectionDescriptor:
_TypeConstrainedDescr