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