object_operations.alh 710 B

12345678910
  1. Element function allInstances(model: Element, type: Element)
  2. Element function selectPossibleIncoming(model : Element, target : String, limit_set : Element)
  3. Element function selectPossibleOutgoing(model : Element, source : String, limit_set : Element)
  4. Element function allOutgoingAssociationInstances(model: Element, source_name : String, assoc_name: String)
  5. Element function allIncomingAssociationInstances(model: Element, target_name : String, assoc_name: String)
  6. Element function getAttributeList(model: Element, element: String)
  7. Element function getInstantiatableAttributes(model: Element, element: String)
  8. String function reverseKeyLookup(a: Element, b: Element)
  9. String function print_dict(dict : Element)