Uses of Class
coras.representations.UMLModelRepresentation

Packages that use UMLModelRepresentation
coras.representations   
coras.reuse   
coras.riskanalysis   
coras.types   
 

Uses of UMLModelRepresentation in coras.representations
 

Subclasses of UMLModelRepresentation in coras.representations
 class DgmModel
           
 class XmiModel
           
 class ZumlZargoModel
           
 

Methods in coras.representations that return UMLModelRepresentation
static UMLModelRepresentation RepresentationFactory.createUMLModel(java.io.File umlFile)
           
static UMLModelRepresentation RepresentationFactory.createUMLModel(java.io.File umlFile, java.lang.String filename)
           
static UMLModelRepresentation RepresentationFactory.createZumlZargoModel(java.lang.String name, byte[] content)
           
static UMLModelRepresentation RepresentationFactory.createXmiOrDgmModel(java.lang.String name, org.w3c.dom.Document doc)
           
 

Uses of UMLModelRepresentation in coras.reuse
 

Methods in coras.reuse that return UMLModelRepresentation
 UMLModelRepresentation UMLModelExperience.getUMLModel()
           
 

Methods in coras.reuse with parameters of type UMLModelRepresentation
protected static UMLModelExperience UMLModelExperience.create(ExperiencePackage experiencePackage, coras.types.SubtypeEnum subtype, java.lang.String name, java.lang.String shortDescription, java.lang.String fullDescription, CategoryEnum category, java.lang.String domain, coras.structure.ConcernEnum concern, coras.structure.ViewpointEnum[] viewpoints, UMLModelRepresentation umlModel, DiagramRepresentation diagram)
           
 void UMLModelExperience.setUMLModel(UMLModelRepresentation newModel)
           
 UMLModelExperience ExperiencePackage.createUMLModel(coras.types.SubtypeEnum subtype, java.lang.String name, java.lang.String shortDescription, java.lang.String fullDescription, CategoryEnum category, java.lang.String domain, coras.structure.ConcernEnum concern, coras.structure.ViewpointEnum[] viewpoints, UMLModelRepresentation umlModel, DiagramRepresentation diagram)
           
 

Uses of UMLModelRepresentation in coras.riskanalysis
 

Methods in coras.riskanalysis that return UMLModelRepresentation
 UMLModelRepresentation UMLModelResult.getUMLModel()
           
 

Methods in coras.riskanalysis with parameters of type UMLModelRepresentation
protected static UMLModelResult UMLModelResult.create(RiskAnalysisProject project, coras.types.SubtypeEnum subtype, java.lang.String name, java.lang.String shortDescription, java.lang.String fullDescription, coras.structure.ConcernEnum concern, coras.structure.ViewpointEnum viewpoint, UMLModelRepresentation umlModel, DiagramRepresentation diagram)
           
 void UMLModelResult.setUMLModel(UMLModelRepresentation newModel)
           
 UMLModelResult RiskAnalysisProject.createUMLModel(coras.types.SubtypeEnum subtype, java.lang.String name, java.lang.String shortDescription, java.lang.String fullDescription, coras.structure.ConcernEnum concern, coras.structure.ViewpointEnum viewpoint, UMLModelRepresentation umlModel, DiagramRepresentation diagram)
           
 

Uses of UMLModelRepresentation in coras.types
 

Methods in coras.types that return UMLModelRepresentation
 UMLModelRepresentation IUMLModel.getUMLModel()
           
 

Methods in coras.types with parameters of type UMLModelRepresentation
 void IUMLModel.setUMLModel(UMLModelRepresentation umlModel)
           
 



Copyright © 2003-2005 SINTEF. All Rights Reserved.