Class Diagram
2016-11-27 12:58:32 0 举报
打假通应用工程设计
作者其他创作
大纲/内容
public class GraphTransaction
- private static GraphManager getInstance()- object getConnection()- object getConnection(String configure)- void close()-封装华为的API-
public interface GraphManager
- object getConnection()- void close()
public interface GraphFactory
- object open()- object open(String configure)- void close()
public class GraphManagerImpl
- private static GraphManager getInstance()- object getConnection()- object getConnection(String configure)- void close()-
Class GraphFactoryImpl
- attributeA- attributeB
收藏
0 条评论
下一页