Enabled flex-grid support for 2.2.1 Roadms
[transportpce.git] / common / src / main / java / org / opendaylight / transportpce / common / fixedflex / FlexGridInterface.java
diff --git a/common/src/main/java/org/opendaylight/transportpce/common/fixedflex/FlexGridInterface.java b/common/src/main/java/org/opendaylight/transportpce/common/fixedflex/FlexGridInterface.java
new file mode 100644 (file)
index 0000000..dd74ae1
--- /dev/null
@@ -0,0 +1,17 @@
+/*
+ * Copyright © 2020 AT&T, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
+package org.opendaylight.transportpce.common.fixedflex;
+
+public interface FlexGridInterface {
+
+    FlexGridImpl getFlexWaveMapping(float centerFrequency, float slotwidth);
+
+    double getStart();
+
+    double getStop();
+}