Interface RestrictedVisitorFactory
-
- All Superinterfaces:
ConstraintVisitorFactory
- All Known Implementing Classes:
SingletonVisitorFactory
public interface RestrictedVisitorFactory extends ConstraintVisitorFactory
Factory Interface for creating
ConstraintVisitor
and using aPropertyRestrictor
- Since:
- 1.0
- Author:
- Christoph Praschl
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertyRestrictor
getRestrictor()
void
setRestrictor(PropertyRestrictor restrictor)
-
Methods inherited from interface science.aist.gtf.verification.syntactic.visitor.factory.ConstraintVisitorFactory
createArrayVisitor, createFieldsVisitor, createFieldVisitor, createIterableVisitor, createObjectVisitor
-
-
-
-
Method Detail
-
getRestrictor
PropertyRestrictor getRestrictor()
- Returns:
- the used property restrictor
-
setRestrictor
void setRestrictor(PropertyRestrictor restrictor)
- Parameters:
restrictor
- The restrictor which should be injected
-
-