Package uk.ac.osswatch.simal.model

Examples of uk.ac.osswatch.simal.model.IPerson


    if (reviewers.size() == 0) {
      throw new SimalException("No reviewer recorded for review: ");
    } else if (reviewers.size() > 1) {
      throw new SimalException("More than one reviewer recorded for review ");
    }
    IPerson reviewer = new Person(reviewers.get(0).getResource());
    return reviewer;
  }
View Full Code Here

TOP

Related Classes of uk.ac.osswatch.simal.model.IPerson

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.