object_operations.alh 769 B

123456789101112
  1. Element function allInstances(a: Element, b: Element)
  2. Element function allOutgoingAssociationInstances(model: Element, source_name : String, assoc_name: String)
  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 reverseKeyLookup(a: Element, b: Element)
  9. String function print_dict(dict : Element)
  10. Element function selectPossibleIncoming(model : Element, target : String, limit_set : Element)
  11. Element function selectPossibleOutgoing(model : Element, source : String, limit_set : Element)