public interface IContextFinder
| Modifier and Type | Method and Description |
|---|---|
Set<ISerializationContext> |
findByContents(org.eclipse.emf.ecore.EObject semanticObject,
Iterable<ISerializationContext> contextCandidates) |
Set<ISerializationContext> |
findByContentsAndContainer(org.eclipse.emf.ecore.EObject semanticObject,
Iterable<ISerializationContext> contextCandidates) |
Iterable<org.eclipse.emf.ecore.EObject> |
findContextsByContents(org.eclipse.emf.ecore.EObject semanticObject,
Iterable<org.eclipse.emf.ecore.EObject> contextCandidates)
Deprecated.
|
Iterable<org.eclipse.emf.ecore.EObject> |
findContextsByContentsAndContainer(org.eclipse.emf.ecore.EObject semanticObject,
Iterable<org.eclipse.emf.ecore.EObject> contextCandidates)
Deprecated.
|
Set<ISerializationContext> findByContents(org.eclipse.emf.ecore.EObject semanticObject, Iterable<ISerializationContext> contextCandidates)
Set<ISerializationContext> findByContentsAndContainer(org.eclipse.emf.ecore.EObject semanticObject, Iterable<ISerializationContext> contextCandidates)
@Deprecated Iterable<org.eclipse.emf.ecore.EObject> findContextsByContents(org.eclipse.emf.ecore.EObject semanticObject, Iterable<org.eclipse.emf.ecore.EObject> contextCandidates)
findByContents(EObject, Iterable).@Deprecated Iterable<org.eclipse.emf.ecore.EObject> findContextsByContentsAndContainer(org.eclipse.emf.ecore.EObject semanticObject, Iterable<org.eclipse.emf.ecore.EObject> contextCandidates)
findByContentsAndContainer(EObject, Iterable)Copyright © 2015. All Rights Reserved.