Interface Copyable<T>
-
- All Known Subinterfaces:
BpmnEdge,BpmnGraphNode,Content,Property,Role
- All Known Implementing Classes:
BpmnEdgeImpl,DefaultContentImpl,DefaultPropertyImpl,DefaultRoleImpl,EndProcessNode,ProcessNode,StartProcessNode
public interface Copyable<T>Implementations can provide a copy of themselves.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcopy()
-
-
-
Method Detail
-
copy
T copy()
-
-