scheduler.configuration
Interface ActiveResourceConfiguration

All Superinterfaces:
Identifier
All Known Implementing Classes:
ActiveResourceConfigurationImpl

public interface ActiveResourceConfiguration
extends Identifier

A representation of the model object 'Active Resource Configuration'.

The following features are supported:

See Also:
ConfigurationPackage.getActiveResourceConfiguration()

Method Summary
 String getName()
          Returns the value of the 'Name' attribute.
 int getReplicas()
          Returns the value of the 'Replicas' attribute.
 SchedulerConfiguration getSchedulerConfiguration()
          Returns the value of the 'Scheduler Configuration' reference.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 void setReplicas(int value)
          Sets the value of the 'Replicas' attribute.
 void setSchedulerConfiguration(SchedulerConfiguration value)
          Sets the value of the 'Scheduler Configuration' reference.
 
Methods inherited from interface de.uka.ipd.sdq.identifier.Identifier
getId, idHasToBeUnique, setId
 

Method Detail

getSchedulerConfiguration

SchedulerConfiguration getSchedulerConfiguration()
Returns the value of the 'Scheduler Configuration' reference.

If the meaning of the 'Scheduler Configuration' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Scheduler Configuration' reference.
See Also:
setSchedulerConfiguration(SchedulerConfiguration), ConfigurationPackage.getActiveResourceConfiguration_SchedulerConfiguration()

setSchedulerConfiguration

void setSchedulerConfiguration(SchedulerConfiguration value)
Sets the value of the 'Scheduler Configuration' reference.

Parameters:
value - the new value of the 'Scheduler Configuration' reference.
See Also:
getSchedulerConfiguration()

getReplicas

int getReplicas()
Returns the value of the 'Replicas' attribute. The default value is "1".

If the meaning of the 'Replicas' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Replicas' attribute.
See Also:
setReplicas(int), ConfigurationPackage.getActiveResourceConfiguration_Replicas()

setReplicas

void setReplicas(int value)
Sets the value of the 'Replicas' attribute.

Parameters:
value - the new value of the 'Replicas' attribute.
See Also:
getReplicas()

getName

String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), ConfigurationPackage.getActiveResourceConfiguration_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()