|
|
__init__(self,
prefLabel,
arity,
altLabels=[],
closures=[],
extension=set([]))
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
set
|
|
|
|
_make_graph(self,
s)
Convert a set of pairs into an adjacency linked list encoding of a
graph. |
source code
|
|
|
|
_transclose(self,
g)
Compute the transitive closure of a graph represented as a linked
list. |
source code
|
|
|
|
_make_pairs(self,
g)
Convert an adjacency linked list back into a set of pairs. |
source code
|
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__
|