Uses of Class
de.interactive_instruments.ShapeChange.ShapeChangeAbortException

Packages that use ShapeChangeAbortException
de.interactive_instruments.ShapeChange   
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.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.Transformation   
de.interactive_instruments.ShapeChange.Transformation.Flattening   
de.interactive_instruments.ShapeChange.Transformation.Identity   
de.interactive_instruments.ShapeChange.Transformation.Naming   
de.interactive_instruments.ShapeChange.Transformation.Profiling   
de.interactive_instruments.ShapeChange.UI   
us.mitre.ShapeChange.Model.GSIP   
 

Uses of ShapeChangeAbortException in de.interactive_instruments.ShapeChange
 

Methods in de.interactive_instruments.ShapeChange that throw ShapeChangeAbortException
 void Converter.convert()
           
 void Options.loadConfiguration()
           
 

Uses of ShapeChangeAbortException in de.interactive_instruments.ShapeChange.Model
 

Methods in de.interactive_instruments.ShapeChange.Model that throw ShapeChangeAbortException
 void ClassInfoImpl.establishCategory()
          Establish category.
 void Transformer.initialise(Options o, ShapeChangeResult r, String fn)
           
 void Model.initialise(ShapeChangeResult r, Options o, String repositoryFileNameOrConnectionString)
           
 void ModelImpl.initialise(ShapeChangeResult r, Options o, String repositoryFileNameOrConnectionString, String user, String pwd)
           
 void Model.initialise(ShapeChangeResult r, Options o, String repositoryFileNameOrConnectionString, String username, String password)
           
 void Transformer.transform()
           
 

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

Methods in de.interactive_instruments.ShapeChange.Model.EA that throw ShapeChangeAbortException
 void EADocument.executeCommonInitializationProcedure()
           
 void EADocument.initialise(ShapeChangeResult r, Options o, String repositoryFileNameOrConnectionString)
          Connect to EA Repository without security information
 void EADocument.initialise(ShapeChangeResult r, Options o, String repositoryFileNameOrConnectionString, String username, String password)
          Connect to EA Repository with security information
 

Constructors in de.interactive_instruments.ShapeChange.Model.EA that throw ShapeChangeAbortException
ClassInfoEA(EADocument doc, PackageInfoEA pi, org.sparx.Element elmt)
          Create new ClassInfo object
EADocument(ShapeChangeResult r, Options o, String repositoryFileName)
           
 

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

Methods in de.interactive_instruments.ShapeChange.Model.Generic that throw ShapeChangeAbortException
 void GenericModel.initialise(ShapeChangeResult r, Options o, String repositoryFileName)
           
 

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

Methods in de.interactive_instruments.ShapeChange.Model.Xmi10 that throw ShapeChangeAbortException
protected  void Xmi10Document.initAssociations()
          Initialize map of asscoiations
protected  void Xmi10Document.initClasses()
          Process all classes and generate the XML Schema "code"
 void Xmi10Document.initialise(ShapeChangeResult r, Options o, String xmifile)
          Load the application schema(s).
protected  void Xmi10Document.initPackages()
          Process all packages in the application schema
protected  void Xmi10Document.initTypesMap()
          Initialize map of types
 void Xmi10Document.open(String xmlfile)
           
protected  void Xmi10Document.verify()
          Verify XMI version
 

Constructors in de.interactive_instruments.ShapeChange.Model.Xmi10 that throw ShapeChangeAbortException
AssociationInfoXmi10(Xmi10Document d, Element e)
           
ClassInfoXmi10(Xmi10Document d, Element e)
           
OperationInfoXmi10(Xmi10Document d, Element e)
           
PackageInfoXmi10(Xmi10Document d, Element e)
           
PropertyInfoXmi10(Xmi10Document d, Element e, AssociationInfoXmi10 ai)
           
 

Uses of ShapeChangeAbortException in de.interactive_instruments.ShapeChange.Target
 

Methods in de.interactive_instruments.ShapeChange.Target that throw ShapeChangeAbortException
 void Target.initialise(PackageInfo pi, Model m, Options o, ShapeChangeResult r, boolean diagOnly)
          Allows a target to perform the necessary initialization routines before processing.
 

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

Methods in de.interactive_instruments.ShapeChange.Target.AppConfiguration that throw ShapeChangeAbortException
 void AppConfiguration.initialise(PackageInfo pi, Model m, Options o, ShapeChangeResult r, boolean diagOnly)
           
 

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

Methods in de.interactive_instruments.ShapeChange.Target.ArcGISWorkspace that throw ShapeChangeAbortException
 void ArcGISWorkspace.initialise(PackageInfo p, Model m, Options o, ShapeChangeResult r, boolean diagOnly)
           
 

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

Methods in de.interactive_instruments.ShapeChange.Target.Codelists that throw ShapeChangeAbortException
 void CodelistRegister.initialise(PackageInfo p, Model m, Options o, ShapeChangeResult r, boolean diagOnly)
           
 void CodelistDictionariesML.initialise(PackageInfo p, Model m, Options o, ShapeChangeResult r, boolean diagOnly)
           
 void CodelistDictionaries.initialise(PackageInfo p, Model m, Options o, ShapeChangeResult r, boolean diagOnly)
           
 

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

Methods in de.interactive_instruments.ShapeChange.Target.Definitions that throw ShapeChangeAbortException
 void Definitions.initialise(PackageInfo p, Model m, Options o, ShapeChangeResult r, boolean diagOnly)
           
 

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

Methods in de.interactive_instruments.ShapeChange.Target.EA that throw ShapeChangeAbortException
 void UmlModel.initialise(PackageInfo p, Model m, Options o, ShapeChangeResult r, boolean diagOnly)
           
 

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

Methods in de.interactive_instruments.ShapeChange.Target.FeatureCatalogue that throw ShapeChangeAbortException
 void FeatureCatalogue.initialise(PackageInfo p, Model m, Options o, ShapeChangeResult r, boolean diagOnly)
           
 

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

Methods in de.interactive_instruments.ShapeChange.Target.JSON that throw ShapeChangeAbortException
 void JsonSchema.initialise(PackageInfo p, Model m, Options o, ShapeChangeResult r, boolean diagOnly)
          Initialize target generation for the JSON Schema output.
 

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

Methods in de.interactive_instruments.ShapeChange.Target.KML that throw ShapeChangeAbortException
 void XSLT.initialise(PackageInfo p, Model m, Options o, ShapeChangeResult r, boolean diagOnly)
           
 

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

Methods in de.interactive_instruments.ShapeChange.Target.Mapping that throw ShapeChangeAbortException
 void Excel.initialise(PackageInfo p, Model m, Options o, ShapeChangeResult r, boolean diagOnly)
           
 

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

Methods in de.interactive_instruments.ShapeChange.Target.Ontology that throw ShapeChangeAbortException
 void RDF.initialise(PackageInfo p, Model m, Options o, ShapeChangeResult r, boolean diagOnly)
           
 void OWLISO19150.initialise(PackageInfo p, Model m, Options o, ShapeChangeResult r, boolean diagOnly)
           
 

Constructors in de.interactive_instruments.ShapeChange.Target.Ontology that throw ShapeChangeAbortException
OntologyDocumentRDFXML(PackageInfo pi, Model m, Options o, ShapeChangeResult r, String xmlprefix, OWLISO19150 owliso19150)
           
OntologyModel(PackageInfo pi, Model m, Options o, ShapeChangeResult r, String xmlprefix, OWLISO19150 owliso19150)
           
 

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

Methods in de.interactive_instruments.ShapeChange.Target.SQL that throw ShapeChangeAbortException
 void SqlDdl.initialise(PackageInfo pi, Model m, Options o, ShapeChangeResult r, boolean diagOnly)
           
 

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

Methods in de.interactive_instruments.ShapeChange.Target.XmlSchema that throw ShapeChangeAbortException
protected  boolean XmlSchema.createXSDs(PackageInfo pi, XsdDocument xsdcurr)
          Create XML Schema documents
 void XmlSchema.initialise(PackageInfo p, Model m, Options o, ShapeChangeResult r, boolean diagOnly)
           
protected  void XmlSchema.processDependecies(PackageInfo pi)
          Process dependency relationships with other packages
 

Constructors in de.interactive_instruments.ShapeChange.Target.XmlSchema that throw ShapeChangeAbortException
XsdDocument(PackageInfo pi, Model m, Options o, ShapeChangeResult r, String n)
           
 

Uses of ShapeChangeAbortException in de.interactive_instruments.ShapeChange.Transformation
 

Methods in de.interactive_instruments.ShapeChange.Transformation that throw ShapeChangeAbortException
 void Transformer.process(GenericModel m, Options o, TransformerConfiguration trfConfig, ShapeChangeResult r)
          Processes the model.
 GenericModel TransformationManager.process(Model m, Options o, TransformerConfiguration trfConfig, ShapeChangeResult r)
           
 

Uses of ShapeChangeAbortException in de.interactive_instruments.ShapeChange.Transformation.Flattening
 

Methods in de.interactive_instruments.ShapeChange.Transformation.Flattening that throw ShapeChangeAbortException
 void Flattener.process(GenericModel genModel, Options options, TransformerConfiguration trfConfig, ShapeChangeResult result)
           
 

Uses of ShapeChangeAbortException in de.interactive_instruments.ShapeChange.Transformation.Identity
 

Methods in de.interactive_instruments.ShapeChange.Transformation.Identity that throw ShapeChangeAbortException
 void IdentityTransform.process(GenericModel m, Options o, TransformerConfiguration trfConfig, ShapeChangeResult r)
          Does nothing with the given model.
 

Uses of ShapeChangeAbortException in de.interactive_instruments.ShapeChange.Transformation.Naming
 

Methods in de.interactive_instruments.ShapeChange.Transformation.Naming that throw ShapeChangeAbortException
 void NamingModifier.process(GenericModel genModel, Options options, TransformerConfiguration trfConfig, ShapeChangeResult result)
           
 

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

Methods in de.interactive_instruments.ShapeChange.Transformation.Profiling that throw ShapeChangeAbortException
 void Profiler.process(GenericModel genModel, Options options, TransformerConfiguration trfConfig, ShapeChangeResult result)
           
 

Uses of ShapeChangeAbortException in de.interactive_instruments.ShapeChange.UI
 

Methods in de.interactive_instruments.ShapeChange.UI that throw ShapeChangeAbortException
 void Dialog.initialise(Converter c, Options o, ShapeChangeResult r, String x)
           
 

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

Methods in us.mitre.ShapeChange.Model.GSIP that throw ShapeChangeAbortException
 void GSIPDocument.initialise(ShapeChangeResult r, Options o, String mdbFileName)
           
 

Constructors in us.mitre.ShapeChange.Model.GSIP that throw ShapeChangeAbortException
ClassInfoGSIP(GSIPDocument doc, PackageInfoGSIP pi, HashMap<String,Object> properties)
           
GSIPDocument(ShapeChangeResult r, Options o, String mdbFileName)
           
 



Copyright © 2015. All rights reserved.