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

Packages that use Class_
org.modeldriven.fuml.assembly   
org.modeldriven.fuml.repository   
org.modeldriven.fuml.repository.model   
org.modeldriven.fuml.xmi   
 

Uses of Class_ in org.modeldriven.fuml.assembly
 

Methods in org.modeldriven.fuml.assembly that return Class_
 Class_ ElementAssembler.getPrototype()
           
 

Constructors in org.modeldriven.fuml.assembly with parameters of type Class_
ElementAssembler(XmiNode source, XmiNode parent, Class_ prototype, Map<String,ElementAssembler> assemblerMap)
           
 

Uses of Class_ in org.modeldriven.fuml.repository
 

Subinterfaces of Class_ in org.modeldriven.fuml.repository
 interface Stereotype
           
 

Methods in org.modeldriven.fuml.repository that return Class_
 Class_ Property.getClass_()
           
 

Methods in org.modeldriven.fuml.repository with parameters of type Class_
 void Repository.loadClass(Class_ clss)
           
 

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

Classes in org.modeldriven.fuml.repository.model that implement Class_
 class Class_
           
 class Stereotype
           
 

Methods in org.modeldriven.fuml.repository.model that return Class_
 Class_ Property.getClass_()
           
 

Methods in org.modeldriven.fuml.repository.model with parameters of type Class_
 void InMemoryRepository.loadClass(Class_ clss)
          Collects attributes and operations for the given class and maps it by artifact(file) namespace URI qualified names.
 

Uses of Class_ in org.modeldriven.fuml.xmi
 

Methods in org.modeldriven.fuml.xmi with parameters of type Class_
 Classifier ModelSupport.findClassifier(XmiNode target, Class_ sourceClassifier)
           
 



Copyright © 2012. All Rights Reserved.