|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessMode | |
---|---|
de.interactive_instruments.ShapeChange |
Uses of ProcessMode in de.interactive_instruments.ShapeChange |
---|
Methods in de.interactive_instruments.ShapeChange that return ProcessMode | |
---|---|
static ProcessMode |
ProcessMode.fromString(String mode)
Parses the given string to identify if it represents one of the declared process modes. |
ProcessMode |
ProcessConfiguration.getProcessMode()
|
static ProcessMode |
ProcessMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ProcessMode[] |
ProcessMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in de.interactive_instruments.ShapeChange with parameters of type ProcessMode | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |