public abstract class AbstractSimResource extends SchedulerEntity
| Constructor and Description |
|---|
AbstractSimResource(SchedulerModel model,
long capacity,
String name,
String id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getCapacity() |
String |
getId() |
String |
getName()
Returns the name of this simulation element.
|
int |
hashCode() |
String |
toString() |
getModelgetEncapsulatedEntity, isScheduled, reschedulepublic AbstractSimResource(SchedulerModel model, long capacity, String name, String id)
public long getCapacity()
public String getName()
SimulationElementgetName in class SimulationElementpublic String getId()