Package org.emftrace.metamodel.QUARCModel.GSS

Examples of org.emftrace.metamodel.QUARCModel.GSS.Goal


  }

  @Test
  public void testSimpleGraphWithAnythingToPrune() {
 
    Goal g1 = createGoal(gss, 1);
   
    Principle p1 = createPrinciple(gss, 1);
   
    Pattern si1 = createPattern(gss, 1);
View Full Code Here


  @Test
  public void testPrunePrincipleWithoutRelationFromAnInstrument() {
   
   
    Goal g1 = createGoal(gss, 1);
   
    Principle p1 = createPrinciple(gss, 1);
    Principle p2 = createPrinciple(gss, 1);
   
    Pattern si1 = createPattern(gss, 1);
View Full Code Here

 
  @Test
  public void testPrunePrincipleAndInstrumentsWithoutRelationsToGoals1() {
    //don't prune goals
   
    Goal g1 = createGoal(gss, 1);
   
    Principle p1 = createPrinciple(gss, 1);
   
    Pattern si1 = createPattern(gss, 1);
View Full Code Here

 
  @Test
  public void testPrunePrincipleAndInstrumentsWithoutRelationsToGoals2() {
   
   
    Goal g1 = createGoal(gss, 1);
   
    Principle p1 = createPrinciple(gss, 1);
    Principle p2 = createPrinciple(gss, 2);
   
    Pattern si1 = createPattern(gss, 1);
View Full Code Here

 
  @Test
  public void testPrunePrincipleAndInstrumentsWithoutRelationsToGoals3() {
   
   
    Goal g1 = createGoal(gss, 1);
   
    Principle p1 = createPrinciple(gss, 1);
    Principle p2 = createPrinciple(gss, 2);
   
    Pattern si1 = createPattern(gss, 1);
View Full Code Here

  }
 
  public void testPrunneAbstractSI1(){
    
    Goal g1 =  createGoal(gss, 1);

    Principle p1 = createPrinciple(gss, 1);

   
    Pattern si1 = createPattern(gss, 1);
View Full Code Here

   
  }

  public void testPrunneAbstractSI3(){
    
    Goal g1 =  createGoal(gss, 1);

    Principle p1 = createPrinciple(gss, 1);
   
    Pattern si1 = createPattern(gss, 1);
View Full Code Here

   
  }

  public void testPrunneAbstractSI2(){
    
    Goal g1 =  createGoal(gss, 1);

    Principle p1 = createPrinciple(gss, 1);

   
    Pattern si1 = createPattern(gss, 1);
View Full Code Here

  }
 
 
  public void testPruneNoPrinciples(){
    
    Goal g1 =  createGoal(gss, 1);

    Principle p1 = createPrinciple(gss, 1);
    Principle p2 = createPrinciple(gss, 2);
    Principle p3 = createPrinciple(gss, 3);
View Full Code Here

    assertContaintsApplicableElement(si2, targetsOfDecompositions,sourcesOfDecompositions, targetsOfImpacts, sourcesOfImpacts, targetsOfOffsets, sourcesOfOffsets, targetsOfIsAs, sourcesOfIsAs )
  }
 
  public void testPruneNoFlaws(){
    
    Goal g1 =  createGoal(gss, 1);

    Flaw f1 = createFlaw(gss, 1);
    Flaw f2 = createFlaw(gss, 2);
    Flaw f3 = createFlaw(gss, 3);
View Full Code Here

TOP

Related Classes of org.emftrace.metamodel.QUARCModel.GSS.Goal

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.