object_operations.alh 806 B

12345678910111213
  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 findAttribute(a: Element, b: Element, c: Element, d: Element)
  6. Element function readAttribute(a: Element, b: Element, c: String)
  7. Element function setAttribute(a: Element, b: Element, c: String, d: Element)
  8. Element function deleteAttribute(a: Element, b: Element, c: Element)
  9. Element function getAttributeList(a: Element, b: Element)
  10. Element function getInstantiatableAttributes(a: Element, b: Element)
  11. String function getName(a: Element, b: Element)
  12. String function reverseNameLookup(a: Element, b: Element)