Package org.emftrace.metamodel.QUARCModel.GSS

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


  }
 
  @Test
  public void testAddRelation(){
 
    Goal g1 = createGoal(gss, 1);
    Goal g2 = createGoal(gss, 1);
    Goal g3 = createGoal(gss, 1);
   
   
    applicableElementCache = new GSSQueryCache(queryResultSet, accessLayer);
    applicableElementCache.initCache();
    applicableElementCache.createApplicableElement(g1);
View Full Code Here


    assertFalse(applicableElementCache.isRootElement(g3));
   
  }
  @Test
  public void testCreateRatingRelation() {
    Goal g1 = createGoal(gss, 1);

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

 
  }

  @Test
  public void testGetRatingWeight() {
    Goal g1 = createGoal(gss, 1);

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

  }
 
  @Test
  public void testGetIndirectRatingWeight() {
    Goal g1 = createGoal(gss, 1);
   
    Principle p1 = createPrinciple(gss, 1);
    Principle p2 = createPrinciple(gss, 2);

   
View Full Code Here

  }

  @Test
  public void testGetRatingRelations() {

    Goal g1 = createGoal(gss, 1);

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

 
 
  @Test
  public void testGetRatingRelationsTo() {
    Goal g1 = createGoal(gss, 1);

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

  }

  @Test
  public void testSimple() {
    // build graph for test case
    Goal g1 = createGoal(gss, 1);

    Principle p1 = createPrinciple(gss, 1);

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

  }
 
  @Test
  public void testSelectedGoalsAreUsedOnly() {
    // build graph for test case
    Goal g1 = createGoal(gss, 1);
    Goal g2 = 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 testOnlyGoalsAndPriniplesOnly_SelectedGoalsAreUsedOnly() {
    // build graph for test case
    Goal g1 = createGoal(gss, 1);
    Goal g2 = 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 testOnlyGoalsAndPriniplesOnly() {
    // build graph for test case
    Goal g1 = createGoal(gss, 1);
    Goal g2 = createGoal(gss, 1);

    Principle p1 = createPrinciple(gss, 1);
    Principle p2 = createPrinciple(gss, 1);

    Pattern si1 = createPattern(gss, 1);
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.