Uses of Interface
com.hammurapi.eventbus.snapshot.Extractor

Packages that use Extractor
com.hammurapi.eventbus.snapshot   
com.hammurapi.eventbus.snapshot.impl   
com.hammurapi.eventbus.snapshot.io   
com.hammurapi.eventbus.snapshot.util   
 

Uses of Extractor in com.hammurapi.eventbus.snapshot
 

Subinterfaces of Extractor in com.hammurapi.eventbus.snapshot
 interface Predicate
          A representation of the model object 'Predicate'.
 

Methods in com.hammurapi.eventbus.snapshot that return Extractor
 Extractor SnapshotFactory.createExtractor()
          Returns a new object of class 'Extractor'.
 

Methods in com.hammurapi.eventbus.snapshot that return types with arguments of type Extractor
 org.eclipse.emf.common.util.EList<Extractor> Extractor.getParts()
          Returns the value of the 'Parts' containment reference list.
 

Uses of Extractor in com.hammurapi.eventbus.snapshot.impl
 

Classes in com.hammurapi.eventbus.snapshot.impl that implement Extractor
 class ExtractorImpl
          An implementation of the model object 'Extractor'.
 class PredicateImpl
          An implementation of the model object 'Predicate'.
 

Fields in com.hammurapi.eventbus.snapshot.impl with type parameters of type Extractor
protected  org.eclipse.emf.common.util.EList<Extractor> ExtractorImpl.parts
          The cached value of the 'Parts' containment reference list.
 

Methods in com.hammurapi.eventbus.snapshot.impl that return Extractor
 Extractor SnapshotFactoryImpl.createExtractor()
           
 

Methods in com.hammurapi.eventbus.snapshot.impl that return types with arguments of type Extractor
 org.eclipse.emf.common.util.EList<Extractor> ExtractorImpl.getParts()
           
 

Uses of Extractor in com.hammurapi.eventbus.snapshot.io
 

Methods in com.hammurapi.eventbus.snapshot.io that return Extractor
 Extractor SnapshotConvertersBundle.convertToExtractor(Constant<?,?,?> constant)
           
 Extractor SnapshotConvertersBundle.convertToExtractor(Extractor<?,?,?> extractor)
           
 

Uses of Extractor in com.hammurapi.eventbus.snapshot.util
 

Methods in com.hammurapi.eventbus.snapshot.util with parameters of type Extractor
 T SnapshotSwitch.caseExtractor(Extractor object)
          Returns the result of interpreting the object as an instance of 'Extractor'.