| Line | Hits | Source |
|---|---|---|
| 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 | */ | |
| 18 | 1494 | public abstract class GPredicate implements Predicate { |
| 19 | ||
| 20 | 1494 | public boolean isInitializationPredicate = false; |
| 21 | ||
| 22 | } |
|
this report was generated by version 1.0.5 of jcoverage. |
copyright © 2003, jcoverage ltd. all rights reserved. |