Refactor package names for intellij
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package ModelFiles;
|
||||
package CognitiveModel.ModelFiles;
|
||||
|
||||
public abstract class Action {
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package ModelFiles;
|
||||
package CognitiveModel.ModelFiles;
|
||||
|
||||
public enum ActionType {
|
||||
VISION,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package ModelFiles;
|
||||
package CognitiveModel.ModelFiles;
|
||||
// package ProjectModels.CognitiveModel;
|
||||
|
||||
public class Delay extends Action {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package ModelFiles;
|
||||
package CognitiveModel.ModelFiles;
|
||||
// package ProjectModels.CognitiveModel;
|
||||
|
||||
import java.util.LinkedList;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package ModelFiles;
|
||||
package CognitiveModel.ModelFiles;
|
||||
|
||||
import java.io.BufferedWriter;
|
||||
import java.io.File;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package ModelFiles;
|
||||
package CognitiveModel.ModelFiles;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package ModelFiles;
|
||||
package CognitiveModel.ModelFiles;
|
||||
|
||||
public enum MotorType {
|
||||
PITCHUP,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package ModelFiles;
|
||||
package CognitiveModel.ModelFiles;
|
||||
|
||||
public class Process {
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package ModelFiles;
|
||||
package CognitiveModel.ModelFiles;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package ModelFiles;
|
||||
package CognitiveModel.ModelFiles;
|
||||
|
||||
public class Vision extends Action {
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package ModelFiles.XPCdependencies;
|
||||
package CognitiveModel.ModelFiles.XPCdependencies;
|
||||
|
||||
import java.net.InetAddress;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package ModelFiles.XPCdependencies;
|
||||
package CognitiveModel.ModelFiles.XPCdependencies;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.net.DatagramPacket;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package ModelFiles.XPCdependencies;
|
||||
package CognitiveModel.ModelFiles.XPCdependencies;
|
||||
|
||||
public interface BeaconReceivedListener {
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package ModelFiles.XPCdependencies;
|
||||
package CognitiveModel.ModelFiles.XPCdependencies;
|
||||
|
||||
import ModelFiles.*;
|
||||
import CognitiveModel.ModelFiles.*;
|
||||
|
||||
public interface DiscoveryConnectionCallback {
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
// HARMLESS THE UNITED STATES GOVERNMENT, ITS CONTRACTORS AND SUBCONTRACTORS, AS WELL AS ANY
|
||||
// PRIOR RECIPIENT, TO THE EXTENT PERMITTED BY LAW. RECIPIENT'S SOLE REMEDY FOR ANY SUCH MATTER
|
||||
// SHALL BE THE IMMEDIATE, UNILATERAL TERMINATION OF THIS AGREEMENT.
|
||||
package ModelFiles.XPCdependencies;
|
||||
package CognitiveModel.ModelFiles.XPCdependencies;
|
||||
|
||||
/**
|
||||
* Represents a camera view in X-Plane
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
// HARMLESS THE UNITED STATES GOVERNMENT, ITS CONTRACTORS AND SUBCONTRACTORS, AS WELL AS ANY
|
||||
// PRIOR RECIPIENT, TO THE EXTENT PERMITTED BY LAW. RECIPIENT'S SOLE REMEDY FOR ANY SUCH MATTER
|
||||
// SHALL BE THE IMMEDIATE, UNILATERAL TERMINATION OF THIS AGREEMENT.
|
||||
package ModelFiles.XPCdependencies;
|
||||
package CognitiveModel.ModelFiles.XPCdependencies;
|
||||
|
||||
/**
|
||||
* Represents operations that can be performed by the WYPT command.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package ModelFiles.XPCdependencies;
|
||||
package CognitiveModel.ModelFiles.XPCdependencies;
|
||||
|
||||
import ModelFiles.*;
|
||||
import CognitiveModel.ModelFiles.*;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.net.DatagramPacket;
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
// PRIOR RECIPIENT, TO THE EXTENT PERMITTED BY LAW. RECIPIENT'S SOLE REMEDY FOR ANY SUCH MATTER
|
||||
// SHALL BE THE IMMEDIATE, UNILATERAL TERMINATION OF THIS AGREEMENT.
|
||||
|
||||
package ModelFiles;
|
||||
package CognitiveModel.ModelFiles;
|
||||
|
||||
import java.io.ByteArrayOutputStream;
|
||||
import java.io.IOException;
|
||||
@@ -34,7 +34,7 @@ import java.nio.ByteOrder;
|
||||
import java.nio.charset.StandardCharsets;
|
||||
import java.util.Arrays;
|
||||
|
||||
import ModelFiles.XPCdependencies.*;
|
||||
import CognitiveModel.ModelFiles.XPCdependencies.*;
|
||||
|
||||
/**
|
||||
* Represents a client that can connect to and interact with the X-Plane Connect
|
||||
|
||||
Reference in New Issue
Block a user