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

Packages that use GenericClassInfo
de.interactive_instruments.ShapeChange.Model.Generic   
de.interactive_instruments.ShapeChange.Transformation.Profiling   
 

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

Fields in de.interactive_instruments.ShapeChange.Model.Generic with type parameters of type GenericClassInfo
protected  Map<String,GenericClassInfo> GenericModel.genClassInfosById
           
protected  Map<String,GenericClassInfo> GenericModel.genClassInfosByName
           
 

Methods in de.interactive_instruments.ShapeChange.Model.Generic that return GenericClassInfo
 GenericClassInfo GenericClassInfo.createCopy(String copyId, String copyName, int copyCategory)
           
 

Methods in de.interactive_instruments.ShapeChange.Model.Generic that return types with arguments of type GenericClassInfo
 Map<String,GenericClassInfo> GenericModel.getGenClasses()
           
 

Methods in de.interactive_instruments.ShapeChange.Model.Generic with parameters of type GenericClassInfo
 void GenericModel.addClass(GenericClassInfo genCi)
           
 void GenericModel.copyClassContent(GenericClassInfo fromClass, GenericClassInfo toClass, GenericModel.PropertyCopyPositionIndicator copyPositionIndicator, GenericModel.PropertyCopyDuplicatBehaviorIndicator duplicateHandling)
          Copies the content of fromClass to toClass, including properties, associations (also self associations), but NOT constraints (because they are automatically retrieved and potentially overridden by each class while the input model is loaded).
 void GenericModel.remove(GenericClassInfo ciToRemove)
          Removes the given class from the model.
 void GenericModel.updateClassName(GenericClassInfo genCi, String newName)
          Replaces the current name of the class with the given name, applying the update in the model as well (superclasses, subtypes, model, and property type info).
 

Method parameters in de.interactive_instruments.ShapeChange.Model.Generic with type arguments of type GenericClassInfo
 void GenericModel.remove(Collection<GenericClassInfo> cisToRemove)
          Removes the given classes from the model.
 

Constructors in de.interactive_instruments.ShapeChange.Model.Generic with parameters of type GenericClassInfo
GenericOclConstraint(GenericClassInfo ci, OclConstraint constr)
          Creates a new OCL constraint from the given constraint (with same context, but having parsed the OCL anew from the text of the given constraint).
GenericTextConstraint(GenericClassInfo genCi, Constraint origCon)
           
 

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

Methods in de.interactive_instruments.ShapeChange.Transformation.Profiling that return types with arguments of type GenericClassInfo
 Set<GenericClassInfo> Profiler.getAllSubtypes(GenericClassInfo genCi)
           
 

Methods in de.interactive_instruments.ShapeChange.Transformation.Profiling with parameters of type GenericClassInfo
 Set<GenericClassInfo> Profiler.getAllSubtypes(GenericClassInfo genCi)
           
 



Copyright © 2015. All rights reserved.