@Deprecated
public class FacetContext
extends java.lang.Object
Constructor and Description |
---|
FacetContext()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addAll(java.util.Collection<FacetSet> allFacetSets)
Deprecated.
|
void |
addFacet(Facet facet)
Deprecated.
|
void |
addFacetSet(FacetSet facetSet)
Deprecated.
|
void |
addListener(FacetContextListener listener)
Deprecated.
|
void |
clear()
Deprecated.
|
java.lang.Object |
get(EObject eObject,
EStructuralFeature structuralFeature)
Deprecated.
|
java.util.Collection<Facet> |
getAppliedFacets()
Deprecated.
|
<any> |
getAttributes(EObject eObject)
Deprecated.
|
java.util.List<EStructuralFeature> |
getFacetFeatures(EObject eObject)
Deprecated.
|
java.util.List<Facet> |
getFacets(EObject eObject)
Deprecated.
|
java.util.List<EClass> |
getMetaClasses()
Deprecated.
|
<any> |
getReferences(EObject eObject)
Deprecated.
|
boolean |
isInstance(EObject eObject,
Facet facet)
Deprecated.
|
void |
notifyFacetAdded(Facet facet)
Deprecated.
|
void |
notifyFacetsCleared()
Deprecated.
|
void |
removeListener(FacetContextListener listener)
Deprecated.
|
void |
setResources(java.util.Collection<Resource> resources)
Deprecated.
|
public void setResources(java.util.Collection<Resource> resources)
resources
- the resources that will be used to resolve Shortcut
spublic void addFacetSet(FacetSet facetSet)
public void addFacet(Facet facet)
public boolean isInstance(EObject eObject, Facet facet) throws ModelQueryException
ModelQueryException
public java.lang.Object get(EObject eObject, EStructuralFeature structuralFeature) throws ModelQueryException, ModiscoFacetException
public java.util.List<EStructuralFeature> getFacetFeatures(EObject eObject)
public void addAll(java.util.Collection<FacetSet> allFacetSets)
public <any> getAttributes(EObject eObject) throws ModelQueryException
ModelQueryException
public <any> getReferences(EObject eObject) throws ModelQueryException
ModelQueryException
public java.util.List<EClass> getMetaClasses()
public java.util.List<Facet> getFacets(EObject eObject)
public java.util.Collection<Facet> getAppliedFacets()
public void clear()
public void addListener(FacetContextListener listener)
public void removeListener(FacetContextListener listener)
public void notifyFacetAdded(Facet facet)
public void notifyFacetsCleared()