public class Adapter extends DesignPattern
FEASIBLE, IMPLEMENTED
Modifier and Type | Method and Description |
---|---|
boolean |
apply(Scope scope)
Apply.
|
Class |
applyAdapter(Element target,
Element adaptee)
Apply adapter.
|
static Adapter |
getInstance()
Gets the single instance of Adapter.
|
boolean |
verifyPS(Scope scope)
Verify PS.
|
boolean |
verifyPSPLA(Scope scope)
Verify PSPLA.
|
addStereotype, addStereotype, equals, getCategory, getName, hashCode, randomlyVerifyAsPSOrPSPLA
public static Adapter 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