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:

inner class diagram element


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -