Package net.sourceforge.plantuml.abel
Interface IEntityFactory
-
- All Known Implementing Classes:
EntityFactory
public interface IEntityFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisRemoved(Stereotype stereotype)java.util.Collection<Entity>leafs()
-
-
-
Method Detail
-
isRemoved
boolean isRemoved(Stereotype stereotype)
-
leafs
java.util.Collection<Entity> leafs()
-
-