Home
last modified time | relevance | path

Searched refs:Interaction_Definition (Results 1 – 2 of 2) sorted by relevance

/dports/science/siconos/siconos-4.4.0/wrap/utils/
H A Dxml_parser.py2636 def __init__(self, bvp=None, DS_LMGC90=None, DS_Definition=None, Interaction_Definition=None): argument
2640 self.Interaction_Definition = Interaction_Definition
2651 def get_Interaction_Definition(self): return self.Interaction_Definition
2652 …def set_Interaction_Definition(self, Interaction_Definition): self.Interaction_Definition = Intera… argument
2662 self.Interaction_Definition is not None
2696 if self.Interaction_Definition is not None:
2697 …self.Interaction_Definition.export(outfile, level, namespace_, name_='Interaction_Definition', pre…
2722 if self.Interaction_Definition is not None:
2725 … self.Interaction_Definition.exportLiteral(outfile, level, name_='Interaction_Definition')
2758 self.Interaction_Definition = obj_
/dports/science/siconos/siconos-4.4.0/kernel/swig/
H A DfromXml.py.in376 for interxml in nsdsxml.Interaction_Definition.Interaction: