|
@@ -4,6 +4,7 @@ Element function selectPossibleOutgoing(model : Element, source : String, limit_
|
|
Element function allOutgoingAssociationInstances(model: Element, source_name : String, assoc_name: String)
|
|
Element function allOutgoingAssociationInstances(model: Element, source_name : String, assoc_name: String)
|
|
Element function allIncomingAssociationInstances(model: Element, target_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 getAttributeList(model: Element, element: String)
|
|
|
|
+Element function getAttributes(model: Element, element: String)
|
|
Element function getInstantiatableAttributes(model: Element, element: String, type: String)
|
|
Element function getInstantiatableAttributes(model: Element, element: String, type: String)
|
|
String function print_dict(dict : Element)
|
|
String function print_dict(dict : Element)
|
|
String function readAssociationSource(model : Element, name : String)
|
|
String function readAssociationSource(model : Element, name : String)
|