| Methods in org.modeldriven.fuml.repository with parameters of type RepositoryArtifact |
void |
RepositoryMapping.mapAssociation(Association assoc,
String currentPackageName,
RepositoryArtifact artifact)
|
void |
RepositoryMapping.mapClass(Class_ clss,
String currentPackageName,
RepositoryArtifact artifact)
|
void |
RepositoryMapping.mapClassifier(Classifier classifier,
String currentPackageName,
RepositoryArtifact artifact)
|
void |
RepositoryMapping.mapDataType(DataType t,
String currentPackageName,
RepositoryArtifact artifact)
|
void |
RepositoryMapping.mapElementById(Element element,
RepositoryArtifact artifact)
|
void |
RepositoryMapping.mapElementByName(NamedElement element,
RepositoryArtifact artifact)
|
void |
RepositoryMapping.mapEnumeration(Enumeration e,
String currentPackageName,
RepositoryArtifact artifact)
|
void |
RepositoryMapping.mapEnumerationExternal(Enumeration e,
String currentPackageName,
RepositoryArtifact artifact)
|
void |
RepositoryMapping.mapEnumerationLiteral(EnumerationLiteral literal,
String currentPackageName,
RepositoryArtifact artifact)
|
void |
RepositoryMapping.mapPackage(Package pkg,
String currentPackageName,
RepositoryArtifact artifact)
|
void |
RepositoryMapping.mapPrimitiveType(PrimitiveType type,
String currentPackageName,
RepositoryArtifact artifact)
|
void |
RepositoryMapping.mapProperty(Classifier clss,
Property proprty,
RepositoryArtifact artifact)
|
void |
RepositoryMapping.mapStereotype(Stereotype stereotype,
String currentPackageName,
RepositoryArtifact artifact)
|
| Methods in org.modeldriven.fuml.repository.model with parameters of type RepositoryArtifact |
Package |
ModelFactory.createPackage(String name,
String qualifiedName,
String id,
Package parent,
RepositoryArtifact artifact)
|
Package |
ModelFactory.createPackage(String name,
String qualifiedName,
String id,
RepositoryArtifact artifact)
|
void |
InMemoryMapping.mapAssociation(Association assoc,
String currentPackageName,
RepositoryArtifact artifact)
|
void |
InMemoryMapping.mapClass(Class_ clss,
String currentPackageName,
RepositoryArtifact artifact)
|
void |
InMemoryMapping.mapClassifier(Classifier classifier,
String currentPackageName,
RepositoryArtifact artifact)
|
void |
InMemoryMapping.mapDataType(DataType t,
String currentPackageName,
RepositoryArtifact artifact)
|
void |
InMemoryMapping.mapElementById(Element element,
RepositoryArtifact artifact)
|
void |
InMemoryMapping.mapElementByName(NamedElement element,
RepositoryArtifact artifact)
|
void |
InMemoryMapping.mapEnumeration(Enumeration e,
String currentPackageName,
RepositoryArtifact artifact)
|
void |
InMemoryMapping.mapEnumerationExternal(Enumeration e,
String currentPackageName,
RepositoryArtifact artifact)
|
void |
InMemoryMapping.mapEnumerationLiteral(EnumerationLiteral literal,
String currentPackageName,
RepositoryArtifact artifact)
|
void |
InMemoryMapping.mapPackage(Package p,
String currentPackageName,
RepositoryArtifact artifact)
|
void |
InMemoryMapping.mapPrimitiveType(PrimitiveType t,
String currentPackageName,
RepositoryArtifact artifact)
|
void |
InMemoryMapping.mapProperty(Classifier c,
Property p,
RepositoryArtifact artifact)
|
void |
InMemoryMapping.mapStereotype(Stereotype stereotype,
String currentPackageName,
RepositoryArtifact artifact)
|
| Constructors in org.modeldriven.fuml.repository.model with parameters of type RepositoryArtifact |
Association(Association association,
RepositoryArtifact artifact)
|
Class_(Class_ class_,
RepositoryArtifact artifact)
|
Classifier(Classifier _classifier,
RepositoryArtifact artifact)
|
DataType(DataType dataType,
RepositoryArtifact artifact)
|
Element(Element element,
RepositoryArtifact artifact)
|
Enumeration(Enumeration enumeration,
RepositoryArtifact artifact)
|
EnumerationLiteral(EnumerationLiteral enumerationLiteral,
RepositoryArtifact artifact)
|
Extension(Extension extension,
RepositoryArtifact artifact)
|
InstanceSpecification(InstanceSpecification instanceSpecification,
RepositoryArtifact artifact)
|
NamedElement(NamedElement namedElement,
RepositoryArtifact artifact)
|
OpaqueBehavior(OpaqueBehavior behavior,
RepositoryArtifact artifact)
|
Package(Package package_,
RepositoryArtifact artifact)
|
Property(Property property,
RepositoryArtifact artifact)
|
Stereotype(Stereotype stereotype,
RepositoryArtifact artifact)
|