Uses of Class
de.interactive_instruments.ShapeChange.ProcessMapEntry

Packages that use ProcessMapEntry
de.interactive_instruments.ShapeChange   
de.interactive_instruments.ShapeChange.Target.ArcGISWorkspace   
 

Uses of ProcessMapEntry in de.interactive_instruments.ShapeChange
 

Methods in de.interactive_instruments.ShapeChange that return ProcessMapEntry
 ProcessMapEntry ProcessConfiguration.getMapEntry(String type)
           
 ProcessMapEntry TransformerConfiguration.getMappingForType(String rule, String type)
           
 

Methods in de.interactive_instruments.ShapeChange that return types with arguments of type ProcessMapEntry
 List<ProcessMapEntry> ProcessConfiguration.getMapEntries()
           
 

Constructor parameters in de.interactive_instruments.ShapeChange with type arguments of type ProcessMapEntry
ProcessConfiguration(String className, ProcessMode processMode, Map<String,String> parameters, Map<String,ProcessRuleSet> ruleSets, List<ProcessMapEntry> mapEntries)
          Creates a ProcessConfiguration.
TargetConfiguration(String className, ProcessMode processMode, Map<String,String> parameters, Map<String,ProcessRuleSet> ruleSets, List<ProcessMapEntry> mapEntries, Set<String> inputIds, List<Namespace> namespaces)
          Creates a TargetConfiguration.
TargetOwlConfiguration(String className, ProcessMode processMode, Map<String,String> parameters, Map<String,ProcessRuleSet> ruleSets, List<ProcessMapEntry> mapEntries, Set<String> inputIds, List<Namespace> namespaces, Map<String,String> stereotypeMappings)
          Creates a TargetOwlConfiguration.
TargetXmlSchemaConfiguration(String className, ProcessMode processMode, Map<String,String> parameters, Map<String,ProcessRuleSet> ruleSets, List<ProcessMapEntry> mapEntries, List<XsdMapEntry> xsdMapEntries, List<XmlNamespace> xmlNamespaces, Set<String> inputIds)
          Creates a TargetConfiguration.
TransformerConfiguration(String id, String className, ProcessMode processMode, Map<String,String> parameters, Map<String,ProcessRuleSet> ruleSets, List<ProcessMapEntry> mapEntries, List<TaggedValueConfigurationEntry> taggedValues, String inputId)
          Creates a TransformerConfiguration.
 

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

Fields in de.interactive_instruments.ShapeChange.Target.ArcGISWorkspace with type parameters of type ProcessMapEntry
protected  Map<String,ProcessMapEntry> ArcGISWorkspace.processMapEntries
          TODO: value of 'rule' attribute is currently ignored key: 'type' attribute value of map entry defined for the target; value: according map entry
 



Copyright © 2015. All rights reserved.