-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInet.java
36 lines (33 loc) · 955 Bytes
/
Inet.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
import javax.lang.model.element.Element;
import javax.xml.namespace.QName;
import javax.xml.stream.XMLEventFactory;
import javax.xml.stream.events.Namespace;
import java.io.File;
import java.net.InetAddress;
import java.net.UnknownHostException;
import java.nio.file.Paths;
import java.security.spec.ECField;
import java.util.Arrays;
import java.util.Map;
import java.util.concurrent.Flow;
public class Inet {
// public static String check()
// {
// return "hello";
// }
//
// public enum FLOWS {
// MARKET_SCENARIO("marketScenario"),
// CE_STRESS("ceStress");
//
// public final String marketScenario;
//
// private FLOWS(String marketScenario) {
// this.marketScenario = marketScenario;
// }
// };
public static void main(String[] args) {
ParentConfig parentConfig = new ChildConfig1("sam", "30", 50L);
// System.out.println(parentConfig.getMarks());
}
}