java.lang.Object
dev.metaschema.core.model.constraint.AbstractConstraintSet
- All Implemented Interfaces:
IConstraintSet
- Direct Known Subclasses:
MetaConstraintSet
A common implementation for a set of constraints targeted at the contents of
a Metaschema module.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.metaschema.core.model.constraint.IConstraintSet
applyConstraintsForModule, getImportedConstraintSets
-
Constructor Details
-
AbstractConstraintSet
Construct a new constraint set.- Parameters:
source- the constraint source information
-
-
Method Details
-
getSource
Description copied from interface:IConstraintSetGet information about where the constraint set was sourced from.- Specified by:
getSourcein interfaceIConstraintSet- Returns:
- the source information
-