Coverage details for edu.uci.ics.jung.graph.predicates.GPredicate

LineHitsSource
1 /*
2  * Copyright (c) 2003, the JUNG Project and the Regents of the University of
3  * California All rights reserved.
4  *
5  * This software is open-source under the BSD license; see either "license.txt"
6  * or http://jung.sourceforge.net/license.txt for a description.
7  *
8  * Created on Mar 5, 2004
9  */
10 package edu.uci.ics.jung.graph.predicates;
11  
12 import org.apache.commons.collections.Predicate;
13  
14  
15 /**
16  * @author Joshua O'Madadhain
17  */
181494public abstract class GPredicate implements Predicate {
19  
201494    public boolean isInitializationPredicate = false;
21  
22 }

this report was generated by version 1.0.5 of jcoverage.
visit www.jcoverage.com for updates.

copyright © 2003, jcoverage ltd. all rights reserved.
Java is a trademark of Sun Microsystems, Inc. in the United States and other countries.