java - Interface defined inside a class -
how indicate interface part of class? let's take case example.
public class function { public interface function2d { double getvalue(double x); } ... }
talking more precisely - need show relationship between function , function2d in uml class diagram.
this uml quick reference gives indication of how represent inner class in uml diagram:
Comments
Post a Comment