(Capabilities caps, SlotMatcher slotMatcher)
| 108 | } |
| 109 | |
| 110 | public boolean isSupporting(Capabilities caps, SlotMatcher slotMatcher) { |
| 111 | return slotMatcher.matches(getStereotype(), caps); |
| 112 | } |
| 113 | |
| 114 | @Override |
| 115 | public boolean equals(Object o) { |
nothing calls this directly
no test coverage detected