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

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -