object_operations.alh 729 B

123456789101112
  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 deleteAttribute(a: Element, b: Element, c: Element)
  8. Element function getAttributeList(a: Element, b: Element)
  9. Element function getInstantiatableAttributes(a: Element, b: Element)
  10. String function getName(a: Element, b: Element)
  11. String function reverseNameLookup(a: Element, b: Element)