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 BaseCommandLine
SwapObjects. m_NewObject
the new object.protected BaseCommandLine
SwapObjects. m_OldObject
the old object.Methods in adams.data.conversion that return BaseCommandLine Modifier and Type Method Description BaseCommandLine
SwapObjects. getNewObject()
Returns the new object to replace with.BaseCommandLine
SwapObjects. getOldObject()
Returns the old object to replace.Methods in adams.data.conversion with parameters of type BaseCommandLine Modifier and Type Method Description void
SwapObjects. setNewObject(BaseCommandLine value)
Sets the new object to replace with.void
SwapObjects. 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 BaseCommandLine
ExternalCommand. m_Command
the command to execute.Methods in adams.flow.control.flowrestart.operation that return BaseCommandLine Modifier and Type Method Description BaseCommandLine
ExternalCommand. getCommand()
Returns the external command.Methods in adams.flow.control.flowrestart.operation with parameters of type BaseCommandLine Modifier and Type Method Description void
ExternalCommand. 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 BaseCommandLine
AbstractGOEValueDefinition. m_DefaultClass
the default class.Methods in adams.flow.source.valuedefinition that return BaseCommandLine Modifier and Type Method Description BaseCommandLine
AbstractGOEValueDefinition. getDefaultClass()
Returns the default class (derived from the specified super class).protected abstract BaseCommandLine
AbstractGOEValueDefinition. getDefaultDefaultClass()
Returns the default default class.protected BaseCommandLine
GOEValueDefinition. getDefaultDefaultClass()
Returns the default default class.protected BaseCommandLine
WekaGOEValueDefinition. getDefaultDefaultClass()
Returns the default default class.Methods in adams.flow.source.valuedefinition with parameters of type BaseCommandLine Modifier and Type Method Description void
AbstractGOEValueDefinition. setDefaultClass(BaseCommandLine value)
Sets the default class (derived from the specified super class).
-