public interface IContextFinder
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<ISerializationContext> |
findByContents(org.eclipse.emf.ecore.EObject semanticObject,
java.lang.Iterable<ISerializationContext> contextCandidates) |
java.util.Set<ISerializationContext> |
findByContentsAndContainer(org.eclipse.emf.ecore.EObject semanticObject,
java.lang.Iterable<ISerializationContext> contextCandidates) |
java.lang.Iterable<org.eclipse.emf.ecore.EObject> |
findContextsByContents(org.eclipse.emf.ecore.EObject semanticObject,
java.lang.Iterable<org.eclipse.emf.ecore.EObject> contextCandidates)
Deprecated.
|
java.lang.Iterable<org.eclipse.emf.ecore.EObject> |
findContextsByContentsAndContainer(org.eclipse.emf.ecore.EObject semanticObject,
java.lang.Iterable<org.eclipse.emf.ecore.EObject> contextCandidates)
Deprecated.
|
java.util.Set<ISerializationContext> findByContents(org.eclipse.emf.ecore.EObject semanticObject, java.lang.Iterable<ISerializationContext> contextCandidates)
java.util.Set<ISerializationContext> findByContentsAndContainer(org.eclipse.emf.ecore.EObject semanticObject, java.lang.Iterable<ISerializationContext> contextCandidates)
@Deprecated
java.lang.Iterable<org.eclipse.emf.ecore.EObject> findContextsByContents(org.eclipse.emf.ecore.EObject semanticObject,
java.lang.Iterable<org.eclipse.emf.ecore.EObject> contextCandidates)
findByContents(EObject, Iterable).@Deprecated
java.lang.Iterable<org.eclipse.emf.ecore.EObject> findContextsByContentsAndContainer(org.eclipse.emf.ecore.EObject semanticObject,
java.lang.Iterable<org.eclipse.emf.ecore.EObject> contextCandidates)
findByContentsAndContainer(EObject, Iterable)