object_operations.alh 700 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 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)
  10. Element function allPossibleIncoming(model : Element, target : String)
  11. Element function allPossibleOutgoing(model : Element, source : String)