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, randomlyVerifyAsPSOrPSPLA
public static Strategy getInstance()
public boolean verifyPS(Scope scope)
verifyPS
in class DesignPattern
scope
- the scopepublic boolean verifyPSPLA(Scope scope)
verifyPSPLA
in class DesignPattern
scope
- the scopepublic boolean apply(Scope scope)
apply
in class DesignPattern
scope
- the scope