public static class TemplateInterpretedTreeAutomaton.ConjGuard extends Object implements TemplateInterpretedTreeAutomaton.Guard
Constructor and Description |
---|
ConjGuard(List<TemplateInterpretedTreeAutomaton.Guard> subguards) |
ConjGuard(TemplateInterpretedTreeAutomaton.Guard s1,
TemplateInterpretedTreeAutomaton.Guard s2) |
Modifier and Type | Method and Description |
---|---|
boolean |
isSatisfiedBy(Map<String,String> variableAssignment,
FirstOrderModel model) |
String |
toString() |
public ConjGuard(List<TemplateInterpretedTreeAutomaton.Guard> subguards)
public ConjGuard(TemplateInterpretedTreeAutomaton.Guard s1, TemplateInterpretedTreeAutomaton.Guard s2)
public boolean isSatisfiedBy(Map<String,String> variableAssignment, FirstOrderModel model)
isSatisfiedBy
in interface TemplateInterpretedTreeAutomaton.Guard
Copyright © 2017. All rights reserved.