Interface MdibEntityGuiceAssistedFactory
-
public interface MdibEntityGuiceAssistedFactoryGuice-based factory internally used by MdibEntityFactory.- See Also:
MdibEntityFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MdibEntitycreateMdibEntity(String parent, List<String> children, AbstractDescriptor descriptor, List<AbstractState> states, MdibVersion mdibVersion)Creates an MDIB entity based on all possible fields.
-
-
-
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
MdibEntityinstance.
-
-