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