Interface IEntityFactory
-
- All Known Implementing Classes:
EntityFactory
public interface IEntityFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isRemoved(Stereotype stereotype)
Collection<ILeaf>
leafs()
-
-
-
Method Detail
-
isRemoved
boolean isRemoved(Stereotype stereotype)
-
leafs
Collection<ILeaf> leafs()
-
-