Uses of Class
de.interactive_instruments.ShapeChange.Model.Generic.GenericModel

Packages that use GenericModel
de.interactive_instruments.ShapeChange.Model.Generic   
de.interactive_instruments.ShapeChange.Transformation   
de.interactive_instruments.ShapeChange.Transformation.Flattening   
de.interactive_instruments.ShapeChange.Transformation.Identity   
de.interactive_instruments.ShapeChange.Transformation.Naming   
de.interactive_instruments.ShapeChange.Transformation.Profiling   
 

Uses of GenericModel in de.interactive_instruments.ShapeChange.Model.Generic
 

Fields in de.interactive_instruments.ShapeChange.Model.Generic declared as GenericModel
protected  GenericModel GenericPropertyInfo.model
           
protected  GenericModel GenericPackageInfo.model
           
protected  GenericModel GenericClassInfo.model
           
protected  GenericModel GenericAssociationInfo.model
           
 

Methods in de.interactive_instruments.ShapeChange.Model.Generic that return GenericModel
 GenericModel GenericClassInfo.model()
           
 

Methods in de.interactive_instruments.ShapeChange.Model.Generic with parameters of type GenericModel
 void GenericPropertyInfo.setModel(GenericModel model)
           
 void GenericPackageInfo.setModel(GenericModel model)
           
 void GenericClassInfo.setModel(GenericModel model)
           
 void GenericAssociationInfo.setModel(GenericModel model)
           
 

Constructors in de.interactive_instruments.ShapeChange.Model.Generic with parameters of type GenericModel
GenericClassInfo(GenericModel model, String id, String name, int category)
           
GenericPropertyInfo(GenericModel model, String id, String name, int categoryOfValue)
           
 

Uses of GenericModel in de.interactive_instruments.ShapeChange.Transformation
 

Methods in de.interactive_instruments.ShapeChange.Transformation that return GenericModel
 GenericModel TransformationManager.process(Model m, Options o, TransformerConfiguration trfConfig, ShapeChangeResult r)
           
 

Methods in de.interactive_instruments.ShapeChange.Transformation with parameters of type GenericModel
 void Transformer.process(GenericModel m, Options o, TransformerConfiguration trfConfig, ShapeChangeResult r)
          Processes the model.
 

Uses of GenericModel in de.interactive_instruments.ShapeChange.Transformation.Flattening
 

Methods in de.interactive_instruments.ShapeChange.Transformation.Flattening with parameters of type GenericModel
 void Flattener.process(GenericModel genModel, Options options, TransformerConfiguration trfConfig, ShapeChangeResult result)
           
 

Uses of GenericModel in de.interactive_instruments.ShapeChange.Transformation.Identity
 

Methods in de.interactive_instruments.ShapeChange.Transformation.Identity with parameters of type GenericModel
 void IdentityTransform.process(GenericModel m, Options o, TransformerConfiguration trfConfig, ShapeChangeResult r)
          Does nothing with the given model.
 

Uses of GenericModel in de.interactive_instruments.ShapeChange.Transformation.Naming
 

Methods in de.interactive_instruments.ShapeChange.Transformation.Naming with parameters of type GenericModel
 void NamingModifier.process(GenericModel genModel, Options options, TransformerConfiguration trfConfig, ShapeChangeResult result)
           
 

Uses of GenericModel in de.interactive_instruments.ShapeChange.Transformation.Profiling
 

Methods in de.interactive_instruments.ShapeChange.Transformation.Profiling with parameters of type GenericModel
 void Profiler.process(GenericModel genModel, Options options, TransformerConfiguration trfConfig, ShapeChangeResult result)
           
 



Copyright © 2015. All rights reserved.