object_operations.alh 558 B

12345678910
  1. Element function allInstances(a: Element, b: Element)
  2. Element function allOutgoingAssociationInstances(a: Element, b: Element, c: Element)
  3. Element function allIncomingAssociationInstances(a: Element, b: Element, c: Element)
  4. Element function readElementByName(a: Element, b: String)
  5. Element function getAttributeList(a: Element, b: Element)
  6. Element function getInstantiatableAttributes(a: Element, b: Element)
  7. String function getName(a: Element, b: Element)
  8. String function reverseNameLookup(a: Element, b: Element)
  9. String function print_dict(dict : Element)