EMMA Coverage Report (generated Thu Jan 20 11:39:44 EST 2011)
[all classes][com.hammurapi.eventbus.snapshot.impl]

COVERAGE SUMMARY FOR SOURCE FILE [PredicateImpl.java]

nameclass, %method, %block, %line, %
PredicateImpl.java100% (1/1)100% (2/2)100% (5/5)100% (3/3)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class PredicateImpl100% (1/1)100% (2/2)100% (5/5)100% (3/3)
PredicateImpl (): void 100% (1/1)100% (3/3)100% (2/2)
eStaticClass (): EClass 100% (1/1)100% (2/2)100% (1/1)

1/**
2 * <copyright>
3 * </copyright>
4 *
5 * $Id$
6 */
7package com.hammurapi.eventbus.snapshot.impl;
8 
9import com.hammurapi.eventbus.snapshot.Predicate;
10import com.hammurapi.eventbus.snapshot.SnapshotPackage;
11 
12import java.util.Collection;
13 
14import org.eclipse.emf.common.notify.Notification;
15import org.eclipse.emf.common.notify.NotificationChain;
16 
17import org.eclipse.emf.common.util.EList;
18 
19import org.eclipse.emf.ecore.EClass;
20import org.eclipse.emf.ecore.InternalEObject;
21 
22import org.eclipse.emf.ecore.impl.ENotificationImpl;
23import org.eclipse.emf.ecore.impl.EObjectImpl;
24 
25import org.eclipse.emf.ecore.util.EDataTypeUniqueEList;
26import org.eclipse.emf.ecore.util.EObjectContainmentEList;
27import org.eclipse.emf.ecore.util.InternalEList;
28 
29/**
30 * <!-- begin-user-doc -->
31 * An implementation of the model object '<em><b>Predicate</b></em>'.
32 * <!-- end-user-doc -->
33 * <p>
34 * </p>
35 *
36 * @generated
37 */
38public class PredicateImpl extends ExtractorImpl implements Predicate {
39        /**
40         * <!-- begin-user-doc -->
41         * <!-- end-user-doc -->
42         * @generated
43         */
44        protected PredicateImpl() {
45                super();
46        }
47 
48        /**
49         * <!-- begin-user-doc -->
50         * <!-- end-user-doc -->
51         * @generated
52         */
53        @Override
54        protected EClass eStaticClass() {
55                return SnapshotPackage.Literals.PREDICATE;
56        }
57 
58} //PredicateImpl

[all classes][com.hammurapi.eventbus.snapshot.impl]
EMMA 2.0.5312 EclEmma Fix 2 (C) Vladimir Roubtsov