| Package | Description |
|---|---|
| org.modeldriven.fuml.repository | |
| org.modeldriven.fuml.repository.model |
| Modifier and Type | Method and Description |
|---|---|
List<Stereotype> |
Repository.getAllStereotypes() |
List<Stereotype> |
Repository.getStereotypes(Class<?> clss) |
List<Stereotype> |
Repository.getStereotypes(Element element) |
| Modifier and Type | Class and Description |
|---|---|
class |
Stereotype |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<?>,List<Stereotype>> |
InMemoryMapping.classToStereotypeListMap |
protected List<Stereotype> |
Element.elementToStereotypeList |
protected Map<String,List<Stereotype>> |
InMemoryMapping.elementToStereotypeListMap |
| Modifier and Type | Method and Description |
|---|---|
List<Stereotype> |
InMemoryRepository.getAllStereotypes() |
List<Stereotype> |
InMemoryRepository.getStereotypes(Class<?> clss) |
List<Stereotype> |
InMemoryRepository.getStereotypes(Element element) |
Copyright © 2017. All rights reserved.