Interface PortionShower
-
- All Known Subinterfaces:
ICucaDiagram
- All Known Implementing Classes:
AbstractClassOrObjectDiagram,AbstractEntityDiagram,ActivityDiagram,ChenEerDiagram,ClassDiagram,CompositeDiagram,CucaDiagram,DescriptionDiagram,DotData,StateDiagram
public interface PortionShower
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>getVisibleStereotypeLabels(Entity entity)booleanshowPortion(EntityPortion portion, Entity entity)
-
-
-
Method Detail
-
showPortion
boolean showPortion(EntityPortion portion, Entity entity)
-
getVisibleStereotypeLabels
java.util.List<java.lang.String> getVisibleStereotypeLabels(Entity entity)
-
-