Package de.gmuth.overarch.domain
Class Model
-
- All Implemented Interfaces:
public class Model
-
-
Constructor Summary
Constructors Constructor Description Model(Element elements)Model(Collection<Element> collection)
-
Method Summary
Modifier and Type Method Description final Set<Element>getElements()-
-
Constructor Detail
-
Model
Model(Element elements)
-
Model
Model(Collection<Element> collection)
-
-
Method Detail
-
getElements
final Set<Element> getElements()
-
-
-
-