Changes between Version 3 and Version 4 of sysmlumlparser


Ignore:
Timestamp:
Apr 6, 2021 7:24:11 PM (3 years ago)
Author:
pdissaux
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sysmlumlparser

    v3 v4  
    510510    isUmlTemplateableElement(ParentId,InstId,XmiId,Ownedtemplatesignature,Templatebinding).
    511511    isUmlType(ParentId,InstId,XmiId,Package).
    512 
    513 /* Class: AssociationClass */
     512isUmlAssociationClass(ParentId,InstId,XmiId).
    514513    isUmlAssociation(ParentId,InstId,XmiId,Endtype,Isderived,Memberend,Navigableownedend,Ownedend).
    515 isUmlAssociationClass(ParentId,InstId,XmiId).
    516514    isUmlBehavioredClassifier(ParentId,InstId,XmiId,Classifierbehavior,Interfacerealization,Ownedbehavior).
    517515    isUmlClass(ParentId,InstId,XmiId,Extension,Isabstract,Isactive,Nestedclassifier,Ownedattribute,Ownedoperation,Ownedreception,Superclass).
     
    12211219    isUmlParameterableElement(ParentId,InstId,XmiId,Owningtemplateparameter,Templateparameter).
    12221220isUmlFunctionBehavior(ParentId,InstId,XmiId).
    1223 /* Class: FunctionBehavior */
    12241221    isUmlBehavior(ParentId,InstId,XmiId,Context,Isreentrant,Ownedparameter,Ownedparameterset,Postcondition,Precondition,Specification,Redefinedbehavior).
    12251222    isUmlBehavioredClassifier(ParentId,InstId,XmiId,Classifierbehavior,Interfacerealization,Ownedbehavior).