Package de.gmuth.overarch.domain
Object Element.Companion
-
- All Implemented Interfaces:
public class Element.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final Collection<Element>allElementspublic final static Element.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final Elementget(Id id)final Collection<Element>getAllElements()-
-
Method Detail
-
getAllElements
final Collection<Element> getAllElements()
-
-
-
-