| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| SemanticCapability |
|
| 1.0;1 |
| 1 | package org.sbpm.bpmo; | |
| 2 | ||
| 3 | public interface SemanticCapability extends Identifiable { | |
| 4 | ||
| 5 | public String getDescription(); | |
| 6 | public void setDescription(String description); | |
| 7 | } |