Uses of Interface
org.eclipse.esmf.metamodel.Constraint
Packages that use Constraint
Package
Description
-
Uses of Constraint in org.eclipse.esmf.characteristic
Methods in org.eclipse.esmf.characteristic that return types with arguments of type ConstraintModifier and TypeMethodDescriptionTrait.getConstraints()The Constraints to enforce on the base Characteristic -
Uses of Constraint in org.eclipse.esmf.characteristic.impl
Methods in org.eclipse.esmf.characteristic.impl that return types with arguments of type ConstraintConstructor parameters in org.eclipse.esmf.characteristic.impl with type arguments of type ConstraintModifierConstructorDescriptionDefaultTrait(MetaModelBaseAttributes metaModelBaseAttributes, Characteristic baseCharacteristic, List<Constraint> constraints) -
Uses of Constraint in org.eclipse.esmf.constraint
Subinterfaces of Constraint in org.eclipse.esmf.constraintModifier and TypeInterfaceDescriptioninterfaceRestricts a string value to a certain encoding.interfaceDefines the scale as well as the number of integral digits for a fixed point number.interfaceRestricts a value to a specific language.interfaceRestricts a value to a specific length.interfaceRestricts a value to a specific language.interfaceRestricts the value of a Property to a specific set of possible values.interfaceRestricts a string value to a regular expression as defined by XQuery 1.0 and XPath 2.0 Functions and Operators. -
Uses of Constraint in org.eclipse.esmf.constraint.impl
Classes in org.eclipse.esmf.constraint.impl that implement ConstraintModifier and TypeClassDescriptionclassclassclassclassclassclassclass -
Uses of Constraint in org.eclipse.esmf.metamodel.impl
Classes in org.eclipse.esmf.metamodel.impl that implement Constraint -
Uses of Constraint in org.eclipse.esmf.metamodel.loader.instantiator
Methods in org.eclipse.esmf.metamodel.loader.instantiator that return ConstraintModifier and TypeMethodDescriptionConstraintInstantiator.apply(org.apache.jena.rdf.model.Resource constraint) -
Uses of Constraint in org.eclipse.esmf.metamodel.visitor
Methods in org.eclipse.esmf.metamodel.visitor with parameters of type ConstraintModifier and TypeMethodDescriptiondefault TAspectVisitor.visitConstraint(Constraint constraint, C context)