12345678910 |
- Element function allInstances(model: Element, type: Element)
- Element function selectPossibleIncoming(model : Element, target : String, limit_set : Element)
- Element function selectPossibleOutgoing(model : Element, source : String, limit_set : Element)
- Element function allOutgoingAssociationInstances(model: Element, source_name : String, assoc_name: String)
- Element function allIncomingAssociationInstances(model: Element, target_name : String, assoc_name: String)
- Element function getAttributeList(model: Element, element: String)
- Element function getInstantiatableAttributes(model: Element, element: String)
- String function reverseKeyLookup(a: Element, b: Element)
- String function print_dict(dict : Element)
|