Interface PortionShower
-
- All Known Implementing Classes:
AbstractClassOrObjectDiagram,AbstractEntityDiagram,ActivityDiagram,ChenEerDiagram,ClassDiagram,CompositeDiagram,CucaDiagram,DescriptionDiagram,StateDiagram
public interface PortionShower
-
-
Field Summary
Fields Modifier and Type Field Description static PortionShowerALL
-
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)
-
-
-
Field Detail
-
ALL
static final PortionShower ALL
-
-
Method Detail
-
showPortion
boolean showPortion(EntityPortion portion, Entity entity)
-
getVisibleStereotypeLabels
java.util.List<java.lang.String> getVisibleStereotypeLabels(Entity entity)
-
-