Package | Description |
---|---|
de.interactive_instruments.ShapeChange | |
de.interactive_instruments.ShapeChange.Target.Ontology |
Modifier and Type | Method and Description |
---|---|
PropertyConversionParameter |
TargetOwlConfiguration.getPropertyConversionParameter(PropertyInfo pi) |
PropertyConversionParameter |
TargetOwlConfiguration.getPropertyConversionParameter(String propertyNameScopedToClass,
String schemaName)
Look up the conversion parameter for a property, given a combination of
the name of the class it belongs to and its name (example:
Feature1::att4), as well as the name of the schema the class belongs to.
|
Constructor and Description |
---|
TargetOwlConfiguration(String className,
ProcessMode processMode,
Map<String,String> parameters,
Map<String,ProcessRuleSet> ruleSets,
Set<String> inputIds,
List<Namespace> namespaces,
Element advancedProcessConfigurations,
Map<String,List<RdfTypeMapEntry>> rdfTypeMapEntries,
Map<String,List<RdfPropertyMapEntry>> rdfPropertyMapEntries,
SortedMap<String,List<StereotypeConversionParameter>> stereotypeConversionParameters,
Map<String,List<TypeConversionParameter>> typeConversionParameters,
Map<String,List<PropertyConversionParameter>> propertyConversionParameters,
List<DescriptorTarget> descriptorTargets,
Map<ConstraintMapping.ConstraintType,ConstraintMapping> constraintMappings)
Creates a TargetOwlConfiguration.
|
Modifier and Type | Method and Description |
---|---|
OntologyModel |
OWLISO19150.computeRelevantOntologyForTargetMapping(PropertyConversionParameter pcp)
Searches for the ontology that contains the property that is identified
by the 'target' and 'targetSchema' fields of the given conversion
parameter.
|
PropertyInfo |
OntologyModel.getGlobalProperty(PropertyConversionParameter pcp) |
Copyright © 2017. All rights reserved.