com.rapidminer.io.process.rules
Interface ParseRule

All Known Implementing Classes:
AbstractConditionedParseRule, AbstractGenericParseRule, AbstractParseRule, ChangeParameterValueRule, DeleteAfterAutoWireRule, DeleteUnnecessaryOperatorChainRule, ExcelCellAddressParseRule, ExchangeSubprocessesRule, OperatorEnablerRepairRule, PassthroughShortcutRule, RenamePlotterParametersRule, ReplaceIOContainerWriter, ReplaceIOMultiplierRule, ReplaceOperatorRule, ReplaceParameterRule, SetParameterRule, SetRoleByNameRule, SwitchListEntriesRule, WireAllOperators

public interface ParseRule

Rule that defines how operators are imported from earlier RapidMiner versions.

Author:
Simon Fischer

Method Summary
 java.lang.String apply(Operator operator, VersionNumber processVersion, XMLImporter importer)
          Applies the rule and possibly returns a message describing what has been modified.
 

Method Detail

apply

java.lang.String apply(Operator operator,
                       VersionNumber processVersion,
                       XMLImporter importer)
Applies the rule and possibly returns a message describing what has been modified. This takes only place if the rule applies as well to the operator as to the version of the process we are importing or the given processVersion is null. Null is returned if the rule did not apply.

Parameters:
importer -


Copyright © 2001-2009 by Rapid-I