Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
AF3
Commits
cb2d5d47
Commit
cb2d5d47
authored
Nov 29, 2017
by
Johannes Eder
Browse files
restructuring
parent
79c0d286
Changes
5
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.exploration.smt/trunk/test-src/org/fortiss/af3/exploration/ui/DseFeatureTest.java
→
org.fortiss.af3.exploration.smt/trunk/test-src/org/fortiss/af3/exploration/ui/
featuretest/
DseFeatureTest.java
View file @
cb2d5d47
...
...
@@ -15,7 +15,7 @@ $Id: codetemplates.xml 1 2011-01-01 00:00:01Z hoelzl $
| See the License for the specific language governing permissions and |
| limitations under the License. |
+--------------------------------------------------------------------------*/
package
org.fortiss.af3.exploration.ui
;
package
org.fortiss.af3.exploration.ui
.featuretest
;
import
static
org
.
fortiss
.
af3
.
task
.
util
.
TaskArchitectureUtils
.
transformIntoTaskArchitecture
;
...
...
org.fortiss.af3.exploration.smt/trunk/test-src/org/fortiss/af3/exploration/ui/GenerationProperties.java
→
org.fortiss.af3.exploration.smt/trunk/test-src/org/fortiss/af3/exploration/ui/
featuretest/
GenerationProperties.java
View file @
cb2d5d47
...
...
@@ -15,7 +15,7 @@ $Id: codetemplates.xml 1 2011-01-01 00:00:01Z hoelzl $
| See the License for the specific language governing permissions and |
| limitations under the License. |
+--------------------------------------------------------------------------*/
package
org.fortiss.af3.exploration.ui
;
package
org.fortiss.af3.exploration.ui
.featuretest
;
import
java.util.HashMap
;
...
...
org.fortiss.af3.exploration.smt/trunk/test-src/org/fortiss/af3/exploration/ui/LogArchAnnotationGeneration.java
→
org.fortiss.af3.exploration.smt/trunk/test-src/org/fortiss/af3/exploration/ui/
featuretest/
LogArchAnnotationGeneration.java
View file @
cb2d5d47
...
...
@@ -15,7 +15,7 @@ $Id: codetemplates.xml 1 2011-01-01 00:00:01Z hoelzl $
| See the License for the specific language governing permissions and |
| limitations under the License. |
+--------------------------------------------------------------------------*/
package
org.fortiss.af3.exploration.ui
;
package
org.fortiss.af3.exploration.ui
.featuretest
;
import
java.util.ArrayList
;
import
java.util.List
;
...
...
@@ -25,9 +25,9 @@ import org.fortiss.af3.component.model.ComponentArchitecture;
import
org.fortiss.af3.efficientdeployment.model.DSEModelFactory
;
import
org.fortiss.af3.efficientdeployment.model.Flash
;
import
org.fortiss.af3.efficientdeployment.model.RAM
;
import
org.fortiss.af3.exploration.ui.GenerationProperties.ASIL_DISTRIBUTION
;
import
org.fortiss.af3.exploration.ui.GenerationProperties.FLASH_DISTRIBUTION
;
import
org.fortiss.af3.exploration.ui.GenerationProperties.RAM_DISTRIBUTION
;
import
org.fortiss.af3.exploration.ui.
featuretest.
GenerationProperties.ASIL_DISTRIBUTION
;
import
org.fortiss.af3.exploration.ui.
featuretest.
GenerationProperties.FLASH_DISTRIBUTION
;
import
org.fortiss.af3.exploration.ui.
featuretest.
GenerationProperties.RAM_DISTRIBUTION
;
import
org.fortiss.af3.safety.model.ASIL
;
import
org.fortiss.af3.safety.model.SafetyStandard
;
import
org.fortiss.af3.safety.model.annotation.SafetyAnnotationFactory
;
...
...
org.fortiss.af3.exploration.smt/trunk/test-src/org/fortiss/af3/exploration/ui/LogArchTopologyGeneration.java
→
org.fortiss.af3.exploration.smt/trunk/test-src/org/fortiss/af3/exploration/ui/
featuretest/
LogArchTopologyGeneration.java
View file @
cb2d5d47
...
...
@@ -15,7 +15,7 @@ $Id: codetemplates.xml 1 2011-01-01 00:00:01Z hoelzl $
| See the License for the specific language governing permissions and |
| limitations under the License. |
+--------------------------------------------------------------------------*/
package
org.fortiss.af3.exploration.ui
;
package
org.fortiss.af3.exploration.ui
.featuretest
;
import
java.util.ArrayList
;
import
java.util.List
;
...
...
@@ -26,8 +26,8 @@ import org.fortiss.af3.component.model.ComponentArchitecture;
import
org.fortiss.af3.component.model.InputPort
;
import
org.fortiss.af3.component.model.OutputPort
;
import
org.fortiss.af3.component.utils.ComponentModelElementFactory
;
import
org.fortiss.af3.exploration.ui.GenerationProperties.CHANNEL_DIRECTIONS
;
import
org.fortiss.af3.exploration.ui.GenerationProperties.TOPOLOGY
;
import
org.fortiss.af3.exploration.ui.
featuretest.
GenerationProperties.CHANNEL_DIRECTIONS
;
import
org.fortiss.af3.exploration.ui.
featuretest.
GenerationProperties.TOPOLOGY
;
/**
*
...
...
org.fortiss.af3.exploration.smt/trunk/test-src/org/fortiss/af3/exploration/ui/TechArchTopologyGeneration.java
→
org.fortiss.af3.exploration.smt/trunk/test-src/org/fortiss/af3/exploration/ui/
featuretest/
TechArchTopologyGeneration.java
View file @
cb2d5d47
...
...
@@ -15,7 +15,7 @@ $Id: codetemplates.xml 1 2011-01-01 00:00:01Z hoelzl $
| See the License for the specific language governing permissions and |
| limitations under the License. |
+--------------------------------------------------------------------------*/
package
org.fortiss.af3.exploration.ui
;
package
org.fortiss.af3.exploration.ui
.featuretest
;
import
java.util.ArrayList
;
import
java.util.List
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment