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

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

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

Fields in us.mitre.ShapeChange.Model.GSIP declared as GSIPDocument
protected  GSIPDocument PropertyInfoGSIP.document
          Access to the document object
protected  GSIPDocument PackageInfoGSIP.document
          The Model object
protected  GSIPDocument OclConstraintGSIP.document
          The model object
protected  GSIPDocument ClassInfoGSIP.document
          Access to the document object
 

Constructors in us.mitre.ShapeChange.Model.GSIP with parameters of type GSIPDocument
ClassInfoGSIP(GSIPDocument doc, PackageInfoGSIP pi, HashMap<String,Object> properties)
           
OclConstraintGSIP(GSIPDocument doc, ClassInfoGSIP ci, HashMap<String,Object> properties)
          Ctor from class context
OclConstraintGSIP(GSIPDocument doc, PropertyInfoGSIP pi, HashMap<String,Object> properties)
          Ctor from attribute context
PackageInfoGSIP(GSIPDocument doc, PackageInfoGSIP ppi, HashMap<String,Object> properties)
           
PackageInfoGSIP(GSIPDocument doc, PackageInfoGSIP ppi, HashMap<String,Object> properties, boolean isSchema)
           
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.