Interface MdibEntityGuiceAssistedFactory

    • Method Detail

      • createMdibEntity

        MdibEntity createMdibEntity​(@Nullable
                                    String parent,
                                    List<String> children,
                                    AbstractDescriptor descriptor,
                                    List<AbstractState> states,
                                    MdibVersion mdibVersion)
        Creates an MDIB entity based on all possible fields.
        Parameters:
        parent - the parent of the entity.
        children - the list of child handles.
        descriptor - the descriptor of the entity.
        states - the states of the entity.
        mdibVersion - the MDIB version of the entity.
        Returns:
        an MdibEntity instance.