Interface ConstraintFactory
- 
 public interface ConstraintFactoryA factory for constraint instances. The class specified by the ConstraintDefinition FactoryClassName attribute must have a default (no argument) constructor and implement this interface in order to be able to create constraint instances.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Constraintcreate()Create an constraint instance.
 
- 
- 
- 
Method Detail- 
createConstraint create() Create an constraint instance.- Returns:
- a new constraint instance.
 
 
- 
 
-