TopologicalRelationshipEndpoint¶
- 
class lsst.daf.butler.TopologicalRelationshipEndpoint¶
- Bases: - abc.ABC- An abstract base class whose instances represent a logical table that may participate in overlap joins defined by a - TopologicalSpace.- Attributes Summary - name- Unique string identifier for this endpoint ( - str).- spatial- This endpoint’s - SPATIALfamily.- temporal- This endpoint’s - TEMPORALfamily.- topology- The relationship families to which this endpoint belongs, keyed by the category for that family. - Attributes Documentation - 
topology¶
- The relationship families to which this endpoint belongs, keyed by the category for that family. 
 
-