
es.tid.emulator.node.resources.Resource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of network-emulator Show documentation
Show all versions of network-emulator Show documentation
Emulator of GMPLS-controlled transport Network
The newest version!
package es.tid.emulator.node.resources;
/**
*
* Class to include the needed information to check, reserve or free a network resource
*
* @author Fernando Mu�oz del Nuevo
*
* FIXME: A�adir la informaci�n necesaria para tocar los recursos
*
*/
public class Resource {
private String resourceName;
public String getResourceName() {
return resourceName;
}
public void setResourceName(String resourceName) {
this.resourceName = resourceName;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy