예제 #1
0
 def relationships(self):
     """ Set of all relationships.
     """
     return SetView(self.__relationships)
예제 #2
0
 def relationships(self):
     """ The set of all relationships in this subgraph.
     """
     return SetView(self.__relationships)
예제 #3
0
 def nodes(self):
     """ Set of all nodes.
     """
     return SetView(self.__nodes)
예제 #4
0
 def nodes(self):
     """ The set of all nodes in this subgraph.
     """
     return SetView(self.__nodes)