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, randomlyVerifyAsPSOrPSPLApublic static Adapter 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