public class Strategy extends DesignPattern
FEASIBLE, IMPLEMENTED| Modifier and Type | Method and Description | 
|---|---|
boolean | 
apply(Scope scope)
Apply. 
 | 
static Strategy | 
getInstance()
Gets the single instance of Strategy. 
 | 
boolean | 
verifyPS(Scope scope)
Verify PS. 
 | 
boolean | 
verifyPSPLA(Scope scope)
Verify PSPLA. 
 | 
addStereotype, addStereotype, equals, getCategory, getName, hashCode, randomlyVerifyAsPSOrPSPLApublic static Strategy getInstance()
public boolean verifyPS(Scope scope)
verifyPS in class DesignPatternscope - the scopepublic boolean verifyPSPLA(Scope scope)
verifyPSPLA in class DesignPatternscope - the scopepublic boolean apply(Scope scope)
apply in class DesignPatternscope - the scope