Class InterfaceModelImpl

    • Constructor Detail

      • InterfaceModelImpl

        public InterfaceModelImpl​(java.lang.String name,
                                  TypeProxy<Type> sink,
                                  TypeProxy parent)
    • Method Detail

      • implementations

        public java.util.Collection<ClassModel> implementations()
        Description copied from interface: InterfaceModel
        Returns an unmodifiable collection of classes directly implementing this interface
        Specified by:
        implementations in interface InterfaceModel
        Returns:
        list of classes implementing this interface
      • allImplementations

        public java.util.Collection<ClassModel> allImplementations()
        Description copied from interface: InterfaceModel
        Returns an unmodifiable collection of all classes implementing this interface.
        Specified by:
        allImplementations in interface InterfaceModel
        Returns:
        list of classes directly implementing this interface