| Package | Description |
|---|---|
| org.modeldriven.fuml.repository | |
| org.modeldriven.fuml.repository.model |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Association |
interface |
Class_ |
interface |
Classifier |
interface |
DataType |
interface |
Enumeration |
interface |
EnumerationLiteral |
interface |
Extension |
interface |
InstanceSpecification |
interface |
NamedElement |
interface |
OpaqueBehavior |
interface |
Package |
interface |
Property |
interface |
Stereotype |
| Modifier and Type | Method and Description |
|---|---|
Element |
Repository.findElementById(String id) |
Element |
Repository.findElementByName(String name) |
Element |
Repository.findElementByQualifiedName(String qualifiedName) |
Element |
Repository.getElementById(String id) |
Element |
Repository.getElementByName(String name) |
Element |
Repository.getElementByQualifiedName(String qualifiedName) |
| Modifier and Type | Method and Description |
|---|---|
List<Extension> |
Repository.getExtensions(Element element) |
List<Stereotype> |
Repository.getStereotypes(Element element) |
| Modifier and Type | Class and Description |
|---|---|
class |
Association |
class |
Class_ |
class |
Classifier |
class |
DataType |
class |
Element |
class |
Enumeration |
class |
EnumerationLiteral |
class |
Extension |
class |
InstanceSpecification |
class |
NamedElement |
class |
OpaqueBehavior |
class |
Package |
class |
Property |
class |
Stereotype |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Element> |
InMemoryMapping.elementIdToElementMap |
| Modifier and Type | Method and Description |
|---|---|
Element |
InMemoryMapping.findElementById(String id) |
Element |
InMemoryMapping.findElementByName(String name) |
Element |
InMemoryMapping.findElementByQualifiedName(String qualifiedName) |
Element |
InMemoryMapping.getElementById(String id) |
Element |
InMemoryMapping.getElementByName(String name) |
Element |
InMemoryMapping.getElementByQualifiedName(String qualifiedName) |
| Modifier and Type | Method and Description |
|---|---|
List<Extension> |
InMemoryRepository.getExtensions(Element element) |
List<Stereotype> |
InMemoryRepository.getStereotypes(Element element) |
Copyright © 2023. All rights reserved.