Package | Description |
---|---|
de.interactive_instruments.ShapeChange |
Modifier and Type | Method and Description |
---|---|
ConstraintMapping.ConstraintType |
ConstraintMapping.getConstraintType() |
static ConstraintMapping.ConstraintType |
ConstraintMapping.ConstraintType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstraintMapping.ConstraintType[] |
ConstraintMapping.ConstraintType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConstraintMapping |
TargetOwlConfiguration.getConstraintMapping(ConstraintMapping.ConstraintType type) |
boolean |
TargetOwlConfiguration.hasConstraintMapping(ConstraintMapping.ConstraintType type) |
Constructor and Description |
---|
ConstraintMapping(ConstraintMapping.ConstraintType constraintType,
String target,
String template,
String noValue,
String multiValueConnectorToken,
ConstraintMapping.Format format) |
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.
|
Copyright © 2017. All rights reserved.