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

Packages that use Model
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   
us.mitre.ShapeChange.Model.GSIP   
 

Uses of Model in de.interactive_instruments.ShapeChange
 

Methods in de.interactive_instruments.ShapeChange with parameters of type Model
 void Converter.convert(Model model)
          Convert the application schema.
 

Uses of Model in de.interactive_instruments.ShapeChange.Model
 

Classes in de.interactive_instruments.ShapeChange.Model that implement Model
 class ModelImpl
           
 

Methods in de.interactive_instruments.ShapeChange.Model that return Model
 Model Info.model()
           
 

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

Classes in de.interactive_instruments.ShapeChange.Model.EA that implement Model
 class EADocument
           
 

Methods in de.interactive_instruments.ShapeChange.Model.EA that return Model
 Model PropertyInfoEA.model()
          Return EA model object.
 Model PackageInfoEA.model()
          Return EA model object.
 Model OperationInfoEA.model()
          Return EA model object.
 Model ClassInfoEA.model()
          Return EA model object.
 Model AssociationInfoEA.model()
          Return Model object
 

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

Classes in de.interactive_instruments.ShapeChange.Model.Generic that implement Model
 class GenericModel
           
 

Fields in de.interactive_instruments.ShapeChange.Model.Generic declared as Model
protected  Model GenericModel.model
           
 

Methods in de.interactive_instruments.ShapeChange.Model.Generic that return Model
 Model GenericPropertyInfo.model()
           
 Model GenericPackageInfo.model()
           
 Model GenericAssociationInfo.model()
           
 

Constructors in de.interactive_instruments.ShapeChange.Model.Generic with parameters of type Model
GenericModel(Model model)
           
 

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

Classes in de.interactive_instruments.ShapeChange.Model.Xmi10 that implement Model
 class Xmi10Document
           
 

Methods in de.interactive_instruments.ShapeChange.Model.Xmi10 that return Model
 Model PropertyInfoXmi10.model()
           
 Model PackageInfoXmi10.model()
           
 Model OperationInfoXmi10.model()
           
 Model ClassInfoXmi10.model()
           
 Model AssociationInfoXmi10.model()
           
 

Uses of Model in de.interactive_instruments.ShapeChange.Target
 

Methods in de.interactive_instruments.ShapeChange.Target with parameters of type Model
 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 Model in de.interactive_instruments.ShapeChange.Target.AppConfiguration
 

Methods in de.interactive_instruments.ShapeChange.Target.AppConfiguration with parameters of type Model
 void AppConfiguration.initialise(PackageInfo pi, Model m, Options o, ShapeChangeResult r, boolean diagOnly)
           
 

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

Methods in de.interactive_instruments.ShapeChange.Target.ArcGISWorkspace with parameters of type Model
 void ArcGISWorkspace.initialise(PackageInfo p, Model m, Options o, ShapeChangeResult r, boolean diagOnly)
           
 

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

Methods in de.interactive_instruments.ShapeChange.Target.Codelists with parameters of type Model
 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 Model in de.interactive_instruments.ShapeChange.Target.Definitions
 

Methods in de.interactive_instruments.ShapeChange.Target.Definitions with parameters of type Model
 void Definitions.initialise(PackageInfo p, Model m, Options o, ShapeChangeResult r, boolean diagOnly)
           
 

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

Methods in de.interactive_instruments.ShapeChange.Target.EA with parameters of type Model
 void UmlModel.initialise(PackageInfo p, Model m, Options o, ShapeChangeResult r, boolean diagOnly)
           
 

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

Methods in de.interactive_instruments.ShapeChange.Target.FeatureCatalogue with parameters of type Model
 void FeatureCatalogue.initialise(PackageInfo p, Model m, Options o, ShapeChangeResult r, boolean diagOnly)
           
 

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

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

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

Methods in de.interactive_instruments.ShapeChange.Target.KML with parameters of type Model
 void XSLT.initialise(PackageInfo p, Model m, Options o, ShapeChangeResult r, boolean diagOnly)
           
 

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

Methods in de.interactive_instruments.ShapeChange.Target.Mapping with parameters of type Model
 void Excel.initialise(PackageInfo p, Model m, Options o, ShapeChangeResult r, boolean diagOnly)
           
 

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

Fields in de.interactive_instruments.ShapeChange.Target.Ontology declared as Model
protected  Model OntologyModel.model
           
protected  Model OntologyDocumentRDFXML.model
           
 

Methods in de.interactive_instruments.ShapeChange.Target.Ontology with parameters of type Model
 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 with parameters of type Model
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 Model in de.interactive_instruments.ShapeChange.Target.SQL
 

Methods in de.interactive_instruments.ShapeChange.Target.SQL with parameters of type Model
 void SqlDdl.initialise(PackageInfo pi, Model m, Options o, ShapeChangeResult r, boolean diagOnly)
           
 

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

Fields in de.interactive_instruments.ShapeChange.Target.XmlSchema declared as Model
protected  Model XsdDocument.model
           
 

Methods in de.interactive_instruments.ShapeChange.Target.XmlSchema with parameters of type Model
 void XmlSchema.initialise(PackageInfo p, Model m, Options o, ShapeChangeResult r, boolean diagOnly)
           
 

Constructors in de.interactive_instruments.ShapeChange.Target.XmlSchema with parameters of type Model
SchematronSchema(Model mdl, Options o, ShapeChangeResult r, PackageInfo p)
          Ctor
XsdDocument(PackageInfo pi, Model m, Options o, ShapeChangeResult r, String n)
           
 

Uses of Model in de.interactive_instruments.ShapeChange.Transformation
 

Methods in de.interactive_instruments.ShapeChange.Transformation with parameters of type Model
 GenericModel TransformationManager.process(Model m, Options o, TransformerConfiguration trfConfig, ShapeChangeResult r)
           
 

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

Classes in us.mitre.ShapeChange.Model.GSIP that implement Model
 class GSIPDocument
           
 

Methods in us.mitre.ShapeChange.Model.GSIP that return Model
 Model PropertyInfoGSIP.model()
          Return GSIP model object.
 Model PackageInfoGSIP.model()
           
 Model OperationInfoGSIP.model()
           
 Model ClassInfoGSIP.model()
          Return GSIP model object.
 Model AssociationInfoGSIP.model()
          Return Model object
 



Copyright © 2015. All rights reserved.