Class DataTypeManagerStackStore
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.editors.types.common.DataTypeManagerStackStore
-
@ApplicationScoped public class DataTypeManagerStackStore extends Object
Stores the stack hierarchy for each Data Type, indexed by UUID.e.g. * - tPerson * - name (Text) * - age (Number) * - city (tCity) * - name (Text) * - mayor (tPerson) <-- The "tPerson" type is already represented at this point.
-
-
Constructor Summary
Constructors Constructor Description DataTypeManagerStackStore()
-