Package org.trellisldp.app
Interface ConstraintServices
-
- All Superinterfaces:
Iterable<ConstraintService>
- All Known Implementing Classes:
CDIConstraintServices
,DefaultConstraintServices
public interface ConstraintServices extends Iterable<ConstraintService>
A grouping ofConstraintService
s that can be iterated over.
-
-
Method Summary
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-