Builder模式使用抽象类如何实现?
创始人
2024-12-25 12:00:27
0
  1. 定义一个抽象类作为产品的基类,定义产品类的基本属性和方法。

  2. 定义一个抽象建造者类,用于定义产品的构建方法,并提供返回该产品的方法。

  3. 在具体建造者类中实现抽象建造者类中的构建方法,用于构建不同的产品。

  4. 定义一个指挥者类,用于控制建造者类的构建过程,在这里可以定义具体构建顺序或者跳过某些构建步骤。

  5. 客户端只需要创建指挥者对象,传入建造者对象,调用指挥者类的构建方法即可构建所需的产品。

代码示例:

//抽象产品类 abstract class Product { protected String property1; protected String property2;

public abstract void setProperty1(String property1);
public abstract void setProperty2(String property2);
public abstract void showInfo();

}

//抽象建造者类 abstract class Builder { protected Product product = new ConcreteProduct();

public abstract void buildProperty1();
public abstract void buildProperty2();

public Product getProduct() {
    return product;
}

}

//具体产品类 class ConcreteProduct extends Product {

@Override
public void setProperty1(String property1) {
    this.property1 = property1;
}

@Override
public void setProperty2(String property2) {
    this.property2 = property2;
}

@Override
public void showInfo() {
    System.out.println("property1: " + property1);
    System.out.println("property2: " + property2);
}

}

//具体建造者类 class ConcreteBuilder extends Builder {

@Override
public void buildProperty1() {
    this.product.setProperty1("concrete property1");
}

@Override
public void buildProperty2() {
    this.product.setProperty2("concrete property2");
}

}

//指挥者类 class Director { private Builder builder;

public Director(Builder builder) {
    this.builder = builder;
}

public void construct() {
    this.builder.buildProperty1();
    this.builder.buildProperty2();
}

}

//客户端 public class Client { public static void main(String[] args) { Builder builder = new ConcreteBuilder(); Director director = new Director(builder); director.construct(); Product product = builder.getProduct(); product.showInfo(); } }

相关内容

热门资讯

透视能赢!aapoker辅助怎... 透视能赢!aapoker辅助怎么用(透视)真的假的(其实是有挂);1、aapoker辅助怎么用ai辅...
透视ai代打!德普软件(透视)... 透视ai代打!德普软件(透视)app安卓版破解版(一直真的是有挂)1、下载好德普软件辅助软件之后点击...
透视讲解!aapoker怎么设... 透视讲解!aapoker怎么设置提高好牌几率(透视)脚本(好像真的是有挂);1、进入到aapoker...
透视线上!德普之星透视辅助软件... 透视线上!德普之星透视辅助软件下载(透视)免费透视(本来是有挂)1、德普之星透视辅助软件下载ai辅助...
透视美元局!aapoker公共... 透视美元局!aapoker公共底牌(透视)透视脚本下载(本来存在有挂);aapoker公共底牌辅助器...
透视ai!德普之星私人局透视(... 透视ai!德普之星私人局透视(透视)辅助器app(其实真的有挂)1、在德普之星私人局透视ai机器人技...
透视计算!aapoker公共底... 透视计算!aapoker公共底牌(透视)辅助插件工具(果然是真的有挂)1、aapoker公共底牌ai...
透视攻略!德普之星透视辅助软件... 透视攻略!德普之星透视辅助软件是真的吗(透视)透视(总是是有挂)1、用户打开应用后不用登录就可以直接...
透视脚本!aapoker透视怎... 透视脚本!aapoker透视怎么用(透视)透视脚本入口(总是是有挂)所有人都在同一条线上,像星星一样...
透视了解!德扑圈透视(透视)私... 透视了解!德扑圈透视(透视)私人局透视(确实真的是有挂);1、点击下载安装,德扑圈透视插件透视分类一...