Interface BlueprintChildren

All Known Implementing Classes:
BlueprintChildren.BlueprintElement, BlueprintChildren.BlueprintGroup

public sealed interface BlueprintChildren permits BlueprintChildren.BlueprintGroup, BlueprintChildren.BlueprintElement
A children of blueprint (group, element).
  • Method Details

    • from

      @NotNull static @NotNull BlueprintChildren from(@NotNull @NotNull ModelChildren children, @NotNull @NotNull @Unmodifiable Map<String,ModelElement> elementMap)
      Gets children from raw children
      Parameters:
      children - raw children
      elementMap - element map
      Returns:
      children