public interface WebS8VertexProviders
Base module for providers inside the vertex.
- Author:
- Pierre Convert Copyright (C) 2025, Pierre Convert. All rights reserved.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetGenerator
(int ordinal) Get the resource generatorvoid
setRawProvider
(String name, S8WebResourceGenerator generator) Set Providers
-
Method Details
-
getGenerator
Get the resource generator- Parameters:
ordinal
- the ordinal (index) of the generator- Returns:
- the ressource generator
-
setRawProvider
Set Providers- Parameters:
name
- the name attached to the featuregenerator
- the ressource generator attached
-