Uses of Interface
de.interactive_instruments.ShapeChange.Model.ClassInfo

Packages that use ClassInfo
de.interactive_instruments.ShapeChange.Model   
de.interactive_instruments.ShapeChange.Model.EA   
de.interactive_instruments.ShapeChange.Model.Generic   
de.interactive_instruments.ShapeChange.Model.Xmi10   
de.interactive_instruments.ShapeChange.ModelDiff   
de.interactive_instruments.ShapeChange.Ocl   
de.interactive_instruments.ShapeChange.Target   
de.interactive_instruments.ShapeChange.Target.AppConfiguration   
de.interactive_instruments.ShapeChange.Target.ArcGISWorkspace   
de.interactive_instruments.ShapeChange.Target.Codelists   
de.interactive_instruments.ShapeChange.Target.Definitions   
de.interactive_instruments.ShapeChange.Target.EA   
de.interactive_instruments.ShapeChange.Target.FeatureCatalogue   
de.interactive_instruments.ShapeChange.Target.JSON   
de.interactive_instruments.ShapeChange.Target.KML   
de.interactive_instruments.ShapeChange.Target.Mapping   
de.interactive_instruments.ShapeChange.Target.Ontology   
de.interactive_instruments.ShapeChange.Target.SQL   
de.interactive_instruments.ShapeChange.Target.XmlSchema   
de.interactive_instruments.ShapeChange.TargetHelper   
us.mitre.ShapeChange.Model.GSIP   
 

Uses of ClassInfo in de.interactive_instruments.ShapeChange.Model
 

Classes in de.interactive_instruments.ShapeChange.Model that implement ClassInfo
 class ClassInfoImpl
           
 

Fields in de.interactive_instruments.ShapeChange.Model declared as ClassInfo
protected  ClassInfo OclConstraintImpl.contextClass
          Class Context - the class, which represents 'self'
 

Methods in de.interactive_instruments.ShapeChange.Model that return ClassInfo
 ClassInfo AssociationInfo.assocClass()
           
 ClassInfo ClassInfo.baseClass()
           
 ClassInfo Model.classById(String id)
           
 ClassInfo Model.classByName(String nam)
           
 ClassInfo OclConstraintImpl.contextClass()
          Inquire the context class of the OCL constraint - the 'self'
 ClassInfo OclConstraint.contextClass()
          Inquire context class - i.e.
 ClassInfo PropertyInfo.inClass()
           
 ClassInfo ClassInfoImpl.unsuppressedSupertype(boolean permitAbstract)
          Find the next direct or indirect superclass of this class which is not suppressed.
 ClassInfo ClassInfo.unsuppressedSupertype(boolean permitAbstract)
           
 

Methods in de.interactive_instruments.ShapeChange.Model that return types with arguments of type ClassInfo
 HashSet<ClassInfo> Model.classes(PackageInfo pi)
          Return all ClassInfo objects contained in the given package and in sub- packages, which belong to the same targetNamespace as the given package.
 

Methods in de.interactive_instruments.ShapeChange.Model with parameters of type ClassInfo
 void PropertyInfo.inClass(ClassInfo ci)
           
 boolean ClassInfoImpl.isSubtype(ClassInfo ci)
          Determine whether this type is a direct or indirect subtype of the argument type.
 boolean ClassInfo.isSubtype(ClassInfo ci)
           
 

Uses of ClassInfo in de.interactive_instruments.ShapeChange.Model.EA
 

Classes in de.interactive_instruments.ShapeChange.Model.EA that implement ClassInfo
 class ClassInfoEA
           
 

Methods in de.interactive_instruments.ShapeChange.Model.EA that return ClassInfo
 ClassInfo AssociationInfoEA.assocClass()
           
 ClassInfo ClassInfoEA.baseClass()
          This determines the particular base class of a class in the sense of ISO19136 annex D+E.
 ClassInfo EADocument.classById(String id)
          Return ClassInfo object given the id of a class
 ClassInfo EADocument.classByName(String nam)
          Return ClassInfo object given the name of the class
 ClassInfo PropertyInfoEA.inClass()
          Return the class object to which this property belongs.
 

Methods in de.interactive_instruments.ShapeChange.Model.EA that return types with arguments of type ClassInfo
 HashSet<ClassInfo> EADocument.classes(PackageInfo pi)
           
 

Methods in de.interactive_instruments.ShapeChange.Model.EA with parameters of type ClassInfo
 void PropertyInfoEA.inClass(ClassInfo ci)
          Make the property belong to the class given.
 

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

Classes in de.interactive_instruments.ShapeChange.Model.Generic that implement ClassInfo
 class GenericClassInfo
           
 

Fields in de.interactive_instruments.ShapeChange.Model.Generic declared as ClassInfo
protected  ClassInfo GenericAssociationInfo.assocClass
           
protected  ClassInfo GenericClassInfo.baseClass
           
protected  ClassInfo GenericPropertyInfo.inClass
           
 

Fields in de.interactive_instruments.ShapeChange.Model.Generic with type parameters of type ClassInfo
protected  HashSet<ClassInfo> GenericPackageInfo.classes
           
 

Methods in de.interactive_instruments.ShapeChange.Model.Generic that return ClassInfo
 ClassInfo GenericAssociationInfo.assocClass()
           
 ClassInfo GenericClassInfo.baseClass()
           
 ClassInfo GenericModel.classById(String id)
           
 ClassInfo GenericModel.classByName(String name)
           
 ClassInfo GenericPropertyInfo.inClass()
           
 

Methods in de.interactive_instruments.ShapeChange.Model.Generic that return types with arguments of type ClassInfo
 HashSet<ClassInfo> GenericModel.classes(PackageInfo pi)
          Return all ClassInfo objects contained in the given package and in sub- packages, which do not belong to an app schema different to the one of the given package.
 HashSet<ClassInfo> GenericPackageInfo.getClasses()
           
 

Methods in de.interactive_instruments.ShapeChange.Model.Generic with parameters of type ClassInfo
 void GenericModel.add(GenericPropertyInfo newProperty, ClassInfo classToAddProperty)
          Adds the property to the model map and also the given class.
 void GenericModel.add(GenericPropertyInfo newProperty, ClassInfo classToAddProperty, GenericModel.PropertyCopyDuplicatBehaviorIndicator behavior)
          Adds the property to the model map and also the given class.
 void GenericPackageInfo.addClass(ClassInfo ci)
           
 void GenericPropertyInfo.inClass(ClassInfo ci)
           
 boolean GenericModel.isInAppSchema(ClassInfo ci)
           
 void GenericAssociationInfo.setAssocClass(ClassInfo assocClass)
           
 void GenericClassInfo.setBaseClass(ClassInfo baseClass)
           
 void GenericOclConstraint.setContext(ClassInfo contextClass, Info contextModelElement)
           
 void GenericPropertyInfo.setInClass(ClassInfo inClass)
           
 

Method parameters in de.interactive_instruments.ShapeChange.Model.Generic with type arguments of type ClassInfo
 void GenericPackageInfo.setClasses(HashSet<ClassInfo> classes)
           
 

Uses of ClassInfo in de.interactive_instruments.ShapeChange.Model.Xmi10
 

Classes in de.interactive_instruments.ShapeChange.Model.Xmi10 that implement ClassInfo
 class ClassInfoXmi10
          Information about an UML class.
 

Fields in de.interactive_instruments.ShapeChange.Model.Xmi10 declared as ClassInfo
protected  ClassInfo PropertyInfoXmi10.classInfo
           
 

Fields in de.interactive_instruments.ShapeChange.Model.Xmi10 with type parameters of type ClassInfo
protected  HashMap<String,ClassInfo> Xmi10Document.fClasses
          Hash table for all classes and classnames
protected  HashMap<String,ClassInfo> Xmi10Document.fClassnames
           
 

Methods in de.interactive_instruments.ShapeChange.Model.Xmi10 that return ClassInfo
 ClassInfo AssociationInfoXmi10.assocClass()
           
 ClassInfo ClassInfoXmi10.baseClass()
           
 ClassInfo Xmi10Document.classById(String id)
           
 ClassInfo Xmi10Document.classByName(String nam)
           
 ClassInfo PropertyInfoXmi10.inClass()
           
 

Methods in de.interactive_instruments.ShapeChange.Model.Xmi10 that return types with arguments of type ClassInfo
 HashSet<ClassInfo> Xmi10Document.classes(PackageInfo pi)
           
 

Methods in de.interactive_instruments.ShapeChange.Model.Xmi10 with parameters of type ClassInfo
 void PropertyInfoXmi10.inClass(ClassInfo ci)
           
 

Uses of ClassInfo in de.interactive_instruments.ShapeChange.ModelDiff
 

Methods in de.interactive_instruments.ShapeChange.ModelDiff with parameters of type ClassInfo
 HashMap<Info,HashSet<DiffElement>> Differ.diff(ClassInfo curr, ClassInfo ref)
           
 

Uses of ClassInfo in de.interactive_instruments.ShapeChange.Ocl
 

Fields in de.interactive_instruments.ShapeChange.Ocl declared as ClassInfo
 ClassInfo OclNode.DataType.umlClass
           
 ClassInfo OclNode.ClassLiteralExp.umlClass
           
 

Methods in de.interactive_instruments.ShapeChange.Ocl with parameters of type ClassInfo
static OclNode.BuiltInType OclNode.iso19103AssumedBuiltInType(ClassInfo ci)
           
 

Constructors in de.interactive_instruments.ShapeChange.Ocl with parameters of type ClassInfo
OclNode.DataType(ClassInfo ci)
          Initialize a DataType from a given UML class represented by a ClassInfo object.
 

Uses of ClassInfo in de.interactive_instruments.ShapeChange.Target
 

Methods in de.interactive_instruments.ShapeChange.Target with parameters of type ClassInfo
 void Target.process(ClassInfo ci)
          The converter will call this method for each class belonging to the package given during initialization (see Target.initialise(de.interactive_instruments.ShapeChange.Model.PackageInfo, de.interactive_instruments.ShapeChange.Model.Model, de.interactive_instruments.ShapeChange.Options, de.interactive_instruments.ShapeChange.ShapeChangeResult, boolean)).
 

Uses of ClassInfo in de.interactive_instruments.ShapeChange.Target.AppConfiguration
 

Methods in de.interactive_instruments.ShapeChange.Target.AppConfiguration with parameters of type ClassInfo
 void AppConfiguration.process(ClassInfo ci)
           
 

Uses of ClassInfo in de.interactive_instruments.ShapeChange.Target.ArcGISWorkspace
 

Fields in de.interactive_instruments.ShapeChange.Target.ArcGISWorkspace with type parameters of type ClassInfo
protected  Map<ClassInfo,Map<String,NumericRangeConstraintMetadata>> ArcGISWorkspace.numericRangeConstraintByPropNameByClassName
          Contains information about the numeric ranges defined for specific class properties via OCL constraints.
 

Methods in de.interactive_instruments.ShapeChange.Target.ArcGISWorkspace with parameters of type ClassInfo
 void ArcGISWorkspace.process(ClassInfo ci)
           
 

Uses of ClassInfo in de.interactive_instruments.ShapeChange.Target.Codelists
 

Methods in de.interactive_instruments.ShapeChange.Target.Codelists with parameters of type ClassInfo
protected  String CodelistDictionariesML.createClCodeSpaceContent(ClassInfo ci)
           
protected  Element CodelistDictionariesML.createCodelistDescription(String lang, ClassInfo ci, Document cDocument)
           
protected  Element CodelistDictionariesML.createCodelistIdentifier(String lang, ClassInfo ci, Document cDocument)
           
protected  Element CodelistDictionariesML.createCodelistName(String lang, ClassInfo ci, Document cDocument)
           
protected  String CodelistDictionariesML.createCodesCodeSpaceContent(ClassInfo ci, PropertyInfo propi)
           
protected  void CodelistDictionariesML.createDictionaryProperties(Element ec, ClassInfo ci, Document cDocument)
           
protected  Element CodelistDictionariesML.createEntry(Document lDocument, ClassInfo ci, PropertyInfo propi, boolean local)
           
protected  HashSet<Element> CodelistDictionariesML.createEntryAlternLangCode(Document lDocument, ClassInfo ci, PropertyInfo propi)
           
protected  Element CodelistDictionariesML.createEntryDefinition(String lang, Document lDocument, ClassInfo ci, PropertyInfo propi, boolean altEntryLangsExist)
           
protected  Element CodelistDictionariesML.createEntryDefinitionContent(Document lDocument, ClassInfo ci, PropertyInfo propi, HashSet<Element> eas)
           
protected  Element CodelistDictionariesML.createEntryDescription(String lang, Document lDocument, ClassInfo ci, PropertyInfo propi)
           
protected  String CodelistDictionariesML.createEntryIdentifier(String lang, ClassInfo ci, PropertyInfo propi)
           
protected  Element CodelistDictionariesML.createEntryIdentifier(String lang, Document lDocument, ClassInfo ci, PropertyInfo propi)
           
protected  Element CodelistDictionariesML.createEntryName(String lang, Document lDocument, ClassInfo ci, PropertyInfo propi)
           
 void CodelistRegister.process(ClassInfo ci)
           
 void CodelistDictionariesML.process(ClassInfo ci)
           
 void CodelistDictionaries.process(ClassInfo ci)
           
 

Uses of ClassInfo in de.interactive_instruments.ShapeChange.Target.Definitions
 

Methods in de.interactive_instruments.ShapeChange.Target.Definitions with parameters of type ClassInfo
 void Definitions.process(ClassInfo ci)
           
 

Uses of ClassInfo in de.interactive_instruments.ShapeChange.Target.EA
 

Methods in de.interactive_instruments.ShapeChange.Target.EA with parameters of type ClassInfo
 void UmlModel.process(ClassInfo ci)
           
 

Uses of ClassInfo in de.interactive_instruments.ShapeChange.Target.FeatureCatalogue
 

Methods in de.interactive_instruments.ShapeChange.Target.FeatureCatalogue with parameters of type ClassInfo
 void FeatureCatalogue.process(ClassInfo ci)
           
 

Uses of ClassInfo in de.interactive_instruments.ShapeChange.Target.JSON
 

Methods in de.interactive_instruments.ShapeChange.Target.JSON with parameters of type ClassInfo
 void JsonSchema.process(ClassInfo ci)
           
 

Uses of ClassInfo in de.interactive_instruments.ShapeChange.Target.KML
 

Methods in de.interactive_instruments.ShapeChange.Target.KML with parameters of type ClassInfo
 void XSLT.process(ClassInfo ci)
           
 

Uses of ClassInfo in de.interactive_instruments.ShapeChange.Target.Mapping
 

Methods in de.interactive_instruments.ShapeChange.Target.Mapping with parameters of type ClassInfo
 void Excel.process(ClassInfo ci)
           
 

Uses of ClassInfo in de.interactive_instruments.ShapeChange.Target.Ontology
 

Fields in de.interactive_instruments.ShapeChange.Target.Ontology with type parameters of type ClassInfo
protected  List<ClassInfo> OntologyModel.classInfos
           
protected  List<ClassInfo> OntologyDocumentRDFXML.classInfos
           
 

Methods in de.interactive_instruments.ShapeChange.Target.Ontology with parameters of type ClassInfo
 void OntologyModel.addClass(ClassInfo ci)
           
 void OntologyDocumentRDFXML.addClass(ClassInfo ci)
           
 void OntologyDocument.addClass(ClassInfo ci)
           
 com.hp.hpl.jena.rdf.model.Resource OntologyModel.addClassDefinition(ClassInfo ci)
           
 void OntologyDocumentRDFXML.addClassDefinition(ClassInfo ci)
           
 com.hp.hpl.jena.rdf.model.Resource OntologyModel.addCodelist(ClassInfo ci)
           
 void OntologyDocumentRDFXML.addCodelist(ClassInfo ci)
           
 com.hp.hpl.jena.rdf.model.Resource OntologyModel.addDatatype(ClassInfo ci)
           
 void OntologyDocumentRDFXML.addDatatype(ClassInfo ci)
           
 com.hp.hpl.jena.rdf.model.Resource OntologyModel.addEnumeration(ClassInfo ci)
           
 void OntologyDocumentRDFXML.addEnumeration(ClassInfo ci)
           
 com.hp.hpl.jena.rdf.model.Resource OntologyModel.addFeature(ClassInfo ci)
           
 void OntologyDocumentRDFXML.addFeature(ClassInfo ci)
           
 com.hp.hpl.jena.rdf.model.Resource OntologyModel.addInterface(ClassInfo ci)
           
 void OntologyDocumentRDFXML.addInterface(ClassInfo ci)
           
 com.hp.hpl.jena.rdf.model.Resource OntologyModel.addUnion(ClassInfo ci)
           
 void OntologyDocumentRDFXML.addUnion(ClassInfo ci)
           
 OntologyDocument OWLISO19150.computeRelevantOntology(ClassInfo ci)
          Identifies the ontology document to which the given class belongs.
 com.hp.hpl.jena.rdf.model.Resource OntologyModel.getResource(ClassInfo ci)
           
 com.hp.hpl.jena.rdf.model.Resource OntologyDocumentRDFXML.getResource(ClassInfo ci)
           
 com.hp.hpl.jena.rdf.model.Resource OntologyDocument.getResource(ClassInfo ci)
           
protected  String OntologyDocumentRDFXML.mapElement(ClassInfo ci)
           
protected  com.hp.hpl.jena.rdf.model.Resource OntologyModel.mapResource(ClassInfo ci, boolean processMapEntry)
           
static String OntologyModel.normalizedName(ClassInfo ci)
           
static String OntologyDocumentRDFXML.normalizedName(ClassInfo ci)
           
 void RDF.process(ClassInfo ci)
           
 void OWLISO19150.process(ClassInfo ci)
           
 

Uses of ClassInfo in de.interactive_instruments.ShapeChange.Target.SQL
 

Methods in de.interactive_instruments.ShapeChange.Target.SQL with parameters of type ClassInfo
 void SqlDdl.generateTableCreationStatement(ClassInfo ci, List<PropertyInfo> propertyInfosForColumns)
           
 void SqlDdl.process(ClassInfo ci)
           
 

Uses of ClassInfo in de.interactive_instruments.ShapeChange.Target.XmlSchema
 

Fields in de.interactive_instruments.ShapeChange.Target.XmlSchema declared as ClassInfo
protected  ClassInfo SchematronConstraintNode.KindOf.argumentClass
           
protected  ClassInfo SchematronConstraintNode.Cast.argumentClass
           
protected  ClassInfo SchematronConstraintNode.AllInstances.objectClass
           
 

Methods in de.interactive_instruments.ShapeChange.Target.XmlSchema with parameters of type ClassInfo
protected  void SchematronSchema.addAssertion(ClassInfo ci, OclConstraint c)
          Add another OCL constraint and translate it into a Schematron <assert>, which is subsequently appended to the Schematron document within the proper <rule> context.
protected  void SchematronSchema.addAssertion(ClassInfo ci, SchematronConstraintNode.XpathFragment xpath, String text)
          Add an assertion statement embodied in an XpathFragment object and output it as a Schematron <assert> element, which is contained in a proper <rule> context.
protected  Element XsdDocument.addProperty(ClassInfo cibase, PropertyInfo pi, Multiplicity m, SchematronSchema schDoc)
          Process a single property.
static boolean XmlSchema.classCanBeReferenced(ClassInfo ci)
          Find out whether the given class is can carry an id and can hence be referenced by means of xlink:href.
static boolean XmlSchema.classHasObjectElement(ClassInfo ci)
          Find out whether the given class is represented by means of an XML element construct.
 String SchematronSchema.getAndRegisterXmlName(ClassInfo ci)
          Auxiliary method to find out the full, namespace adorned name of a class from the the mapping or the model.
protected  String XsdDocument.mapBaseType(ClassInfo ci)
          Map a base type of a class to a predefined representation in GML, ISO/TS 19139, etc.
protected  String XsdDocument.mapElement(ClassInfo ci)
          Map an element to a predefined representation in GML, ISO/TS 19139, etc.
protected  boolean XsdDocument.mapPropertyType(ClassInfo cibase, PropertyInfo propi, Element e, boolean inAssocClass, SchematronSchema schDoc)
          Set the type for a property element.
 Element XsdDocument.pComplexType(ClassInfo ci, ClassInfo cibase, SchematronSchema schDoc)
          
 void XsdDocument.pGlobalBasicType(ClassInfo ci)
           
 void XsdDocument.pGlobalCodeList(ClassInfo ci)
          Create code list encoding according to standard GML 3.2 encoding rule (union between enumeration and other-pattern)
 void XsdDocument.pGlobalEnumeration(ClassInfo ci)
           
 Element XsdDocument.pGroup(ClassInfo ci, ClassInfo cibase)
          
 void XsdDocument.pObjectElement(ClassInfo ci, ClassInfo cibase)
          Create global element for an object / data type instance
 void XsdDocument.pOKSTRAKEYPropertyType(ClassInfo ci)
           
 void XsdDocument.pPropertyTypes(ClassInfo ci)
           
 void XsdDocument.pPropertyTypeWithGroup(ClassInfo ci)
           
 void XsdDocument.pPropertyTypeWithSubtypes(ClassInfo ci)
           
 void XmlSchema.process(ClassInfo ci)
           
 boolean XsdDocument.processLocalProperties(ClassInfo ci, Element sequenceOrChoice, SchematronSchema schDoc)
          Process all properties that are added in this class.
 boolean XsdDocument.processLocalProperty(ClassInfo ci, PropertyInfo pi, Element sequenceOrChoice, Multiplicity m, SchematronSchema schDoc)
          Process a class property.
 void XsdDocument.pValueTypeGroup(ClassInfo ci)
           
 void SchematronSchema.registerNamespace(String xmlns, ClassInfo ci)
          This special variant of the method above considers the class object to determine the full namespace uri.
 void SchematronConstraintNode.KindOf.setClass(ClassInfo ci)
          If the class to be tested against is already known (it is not an expression) this reference can be set via this method.
 void SchematronConstraintNode.Cast.setClass(ClassInfo ci)
          If the class to be cast to is already known (it is not an expression) this reference can be set via this method.
 

Constructors in de.interactive_instruments.ShapeChange.Target.XmlSchema with parameters of type ClassInfo
SchematronConstraintNode.AllInstances(SchematronSchema schemaObject, ClassInfo ci, boolean negated)
          Ctor
 

Uses of ClassInfo in de.interactive_instruments.ShapeChange.TargetHelper
 

Fields in de.interactive_instruments.ShapeChange.TargetHelper declared as ClassInfo
protected  ClassInfo XpathConstraintNode.KindOf.argumentClass
           
protected  ClassInfo XpathConstraintNode.Cast.argumentClass
           
protected  ClassInfo XpathConstraintNode.AllInstances.objectClass
           
 

Methods in de.interactive_instruments.ShapeChange.TargetHelper with parameters of type ClassInfo
 String XpathHelper.getAndRegisterXmlName(ClassInfo ci)
          Auxiliary method to find out the full, namespace adorned name of a class from the the mapping or the model.
 void XpathHelper.registerNamespace(String xmlns, ClassInfo ci)
          This special variant of the method above considers the class object to determine the full namespace uri.
 void XpathConstraintNode.KindOf.setClass(ClassInfo ci)
          If the class to be tested against is already known (it is not an expression) this reference can be set via this method.
 void XpathConstraintNode.Cast.setClass(ClassInfo ci)
          If the class to be cast to is already known (it is not an expression) this reference can be set via this method.
 XpathConstraintNode.XpathFragment XpathHelper.translateConstraintToXpath(ClassInfo ci, OclConstraint c)
          Take an OCL constraint and translate it into an Xpath expression
 

Constructors in de.interactive_instruments.ShapeChange.TargetHelper with parameters of type ClassInfo
XpathConstraintNode.AllInstances(XpathHelper xpathHelper, ClassInfo ci, boolean negated)
          Ctor
 

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

Classes in us.mitre.ShapeChange.Model.GSIP that implement ClassInfo
 class ClassInfoGSIP
           
 

Methods in us.mitre.ShapeChange.Model.GSIP that return ClassInfo
 ClassInfo AssociationInfoGSIP.assocClass()
           
 ClassInfo ClassInfoGSIP.baseClass()
          This determines the particular base class of a class in the sense of ISO19136 annex D+E.
 ClassInfo GSIPDocument.classById(String id)
          Return ClassInfo object given the id of a class
 ClassInfo GSIPDocument.classByName(String nam)
          Return ClassInfo object given the name of a class
 ClassInfo PropertyInfoGSIP.inClass()
          Return the class object to which this property belongs.
 

Methods in us.mitre.ShapeChange.Model.GSIP that return types with arguments of type ClassInfo
 HashSet<ClassInfo> GSIPDocument.classes(PackageInfo pi)
          Return all ClassInfo objects contained in the given package and in sub- packages, which do not belong to an app schema different to the one of the given package.
 

Methods in us.mitre.ShapeChange.Model.GSIP with parameters of type ClassInfo
 void PropertyInfoGSIP.inClass(ClassInfo ci)
          Make the property belong to the class given.
 



Copyright © 2015. All rights reserved.