labs4capella / python4capella

Python for Capella
Eclipse Public License 2.0
52 stars 10 forks source link

StateTransition.getEffect API problem #185

Closed arnauddieumegard closed 2 weeks ago

arnauddieumegard commented 1 year ago

StateTransition objets in the Capella API provides the getEffects definition:

def get_effects(self) -> List[AbstractAction]:
        """
        Returns: AbstractAction[*]
        """
        return create_e_list(self.get_java_object().getEffects(), AbstractAction)

This is not correct as the Capella API is getEffect() (without an "s")