public class JoinIsApplicable
extends java.lang.Object
JoinProcessor
Modifier and Type | Field and Description |
---|---|
static JoinIsApplicable |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
java.util.List<ProspectivePartner> |
computeProspecitvePartner(Goal goal,
PosInOccurrence pio)
Computes the partners for the given selection.
|
java.util.List<ProspectivePartner> |
isApplicable(Goal goal,
PosInOccurrence pio) |
public static final JoinIsApplicable INSTANCE
public java.util.List<ProspectivePartner> isApplicable(Goal goal, PosInOccurrence pio)
goal
- The goal to join.pio
- Selected formula (symblic state - program counter part) for
the join.public java.util.List<ProspectivePartner> computeProspecitvePartner(Goal goal, PosInOccurrence pio)
goal
- Goal which should be joined.pio
- Selected formula (symblic state - program counter part) for
the join.Copyright © 2003-2019 The KeY-Project.