Uses of Class
us.mitre.ShapeChange.Model.GSIP.ClassInfoGSIP

Packages that use ClassInfoGSIP
us.mitre.ShapeChange.Model.GSIP   
 

Uses of ClassInfoGSIP in us.mitre.ShapeChange.Model.GSIP
 

Fields in us.mitre.ShapeChange.Model.GSIP declared as ClassInfoGSIP
protected  ClassInfoGSIP ClassInfoGSIP.baseclassInfo
          Baseclasses
protected  ClassInfoGSIP PropertyInfoGSIP.classInfo
          Class the property belongs to
protected  ClassInfoGSIP PropertyInfoGSIP.typeClassInfo
           
 

Fields in us.mitre.ShapeChange.Model.GSIP with type parameters of type ClassInfoGSIP
protected  HashSet<ClassInfoGSIP> ClassInfoGSIP.baseclassInfoSet
           
protected  HashSet<ClassInfoGSIP> PackageInfoGSIP.childCI
          Set of child classes
protected  HashSet<ClassInfoGSIP> ClassInfoGSIP.subclassInfoSet
          Subclasses
 

Constructors in us.mitre.ShapeChange.Model.GSIP with parameters of type ClassInfoGSIP
OclConstraintGSIP(GSIPDocument doc, ClassInfoGSIP ci, HashMap<String,Object> properties)
          Ctor from class context
PropertyInfoGSIP(GSIPDocument doc, ClassInfoGSIP ci, AssociationInfoGSIP ai, boolean reversed, HashMap<String,Object> properties, ClassInfoGSIP tci)
          Create a PropertyInfo object given an AssociationInfo and a ConnectorEnd.
PropertyInfoGSIP(GSIPDocument doc, ClassInfoGSIP ci, HashMap<String,Object> properties)
           
PropertyInfoGSIP(GSIPDocument doc, ClassInfoGSIP ci, HashMap<String,Object> properties, boolean isEnumLiteral)
          Create a PropertyInfo object given an GSIP Attribute.
 



Copyright © 2015. All rights reserved.