class documentation

class FStructure(dict): (source)

View In Hierarchy

Undocumented

Static Method read_depgraph Undocumented
Method __contains__ Undocumented
Method __getitem__ Undocumented
Method __repr__ Undocumented
Method __setitem__ Undocumented
Method __str__ Undocumented
Method pretty_format Undocumented
Method safeappend Append 'item' to the list at 'key'. If no list exists for 'key', then construct one.
Method to_depgraph Undocumented
Method to_glueformula_list Undocumented
Static Method _make_label Pick an alphabetic character as identifier for an entity in the model.
Static Method _read_depgraph Undocumented
Method _to_depgraph Undocumented
@staticmethod
def read_depgraph(depgraph): (source)

Undocumented

def __contains__(self, key): (source)

Undocumented

def __getitem__(self, key): (source)

Undocumented

def __repr__(self): (source)

Undocumented

def __setitem__(self, key, value): (source)

Undocumented

def __str__(self): (source)

Undocumented

def pretty_format(self, indent=3): (source)

Undocumented

def safeappend(self, key, item): (source)

Append 'item' to the list at 'key'. If no list exists for 'key', then construct one.

def to_depgraph(self, rel=None): (source)

Undocumented

def to_glueformula_list(self, glue_dict): (source)

Undocumented

@staticmethod
def _make_label(value): (source)

Pick an alphabetic character as identifier for an entity in the model.

Parameters
value:intwhere to index into the list of characters
@staticmethod
def _read_depgraph(node, depgraph, label_counter=None, parent=None): (source)

Undocumented

def _to_depgraph(self, nodes, head, rel): (source)

Undocumented