
es.tid.vntm.topology.elements.IPNodeParams 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.vntm.topology.elements;
import java.util.ArrayList;
public class IPNodeParams {
ArrayList staticRoutingParams;
ArrayList bgpParams;
ArrayList isisParams;
ArrayList ospfParams;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy