Uses of Class
adams.core.base.BaseCommandLine
-
Packages that use BaseCommandLine Package Description adams.data.conversion adams.flow.control.flowrestart.operation adams.flow.source.valuedefinition -
-
Uses of BaseCommandLine in adams.data.conversion
Fields in adams.data.conversion declared as BaseCommandLine Modifier and Type Field Description protected BaseCommandLineSwapObjects. m_NewObjectthe new object.protected BaseCommandLineSwapObjects. m_OldObjectthe old object.Methods in adams.data.conversion that return BaseCommandLine Modifier and Type Method Description BaseCommandLineSwapObjects. getNewObject()Returns the new object to replace with.BaseCommandLineSwapObjects. getOldObject()Returns the old object to replace.Methods in adams.data.conversion with parameters of type BaseCommandLine Modifier and Type Method Description voidSwapObjects. setNewObject(BaseCommandLine value)Sets the new object to replace with.voidSwapObjects. setOldObject(BaseCommandLine value)Sets the old object to replace. -
Uses of BaseCommandLine in adams.flow.control.flowrestart.operation
Fields in adams.flow.control.flowrestart.operation declared as BaseCommandLine Modifier and Type Field Description protected BaseCommandLineExternalCommand. m_Commandthe command to execute.Methods in adams.flow.control.flowrestart.operation that return BaseCommandLine Modifier and Type Method Description BaseCommandLineExternalCommand. getCommand()Returns the external command.Methods in adams.flow.control.flowrestart.operation with parameters of type BaseCommandLine Modifier and Type Method Description voidExternalCommand. setCommand(BaseCommandLine value)Sets the external command. -
Uses of BaseCommandLine in adams.flow.source.valuedefinition
Fields in adams.flow.source.valuedefinition declared as BaseCommandLine Modifier and Type Field Description protected BaseCommandLineAbstractGOEValueDefinition. m_DefaultClassthe default class.Methods in adams.flow.source.valuedefinition that return BaseCommandLine Modifier and Type Method Description BaseCommandLineAbstractGOEValueDefinition. getDefaultClass()Returns the default class (derived from the specified super class).protected abstract BaseCommandLineAbstractGOEValueDefinition. getDefaultDefaultClass()Returns the default default class.protected BaseCommandLineGOEValueDefinition. getDefaultDefaultClass()Returns the default default class.protected BaseCommandLineWekaGOEValueDefinition. getDefaultDefaultClass()Returns the default default class.Methods in adams.flow.source.valuedefinition with parameters of type BaseCommandLine Modifier and Type Method Description voidAbstractGOEValueDefinition. setDefaultClass(BaseCommandLine value)Sets the default class (derived from the specified super class).
-