Class DomainConstraint
- java.lang.Object
 - 
- org.onosproject.net.intent.constraint.MarkerConstraint
 - 
- org.onosproject.net.intent.constraint.DomainConstraint
 
 
 
- 
- All Implemented Interfaces:
 Constraint
@Beta public class DomainConstraint extends MarkerConstraint
This constraint is a flag and tells the compiler that it is allowed to generateDomainIntent. 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedDomainConstraint() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DomainConstraintdomain()Returns domain constraint. 
 - 
 
- 
- 
Method Detail
- 
domain
public static DomainConstraint domain()
Returns domain constraint.- Returns:
 - domain constraint
 
 
 - 
 
 -