Uses of Class
org.modeldriven.fuml.repository.config.Artifact

Packages that use Artifact
org.modeldriven.fuml.repository.config Package level documentation for generated package org.modeldriven.fuml.repository.config. 
org.modeldriven.fuml.repository.model   
 

Uses of Artifact in org.modeldriven.fuml.repository.config
 

Fields in org.modeldriven.fuml.repository.config with type parameters of type Artifact
protected  java.util.List<Artifact> RepositoryConfig.artifact
           
 

Methods in org.modeldriven.fuml.repository.config that return Artifact
 Artifact ObjectFactory.createArtifact()
          Create an instance of Artifact
 

Methods in org.modeldriven.fuml.repository.config that return types with arguments of type Artifact
 javax.xml.bind.JAXBElement<Artifact> ObjectFactory.createArtifact(Artifact value)
          Create an instance of JAXBElement<Artifact>}
 java.util.List<Artifact> RepositoryConfig.getArtifact()
          Gets the value of the artifact property.
 

Methods in org.modeldriven.fuml.repository.config with parameters of type Artifact
 javax.xml.bind.JAXBElement<Artifact> ObjectFactory.createArtifact(Artifact value)
          Create an instance of JAXBElement<Artifact>}
 

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

Fields in org.modeldriven.fuml.repository.model declared as Artifact
protected  Artifact ModelAssembler.artifact
           
 

Constructors in org.modeldriven.fuml.repository.model with parameters of type Artifact
fUML_SyntaxAssembler(Artifact artifact, RepositoryMapping mapping, Repository model)
           
InfrastructureAssembler(Artifact artifact, RepositoryMapping mapping, Repository model)
           
ModelAssembler(Artifact artifact, RepositoryMapping mapping, Repository model)
           
PrimitiveTypesAssembler(Artifact artifact, RepositoryMapping mapping, Repository model)
           
SuperstructureAssembler(Artifact artifact, RepositoryMapping mapping, Repository model)
           
 



Copyright © 2015. All Rights Reserved.