Uses of Interface
dev.metaschema.core.model.IContainerModelSupport
Packages that use IContainerModelSupport
-
Uses of IContainerModelSupport in dev.metaschema.core.model
Subinterfaces of IContainerModelSupport in dev.metaschema.core.modelModifier and TypeInterfaceDescriptioninterfaceIContainerModelAssemblySupport<MI extends IModelInstance,NMI extends INamedModelInstance, FI extends IFieldInstance, AI extends IAssemblyInstance, CI extends IChoiceInstance, CGI extends IChoiceGroupInstance> Common interface for model container support classes.Classes in dev.metaschema.core.model that implement IContainerModelSupportModifier and TypeClassDescriptionclassAbstractContainerModelSupport<MI extends IModelInstance,NMI extends INamedModelInstance, FI extends IFieldInstance, AI extends IAssemblyInstance> Supports model instance operations on assembly model instances.Methods in dev.metaschema.core.model that return IContainerModelSupportModifier and TypeMethodDescriptionDefaultChoiceModelBuilder.buildChoice()Build an immutable choice model container based on the appended instances.DefaultChoiceGroupModelBuilder.buildChoiceGroup()Build an immutable choice group model container based on the appended instances.static <MI extends IModelInstance,NMI extends INamedModelInstance, FI extends IFieldInstance, AI extends IAssemblyInstance>
IContainerModelSupport<MI,NMI, FI, AI> IContainerModelSupport.empty()Get an empty, immutable container.IFeatureContainerModelAbsolute.getModelContainer()Get the model container implementation instance.IFeatureContainerModelGrouped.getModelContainer()Get the model container implementation instance.