12345678910111213 |
- Element function allInstances(a: Element, b: Element)
- Element function allOutgoingAssociationInstances(a: Element, b: Element, c: Element)
- Element function allIncomingAssociationInstances(a: Element, b: Element, c: Element)
- Element function readElementByName(a: Element, b: String)
- Element function findAttribute(a: Element, b: Element, c: Element, d: Element)
- Element function readAttribute(a: Element, b: Element, c: String)
- Element function setAttribute(a: Element, b: Element, c: String, d: Element)
- Element function deleteAttribute(a: Element, b: Element, c: Element)
- Element function getAttributeList(a: Element, b: Element)
- Element function getInstantiatableAttributes(a: Element, b: Element)
- String function getName(a: Element, b: Element)
- String function reverseNameLookup(a: Element, b: Element)
|