Modifier and Type | Method and Description |
---|---|
Set<PackageInfo> |
PackageSelector.selectPackages(Model m) |
Modifier and Type | Method and Description |
---|---|
boolean |
Options.skipSchema(Target target,
PackageInfo pi) |
Modifier and Type | Method and Description |
---|---|
SortedSet<ClassInfo> |
ClassSelector.selectClasses(Model m,
Set<PackageInfo> owners) |
Modifier and Type | Class and Description |
---|---|
class |
PackageInfoImpl |
Modifier and Type | Method and Description |
---|---|
PackageInfo |
PackageInfo.owner() |
PackageInfo |
Model.packageById(String id) |
PackageInfo |
ClassInfo.pkg() |
PackageInfo |
PackageInfoImpl.rootPackage() |
PackageInfo |
PackageInfo.rootPackage() |
PackageInfo |
ModelImpl.schemaPackage(ClassInfo ci)
Identifies the nearest schema or application schema package in which the
class is a child.
|
PackageInfo |
Model.schemaPackage(ClassInfo ci)
Identifies the nearest schema or application schema package in which the
class is a child.
|
Modifier and Type | Method and Description |
---|---|
SortedSet<PackageInfo> |
ModelImpl.allPackagesFromSelectedSchemas()
WARNING: This method is intended to be "final", but not actually declared
as such.
|
SortedSet<PackageInfo> |
Model.allPackagesFromSelectedSchemas() |
SortedSet<PackageInfo> |
PackageInfo.containedPackages() |
SortedSet<PackageInfo> |
PackageInfoImpl.containedPackagesInSameTargetNamespace()
WARNING: This method is intended to be "final", but not actually declared
as such.
|
SortedSet<PackageInfo> |
PackageInfo.containedPackagesInSameTargetNamespace() |
SortedSet<PackageInfo> |
Model.packages() |
SortedSet<PackageInfo> |
ModelImpl.packages(PackageInfo pkg)
WARNING: This method is intended to be "final", but not actually declared
as such.
|
SortedSet<PackageInfo> |
Model.packages(PackageInfo pkg) |
SortedSet<PackageInfo> |
ModelImpl.schemas(String name)
Collect and return all PackageInfo objects tagged as being a schema.
|
SortedSet<PackageInfo> |
Model.schemas(String name)
Collect and return all PackageInfo objects tagged as being a schema.
|
SortedSet<? extends PackageInfo> |
ModelImpl.selectedSchemas() |
SortedSet<? extends PackageInfo> |
Model.selectedSchemas()
Return all schemas that are selected using the relevant parameters:
appSchemaName, appSchemaNameRegex, appSchemaNamespaceRegex
NOTE: Transformations may change the set of selected schemas
|
Modifier and Type | Method and Description |
---|---|
SortedSet<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.
|
boolean |
ClassInfoImpl.inSchema(PackageInfo pi)
Check whether the class and the package pi are part of the same schema (=
XML namespace).
|
boolean |
ClassInfo.inSchema(PackageInfo pi)
Check whether the class and the package pi are part of the same schema (=
XML namespace).
|
SortedSet<PackageInfo> |
ModelImpl.packages(PackageInfo pkg)
WARNING: This method is intended to be "final", but not actually declared
as such.
|
SortedSet<PackageInfo> |
Model.packages(PackageInfo pkg) |
Modifier and Type | Class and Description |
---|---|
class |
PackageInfoEA |
Modifier and Type | Method and Description |
---|---|
PackageInfo |
PackageInfoEA.owner()
Return the parent package if present, null otherwise.
|
PackageInfo |
EADocument.packageById(String id) |
PackageInfo |
ClassInfoEA.pkg() |
Modifier and Type | Method and Description |
---|---|
SortedSet<PackageInfo> |
PackageInfoEA.containedPackages() |
SortedSet<PackageInfo> |
EADocument.packages() |
Modifier and Type | Method and Description |
---|---|
SortedSet<ClassInfo> |
EADocument.classes(PackageInfo pi) |
Modifier and Type | Class and Description |
---|---|
class |
GenericPackageInfo |
Modifier and Type | Field and Description |
---|---|
protected PackageInfo |
GenericClassInfo.pkg |
Modifier and Type | Method and Description |
---|---|
PackageInfo |
GenericPackageInfo.owner() |
PackageInfo |
GenericModel.packageById(String id) |
PackageInfo |
GenericClassInfo.pkg() |
Modifier and Type | Method and Description |
---|---|
SortedSet<PackageInfo> |
GenericPackageInfo.containedPackages() |
SortedSet<PackageInfo> |
GenericModel.packages() |
Modifier and Type | Method and Description |
---|---|
SortedSet<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.
|
boolean |
GenericModel.isInAppSchema(PackageInfo pi) |
void |
GenericClassInfo.setPkg(PackageInfo pkg) |
Modifier and Type | Method and Description |
---|---|
void |
GenericPackageInfo.getEmptyPackages(Set<PackageInfo> containerForEmptyPackages) |
void |
GenericModel.remove(Set<PackageInfo> packagesToRemove)
Removes all of the packages in the set from the model, including all
classes contained in these packages.
|
Modifier and Type | Class and Description |
---|---|
class |
PackageInfoXmi10 |
Modifier and Type | Field and Description |
---|---|
protected SortedMap<String,PackageInfo> |
Xmi10Document.fPackages
Hash table for all relevant packages
|
Modifier and Type | Method and Description |
---|---|
PackageInfo |
PackageInfoXmi10.owner() |
PackageInfo |
Xmi10Document.packageById(String id) |
PackageInfo |
ClassInfoXmi10.pkg() |
Modifier and Type | Method and Description |
---|---|
SortedSet<PackageInfo> |
PackageInfoXmi10.containedPackages() |
SortedSet<PackageInfo> |
Xmi10Document.packages() |
Modifier and Type | Method and Description |
---|---|
SortedSet<ClassInfo> |
Xmi10Document.classes(PackageInfo pi) |
Modifier and Type | Method and Description |
---|---|
SortedMap<Info,SortedSet<DiffElement>> |
Differ.diff(PackageInfo curr,
PackageInfo ref) |
Modifier and Type | Field and Description |
---|---|
PackageInfo |
OclNode.PackageLiteralExp.umlPackage |
Modifier and Type | Method and Description |
---|---|
void |
SbvrRuleLoader.loadSBVRRulesAsConstraints(PackageInfo schemaPackage)
Enriches the model by adding SBVR constraints to the classes in the given
schema.
|
Modifier and Type | Method and Description |
---|---|
static PackageInfo |
TargetUtil.findMainSchemaForSingleTargets(SortedSet<? extends PackageInfo> selectedSchemas,
Options options,
ShapeChangeResult result) |
Modifier and Type | Method and Description |
---|---|
void |
Target.initialise(PackageInfo pi,
Model m,
Options o,
ShapeChangeResult r,
boolean diagOnly)
Allows a target to perform the necessary initialization routines before
processing.
|
void |
TargetOutputProcessor.process(List<File> outputFiles,
TargetConfiguration tgt,
PackageInfo schema) |
Modifier and Type | Method and Description |
---|---|
static PackageInfo |
TargetUtil.findMainSchemaForSingleTargets(SortedSet<? extends PackageInfo> selectedSchemas,
Options options,
ShapeChangeResult result) |
Modifier and Type | Method and Description |
---|---|
void |
AppConfiguration.initialise(PackageInfo pi,
Model m,
Options o,
ShapeChangeResult r,
boolean diagOnly) |
Modifier and Type | Field and Description |
---|---|
protected static Map<Integer,Map<PackageInfo,Integer>> |
ArcGISWorkspace.eaPkgIdByModelPkg_byWorkspaceSubPkgId
key: workspace sub package; value: {key: application schema package;
value: corresponding EA package within the workspace sub package}
|
Modifier and Type | Method and Description |
---|---|
void |
ArcGISWorkspace.initialise(PackageInfo p,
Model m,
Options o,
ShapeChangeResult r,
boolean diagOnly) |
Modifier and Type | Method and Description |
---|---|
void |
CDB.initialise(PackageInfo p,
Model m,
Options o,
ShapeChangeResult r,
boolean diagOnly) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
Definitions.initialise(PackageInfo p,
Model m,
Options o,
ShapeChangeResult r,
boolean diagOnly) |
Modifier and Type | Method and Description |
---|---|
void |
UmlModel.initialise(PackageInfo p,
Model m,
Options o,
ShapeChangeResult r,
boolean diagOnly) |
Modifier and Type | Method and Description |
---|---|
void |
FeatureCatalogue.initialise(PackageInfo p,
Model m,
Options o,
ShapeChangeResult r,
boolean diagOnly) |
Modifier and Type | Field and Description |
---|---|
protected PackageInfo |
FOL2Schematron.schema |
Modifier and Type | Method and Description |
---|---|
void |
FOL2Schematron.initialise(PackageInfo schemaPi,
Model m,
Options o,
ShapeChangeResult r,
boolean diagOnly) |
Modifier and Type | Method and Description |
---|---|
void |
JsonSchema.initialise(PackageInfo p,
Model m,
Options o,
ShapeChangeResult r,
boolean diagOnly)
Initialize target generation for the JSON Schema output.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
XSLT.createFolders(PackageInfo pix,
Element e,
int level)
Create folder structure
|
void |
XSLT.initialise(PackageInfo p,
Model m,
Options o,
ShapeChangeResult r,
boolean diagOnly) |
Modifier and Type | Method and Description |
---|---|
void |
Excel.initialise(PackageInfo p,
Model m,
Options o,
ShapeChangeResult r,
boolean diagOnly) |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationSchemaMetadata.initialise(PackageInfo p,
Model m,
Options o,
ShapeChangeResult r,
boolean diagOnly) |
Modifier and Type | Method and Description |
---|---|
void |
ModelExport.initialise(PackageInfo p,
Model m,
Options o,
ShapeChangeResult r,
boolean diagOnly) |
Modifier and Type | Field and Description |
---|---|
protected static SortedMap<PackageInfo,OntologyModel> |
OWLISO19150.ontologyByPiMap
key: a package, value: the according ontology object
|
Modifier and Type | Method and Description |
---|---|
static String |
OntologyModel.computeBackPath(PackageInfo pi) |
static String |
OntologyModel.computePath(PackageInfo pi)
Provides the path (of packages) that leads from the main schema package
down to this package.
|
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) |
static String |
OntologyModel.normalizedName(PackageInfo pi)
Normalizes the name of a package according to the rules in ISO
19150-2package:name and 19150-2package:ontologyName.
|
Constructor and Description |
---|
OntologyModel(PackageInfo pi,
Model m,
Options o,
ShapeChangeResult r,
String xmlprefix,
OWLISO19150 owliso19150) |
Modifier and Type | Method and Description |
---|---|
void |
ProfileTransferEA.initialise(PackageInfo pi,
Model m,
Options o,
ShapeChangeResult r,
boolean diagOnly) |
Modifier and Type | Method and Description |
---|---|
void |
ReplicationXmlSchema.initialise(PackageInfo p,
Model m,
Options o,
ShapeChangeResult r,
boolean diagOnly) |
Modifier and Type | Method and Description |
---|---|
void |
SqlDdl.initialise(PackageInfo pi,
Model m,
Options o,
ShapeChangeResult r,
boolean diagOnly) |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationSchemaStatistic.initialise(PackageInfo pi,
Model m,
Options o,
ShapeChangeResult r,
boolean diagOnly) |
Constructor and Description |
---|
SchemaStatistic(String schemaName,
PackageInfo schemaPackage) |
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
SchematronSchema(Model mdl,
Options o,
ShapeChangeResult r,
PackageInfo p)
Ctor
|
XsdDocument(PackageInfo pi,
Model m,
Options o,
ShapeChangeResult r,
String n) |
Modifier and Type | Method and Description |
---|---|
static int |
EAModelUtil.createEAPackage(org.sparx.Repository rep,
PackageInfo pi,
int eaParentPkgId)
Creates an EA package for the given PackageInfo.
|
Copyright © 2017. All rights reserved.