public interface ContextObjectFactory<T extends IndexContextObject>
IndexContextObject instances out of the EObject. It can be possible
that many context objects arise from one EObject. Therefore all factory methods return a collection.| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<T> |
createObject(EObject object,
java.util.Map<java.lang.String,java.lang.Object> properties)
Creates a single index context object
|
java.util.Collection<T> |
createObjects(java.util.Collection<EObject> objects,
java.util.Map<java.lang.String,java.lang.Object> properties)
Creates a collection of index context objects
|
java.util.Collection<T> createObject(EObject object, java.util.Map<java.lang.String,java.lang.Object> properties)
object - the EObject to create the context object fromproperties - additional properties, can be nullIndexContextObject collection for the objectjava.util.Collection<T> createObjects(java.util.Collection<EObject> objects, java.util.Map<java.lang.String,java.lang.Object> properties)
objects - the EObjects to create the context objects fromproperties - additional properties, can be nullIndexContextObject collections for the objectsData In Motion Consulting GmbH