Uses of Class
dev.metaschema.core.model.constraint.MetaConstraintSet.Context
Packages that use MetaConstraintSet.Context
Package
Description
Metaschema constraint definitions and validation framework.
-
Uses of MetaConstraintSet.Context in dev.metaschema.core.model.constraint
Method parameters in dev.metaschema.core.model.constraint with type arguments of type MetaConstraintSet.ContextModifier and TypeMethodDescriptionvoidMetaConstraintSet.Context.addAll(Collection<MetaConstraintSet.Context> children) Add a collection of child contexts to this context.Constructors in dev.metaschema.core.model.constraint with parameters of type MetaConstraintSet.ContextModifierConstructorDescriptionContext(MetaConstraintSet.Context parent, ISource source, List<IMetapathExpression> metapaths, IModelConstrained modelConstrained) Construct a new context.