Interface IContextFinder
-
- All Known Implementing Classes:
ContextFinder
public interface IContextFinder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
findByContents
java.util.Set<ISerializationContext> findByContents(org.eclipse.emf.ecore.EObject semanticObject, java.lang.Iterable<ISerializationContext> contextCandidates)
-
findByContentsAndContainer
java.util.Set<ISerializationContext> findByContentsAndContainer(org.eclipse.emf.ecore.EObject semanticObject, java.lang.Iterable<ISerializationContext> contextCandidates)
-
findContextsByContents
@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)Deprecated.
-
findContextsByContentsAndContainer
@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.
-
-