Uses of Interface
de.cau.cs.kieler.core.kgraph.PersistentEntry

Packages that use PersistentEntry
de.cau.cs.kieler.core.kgraph Base package for the KGraph data structure with its public API. 
de.cau.cs.kieler.core.kgraph.impl Internal implementation of the KGraph data structure. 
de.cau.cs.kieler.core.kgraph.util Utility classes for the KGraph data structure. 
 

Uses of PersistentEntry in de.cau.cs.kieler.core.kgraph
 

Methods in de.cau.cs.kieler.core.kgraph that return PersistentEntry
 PersistentEntry KGraphFactory.createPersistentEntry()
          Returns a new object of class 'Persistent Entry'.
 

Methods in de.cau.cs.kieler.core.kgraph that return types with arguments of type PersistentEntry
 EList<PersistentEntry> EMapPropertyHolder.getPersistentEntries()
          Returns the value of the 'Persistent Entries' containment reference list.
 

Uses of PersistentEntry in de.cau.cs.kieler.core.kgraph.impl
 

Classes in de.cau.cs.kieler.core.kgraph.impl that implement PersistentEntry
 class PersistentEntryImpl
          An implementation of the model object 'Persistent Entry'.
 

Fields in de.cau.cs.kieler.core.kgraph.impl with type parameters of type PersistentEntry
protected  EList<PersistentEntry> EMapPropertyHolderImpl.persistentEntries
          The cached value of the 'Persistent Entries' containment reference list.
 

Methods in de.cau.cs.kieler.core.kgraph.impl that return PersistentEntry
 PersistentEntry KGraphFactoryImpl.createPersistentEntry()
           
 

Methods in de.cau.cs.kieler.core.kgraph.impl that return types with arguments of type PersistentEntry
 EList<PersistentEntry> EMapPropertyHolderImpl.getPersistentEntries()
           
 

Uses of PersistentEntry in de.cau.cs.kieler.core.kgraph.util
 

Methods in de.cau.cs.kieler.core.kgraph.util with parameters of type PersistentEntry
 T KGraphSwitch.casePersistentEntry(PersistentEntry object)
          Returns the result of interpreting the object as an instance of 'Persistent Entry'.