Uses of Interface
dev.metaschema.core.model.constraint.IFeatureModelConstrained
Packages that use IFeatureModelConstrained
Package
Description
Core Metaschema model interfaces and implementations.
Metaschema constraint definitions and validation framework.
Provides an overlay of the Metaschema module model
(
dev.metaschema.core.model) using bound Java class annotations
(dev.metaschema.databind.model.annotations) to represent module
constructs annotated on Java classes.Provides an implementation of the Module model
(
dev.metaschema.core.model) represented by a module-specific set of
bound Java classes
(dev.metaschema.databind.model.metaschema.binding).-
Uses of IFeatureModelConstrained in dev.metaschema.core.model
Subinterfaces of IFeatureModelConstrained in dev.metaschema.core.modelModifier and TypeInterfaceDescriptioninterfaceRepresents an assembly definition in a Metaschema module.Classes in dev.metaschema.core.model that implement IFeatureModelConstrainedModifier and TypeClassDescriptionclassAbstractGlobalAssemblyDefinition<MODULE extends IModule,INSTANCE extends IAssemblyInstance, FLAG extends IFlagInstance, MODEL extends IModelInstanceAbsolute, NAMED_MODEL extends INamedModelInstanceAbsolute, FIELD extends IFieldInstanceAbsolute, ASSEMBLY extends IAssemblyInstanceAbsolute, CHOICE extends IChoiceInstance, CHOICE_GROUP extends IChoiceGroupInstance> A base class for an assembly definition defined globally within a Metaschema module.classAbstractInlineAssemblyDefinition<PARENT extends IContainerModel,DEFINITION extends IAssemblyDefinition, INSTANCE extends IAssemblyInstance, PARENT_DEFINITION extends IAssemblyDefinition, FLAG extends IFlagInstance, MODEL extends IModelInstanceAbsolute, NAMED_MODEL extends INamedModelInstanceAbsolute, FIELD extends IFieldInstanceAbsolute, ASSEMBLY extends IAssemblyInstanceAbsolute, CHOICE extends IChoiceInstance, CHOICE_GROUP extends IChoiceGroupInstance> A base class for an assembly instance defined inline. -
Uses of IFeatureModelConstrained in dev.metaschema.core.model.constraint
Classes in dev.metaschema.core.model.constraint that implement IFeatureModelConstrainedModifier and TypeClassDescriptionclassA set of constraints targeting aIAssemblyDefinitionbased on a target Metapath expression.classRepresents a set of constraints targeted at model definitions using Metapath expressions. -
Uses of IFeatureModelConstrained in dev.metaschema.databind.model
Subinterfaces of IFeatureModelConstrained in dev.metaschema.databind.modelModifier and TypeInterfaceDescriptioninterfaceRepresents an assembly definition bound to a Java class. -
Uses of IFeatureModelConstrained in dev.metaschema.databind.model.metaschema
Subinterfaces of IFeatureModelConstrained in dev.metaschema.databind.model.metaschemaModifier and TypeInterfaceDescriptioninterfaceRepresents a Metaschema assembly definition loaded via data binding.