瀏覽代碼

removed ZBridgeServerSync statechart and test from repo

malknet42 11 年之前
父節點
當前提交
52eaff3ab3

+ 0 - 20
test-plugins/org.yakindu.sct.generator.java.test/src-gen/org/yakindu/scr/zbridgeserversync/IZBridgeServerSyncStatemachine.java

@@ -1,20 +0,0 @@
-package org.yakindu.scr.zbridgeserversync;
-import org.yakindu.scr.IStatemachine;
-
-public interface IZBridgeServerSyncStatemachine extends IStatemachine {
-
-	public interface SCInterface {
-		public void raiseAttemptSync(long value);
-		public void raiseContinue();
-		public boolean isRaisedSendAttemptSync();
-		public long getSendAttemptSyncValue();
-		public boolean isRaisedSendAttemptSyncAll();
-		public boolean isRaisedSendConfirmSync();
-		public void raiseConfirmSync(long value);
-		public boolean isRaisedSendAllSync();
-
-	}
-
-	public SCInterface getSCInterface();
-
-}

File diff suppressed because it is too large
+ 0 - 1240
test-plugins/org.yakindu.sct.generator.java.test/src-gen/org/yakindu/scr/zbridgeserversync/ZBridgeServerSyncStatemachine.java