Package org.burningwave.graph
Interface ControllableContext
- All Known Subinterfaces:
Context
- All Known Implementing Classes:
Context.Abst,Context.Simple
public interface ControllableContext
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceControllableContext.Directive -
Method Summary
Modifier and Type Method Description booleancontainsOneOf(String name, ControllableContext.Directive... directives)ContextputDirective(String groupName, ControllableContext.Directive directive)ContextremoveDirective(String groupName, ControllableContext.Directive directive)
-
Method Details
-
containsOneOf
-
putDirective
-
removeDirective
-