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

Packages that use Info
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.Ontology   
de.interactive_instruments.ShapeChange.Target.XmlSchema   
us.mitre.ShapeChange.Model.GSIP   
 

Uses of Info in de.interactive_instruments.ShapeChange.Model
 

Subinterfaces of Info in de.interactive_instruments.ShapeChange.Model
 interface AssociationInfo
           
 interface ClassInfo
          Information about a UML class.
 interface OperationInfo
           
 interface PackageInfo
           
 interface PropertyInfo
           
 

Classes in de.interactive_instruments.ShapeChange.Model that implement Info
 class AssociationInfoImpl
           
 class ClassInfoImpl
           
 class InfoImpl
           
 class OperationInfoImpl
           
 class PackageInfoImpl
           
 class PropertyInfoImpl
           
 

Fields in de.interactive_instruments.ShapeChange.Model declared as Info
protected  Info TextConstraintImpl.contextModelElmt
          Model Element Context - class, attribute, operation, etc.
protected  Info OclConstraintImpl.contextModelElmt
          Model Element Context - class, attribute, operation, etc.
 

Methods in de.interactive_instruments.ShapeChange.Model that return Info
 Info TextConstraintImpl.contextModelElmt()
          Inquire the model element context.
 Info OclConstraintImpl.contextModelElmt()
          Inquire the model element context.
 Info Constraint.contextModelElmt()
          Inquire context model element, i.e. the parent.
 

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

Classes in de.interactive_instruments.ShapeChange.Model.EA that implement Info
 class AssociationInfoEA
           
 class ClassInfoEA
           
 class OperationInfoEA
           
 class PackageInfoEA
           
 class PropertyInfoEA
           
 

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

Classes in de.interactive_instruments.ShapeChange.Model.Generic that implement Info
 class GenericAssociationInfo
           
 class GenericClassInfo
           
 class GenericPackageInfo
           
 class GenericPropertyInfo
           
 

Methods in de.interactive_instruments.ShapeChange.Model.Generic with parameters of type Info
 void GenericOclConstraint.setContext(ClassInfo contextClass, Info contextModelElement)
           
 void GenericTextConstraint.setContextModelElmt(Info contextModelElmt)
           
 

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

Classes in de.interactive_instruments.ShapeChange.Model.Xmi10 that implement Info
 class AssociationInfoXmi10
          Information about an UML association.
 class ClassInfoXmi10
          Information about an UML class.
 class OperationInfoXmi10
           
 class PackageInfoXmi10
           
 class PropertyInfoXmi10
           
 

Uses of Info in de.interactive_instruments.ShapeChange.ModelDiff
 

Fields in de.interactive_instruments.ShapeChange.ModelDiff declared as Info
 Info DiffElement.subElement
           
 

Methods in de.interactive_instruments.ShapeChange.ModelDiff that return types with arguments of type Info
 HashMap<Info,HashSet<DiffElement>> Differ.baseDiff(Info curr, Info ref)
           
 HashMap<Info,HashSet<DiffElement>> Differ.diff(ClassInfo curr, ClassInfo ref)
           
 HashMap<Info,HashSet<DiffElement>> Differ.diff(PackageInfo curr, PackageInfo ref)
           
 HashMap<Info,HashSet<DiffElement>> Differ.diff(PropertyInfo curr, PropertyInfo ref)
           
 HashMap<Info,HashSet<DiffElement>> Differ.diffEnum(PropertyInfo curr, PropertyInfo ref)
           
protected  HashMap<Info,HashSet<DiffElement>> Differ.infoDiffs(Info base, DiffElement.ElementType type, Info[] currs, Info[] refs)
           
 

Methods in de.interactive_instruments.ShapeChange.ModelDiff with parameters of type Info
 HashMap<Info,HashSet<DiffElement>> Differ.baseDiff(Info curr, Info ref)
           
protected  HashMap<Info,HashSet<DiffElement>> Differ.infoDiffs(Info base, DiffElement.ElementType type, Info[] currs, Info[] refs)
           
protected  HashMap<Info,HashSet<DiffElement>> Differ.infoDiffs(Info base, DiffElement.ElementType type, Info[] currs, Info[] refs)
           
protected  HashMap<Info,HashSet<DiffElement>> Differ.infoDiffs(Info base, DiffElement.ElementType type, Info[] currs, Info[] refs)
           
 

Uses of Info in de.interactive_instruments.ShapeChange.Ocl
 

Fields in de.interactive_instruments.ShapeChange.Ocl declared as Info
 Info OclNode.PropertySelector.modelProperty
           
 

Methods in de.interactive_instruments.ShapeChange.Ocl with parameters of type Info
 OclNode.Expression OclParser.parseOcl(Readable inOcl, Info ctx)
          Perform a full parse of an OCL expression addressed by a Readable.
 OclNode.Expression OclParser.parseOcl(Readable inOcl, Info ctx, String type, String name)
          Perform a full parse of an OCL expression addressed by a Readable.
 

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

Methods in de.interactive_instruments.ShapeChange.Target.Ontology with parameters of type Info
 String OWLISO19150.computeSource(Info i)
          Computes the value for the dc:source that qualifies an ontology element.
 

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

Methods in de.interactive_instruments.ShapeChange.Target.XmlSchema with parameters of type Info
protected  void XsdDocument.addStandardAnnotation(Element e, Info info)
          Add documentation and tagged values to an element
 

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

Classes in us.mitre.ShapeChange.Model.GSIP that implement Info
 class AssociationInfoGSIP
           
 class ClassInfoGSIP
           
 class OperationInfoGSIP
           
 class PackageInfoGSIP
           
 class PropertyInfoGSIP
           
 



Copyright © 2015. All rights reserved.