Uses of Class
kieker.analysis.util.emf.EReferenceIndex

Packages that use EReferenceIndex
Package
Description
 
  • Uses of EReferenceIndex in kieker.analysis.util.emf

    Modifier and Type
    Method
    Description
    static <K, V extends org.eclipse.emf.ecore.EObject>
    EReferenceIndex<K,V>
    EReferenceIndex.create(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EReference reference, Collection<org.eclipse.emf.ecore.EStructuralFeature> observedReferenceAttributes, Function<V,K> keyCreator)
     
    static <K, V extends org.eclipse.emf.ecore.EObject>
    EReferenceIndex<K,V>
    EReferenceIndex.create(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EReference reference, Collection<org.eclipse.emf.ecore.EStructuralFeature> observedReferenceAttributes, Function<V,K> keyCreator, Collection<V> values)
     
    static <K, V extends org.eclipse.emf.ecore.EObject>
    EReferenceIndex<K,V>
    EReferenceIndex.createEmpty(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EReference reference, Collection<org.eclipse.emf.ecore.EStructuralFeature> observedReferenceAttributes, Function<V,K> keyCreator)