Uses of Interface
org.modeldriven.fuml.repository.RepositoryArtifact

Packages that use RepositoryArtifact
org.modeldriven.fuml.io   
org.modeldriven.fuml.repository   
org.modeldriven.fuml.repository.model   
 

Uses of RepositoryArtifact in org.modeldriven.fuml.io
 

Classes in org.modeldriven.fuml.io that implement RepositoryArtifact
 class FileArtifact
           
 class ResourceArtifact
           
 

Uses of RepositoryArtifact in org.modeldriven.fuml.repository
 

Methods in org.modeldriven.fuml.repository that return RepositoryArtifact
 RepositoryArtifact Element.getArtifact()
           
 

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)
           
 

Uses of RepositoryArtifact in org.modeldriven.fuml.repository.model
 

Classes in org.modeldriven.fuml.repository.model that implement RepositoryArtifact
 class fUML_LibraryImplementationAssembler
           
 class fUML_SemanticsAssembler
           
 class fUML_SyntaxAssembler
           
 class InfrastructureAssembler
           
 class SuperstructureAssembler
           
 

Methods in org.modeldriven.fuml.repository.model that return RepositoryArtifact
 RepositoryArtifact Element.getArtifact()
           
 

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)
           
 



Copyright © 2012. All Rights Reserved.