Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 Web 应用程序中将 mxgraph 用于 bpmn 工作流。所以我需要为节点说明一些规则。例如:
我不能用多重性来指定这个状态。我该怎么做?
将域信息放入单元格的值中。Override mxGraph#validateEdge,根据源单元格和目标单元格的值在那里实施您的规则(mxGraph#isValidConnection如果您不关心提供错误消息,也可以覆盖)。
mxGraph#validateEdge
mxGraph#isValidConnection