Uses of Class
org.eclipse.epsilon.eol.exceptions.models.EolModelElementTypeNotFoundException
-
-
Uses of EolModelElementTypeNotFoundException in org.eclipse.epsilon.emc.bibtex
Methods in org.eclipse.epsilon.emc.bibtex that throw EolModelElementTypeNotFoundException Modifier and Type Method Description protected Publication
BibtexModel. createInstanceInModel(String type)
protected Collection<Publication>
BibtexModel. getAllOfKindFromModel(String kind)
protected Collection<Publication>
BibtexModel. getAllOfTypeFromModel(String type)
protected Object
BibtexModel. getCacheKeyForType(String type)
-
Uses of EolModelElementTypeNotFoundException in org.eclipse.epsilon.emc.cdo
Methods in org.eclipse.epsilon.emc.cdo that throw EolModelElementTypeNotFoundException Modifier and Type Method Description protected Collection<org.eclipse.emf.ecore.EObject>
CDOModel. getAllOfKindFromModel(String kind)
protected Collection<org.eclipse.emf.ecore.EObject>
CDOModel. getAllOfTypeFromModel(String type)
-
Uses of EolModelElementTypeNotFoundException in org.eclipse.epsilon.emc.composite
Methods in org.eclipse.epsilon.emc.composite that throw EolModelElementTypeNotFoundException Modifier and Type Method Description Object
CompositeModel. createInstance(String type)
Collection<Object>
CompositeModel. getAllOfKind(String type)
Collection<Object>
CompositeModel. getAllOfType(String type)
-
Uses of EolModelElementTypeNotFoundException in org.eclipse.epsilon.emc.csv
Methods in org.eclipse.epsilon.emc.csv that throw EolModelElementTypeNotFoundException Modifier and Type Method Description protected Map<String,Object>
CsvModel. createInstanceInModel(String type)
protected Collection<Map<String,Object>>
CsvModel. getAllOfKindFromModel(String kind)
protected Collection<Map<String,Object>>
CsvModel. getAllOfTypeFromModel(String type)
protected Object
CsvModel. getCacheKeyForType(String type)
boolean
CsvModel. hasProperty(String type, String property)
Checks if the model elements have this property. -
Uses of EolModelElementTypeNotFoundException in org.eclipse.epsilon.emc.emf
Methods in org.eclipse.epsilon.emc.emf that throw EolModelElementTypeNotFoundException Modifier and Type Method Description protected void
EmfModel. addToCache(String type, org.eclipse.emf.ecore.EObject instance)
org.eclipse.emf.ecore.EClass
AbstractEmfModel. classForName(String name)
protected org.eclipse.emf.ecore.EObject
AbstractEmfModel. createInstanceInModel(String type)
protected void
EmfModel. forceAddToCache(org.eclipse.emf.ecore.EObject instance)
We want to use the overridden method, but not fromCachedModel.createInstance(String)
, but rather from the adapter we set up to track additions and removals from the contents of a model.protected void
EmfModel. forceRemoveFromCache(org.eclipse.emf.ecore.EObject instance)
protected Collection<org.eclipse.emf.ecore.EObject>
AbstractEmfModel. getAllOfKindFromModel(String kind)
protected Collection<org.eclipse.emf.ecore.EObject>
AbstractEmfModel. getAllOfTypeFromModel(String type)
Object
AbstractEmfModel. getCacheKeyForType(String type)
Collection<String>
AbstractReflectiveEmfModel. getPropertiesOf(String type)
void
EmfModelGetPropertiesOfTests. getPropertiesOf()
void
EmfModelGetPropertiesOfTests. getPropertiesOfForUnknownType()
boolean
AbstractReflectiveEmfModel. hasProperty(String type, String property)
boolean
AbstractEmfModel. isOfKind(Object instance, String metaClass)
boolean
AbstractEmfModel. isOfType(Object instance, String metaClass)
protected void
EmfModel. removeFromCache(org.eclipse.emf.ecore.EObject instance)
-
Uses of EolModelElementTypeNotFoundException in org.eclipse.epsilon.emc.emf.m0
Methods in org.eclipse.epsilon.emc.emf.m0 that throw EolModelElementTypeNotFoundException Modifier and Type Method Description protected Collection<org.eclipse.emf.ecore.EObject>
EmfM0Model. getAllOfKindFromModel(String metaClass)
protected Collection<org.eclipse.emf.ecore.EObject>
EmfM0Model. getAllOfTypeFromModel(String metaClass)
Object
EmfM0Model. getCacheKeyForType(String type)
-
Uses of EolModelElementTypeNotFoundException in org.eclipse.epsilon.emc.html
Methods in org.eclipse.epsilon.emc.html that throw EolModelElementTypeNotFoundException Modifier and Type Method Description protected org.jsoup.nodes.Element
HtmlModel. createInstanceInModel(String type)
protected Collection<org.jsoup.nodes.Element>
HtmlModel. getAllOfKindFromModel(String kind)
protected Collection<org.jsoup.nodes.Element>
HtmlModel. getAllOfTypeFromModel(String type)
protected Object
HtmlModel. getCacheKeyForType(String type)
-
Uses of EolModelElementTypeNotFoundException in org.eclipse.epsilon.emc.hutn
Methods in org.eclipse.epsilon.emc.hutn that throw EolModelElementTypeNotFoundException Modifier and Type Method Description Object
HutnModel. createInstance(String type)
Collection<?>
HutnModel. getAllOfKind(String type)
Collection<?>
HutnModel. getAllOfType(String type)
Collection<String>
HutnModel. getPropertiesOf(String type)
boolean
HutnModel. hasProperty(String type, String property)
-
Uses of EolModelElementTypeNotFoundException in org.eclipse.epsilon.emc.jdt
Methods in org.eclipse.epsilon.emc.jdt that throw EolModelElementTypeNotFoundException Modifier and Type Method Description protected Object
JdtModel. createInstanceInModel(String type)
Collection<Object>
JdtModel. getAllOfKind(String type)
protected Collection<Object>
JdtModel. getAllOfKindFromModel(String kind)
Collection<Object>
JdtModel. getAllOfType(String type)
protected Collection<Object>
JdtModel. getAllOfTypeFromModel(String type)
protected Object
JdtModel. getCacheKeyForType(String type)
boolean
JdtModel. isOfKind(Object instance, String metaClass)
boolean
JdtModel. isOfType(Object instance, String metaClass)
-
Uses of EolModelElementTypeNotFoundException in org.eclipse.epsilon.emc.muddle
Methods in org.eclipse.epsilon.emc.muddle that throw EolModelElementTypeNotFoundException Modifier and Type Method Description Object
MuddleModel. createInstance(String t)
Collection<?>
MuddleModel. getAllOfKind(String type)
Collection<?>
MuddleModel. getAllOfType(String type)
-
Uses of EolModelElementTypeNotFoundException in org.eclipse.epsilon.emc.plainxml
Methods in org.eclipse.epsilon.emc.plainxml that throw EolModelElementTypeNotFoundException Modifier and Type Method Description Element
PlainXmlModel. createInstance(String type, Collection<Object> parameters)
protected Element
PlainXmlModel. createInstanceInModel(String type)
protected Collection<Element>
PlainXmlModel. getAllOfKindFromModel(String type)
protected Collection<Element>
PlainXmlModel. getAllOfTypeFromModel(String type)
protected Object
PlainXmlModel. getCacheKeyForType(String type)
-
Uses of EolModelElementTypeNotFoundException in org.eclipse.epsilon.emc.simulink.dictionary.model
Methods in org.eclipse.epsilon.emc.simulink.dictionary.model that throw EolModelElementTypeNotFoundException Modifier and Type Method Description protected ISimulinkModelElement
SimulinkDictionaryModel. createInstanceInModel(String type)
protected Collection<ISimulinkModelElement>
SimulinkDictionaryModel. getAllOfKindFromModel(String kind)
protected Collection<ISimulinkModelElement>
SimulinkDictionaryModel. getAllOfTypeFromModel(String type)
-
Uses of EolModelElementTypeNotFoundException in org.eclipse.epsilon.emc.simulink.model
Methods in org.eclipse.epsilon.emc.simulink.model that throw EolModelElementTypeNotFoundException Modifier and Type Method Description protected void
SimulinkModel. addToCache(String type, ISimulinkModelElement instance)
ISimulinkModelElement
SimulinkModel. createInstance(String type)
Object
SimulinkModel. createInstance(String type, Collection<Object> parameters)
protected ISimulinkModelElement
AbstractSimulinkModel. createInstanceInModel(String type)
protected ISimulinkModelElement
SimulinkModel. createInstanceInModel(String type)
protected Collection<ISimulinkModelElement>
SimulinkModel. getAllOfKindFromModel(String kind_)
static Collection<ISimulinkModelElement>
TypeHelper. getAllOfType(SimulinkModel model, String type)
protected Collection<ISimulinkModelElement>
SimulinkModel. getAllOfTypeFromModel(String type)
protected Object
AbstractSimulinkModel. getCacheKeyForType(String type)
protected void
SimulinkModel. removeFromCache(ISimulinkModelElement instance)
-
Uses of EolModelElementTypeNotFoundException in org.eclipse.epsilon.emc.simulink.requirement.model
Methods in org.eclipse.epsilon.emc.simulink.requirement.model that throw EolModelElementTypeNotFoundException Modifier and Type Method Description Object
SimulinkRequirementModel. createInstance(String type, Collection<Object> parameters)
protected ISimulinkModelElement
SimulinkRequirementModel. createInstanceInModel(String type)
protected Collection<ISimulinkModelElement>
SimulinkRequirementModel. getAllOfKindFromModel(String kind)
protected Collection<ISimulinkModelElement>
SimulinkRequirementModel. getAllOfTypeFromModel(String type)
-
Uses of EolModelElementTypeNotFoundException in org.eclipse.epsilon.emc.spreadsheets
Methods in org.eclipse.epsilon.emc.spreadsheets that throw EolModelElementTypeNotFoundException Modifier and Type Method Description Object
SpreadsheetModel. createInstance(String type)
This method creates a blank row in the worksheet identifiable by type.Object
SpreadsheetModel. createInstance(String type, Collection<Object> parameters)
This method creates a new row in the worksheet identifiable by type.Object
SpreadsheetModel. createInstance(String type, Map<String,Object> parameters)
This method creates a new row in the worksheet identifiable by type.Collection<SpreadsheetRow>
SpreadsheetModel. getAllOfKind(String type)
List<SpreadsheetRow>
SpreadsheetModel. getAllOfType(String type)
Returns every row contained by the worksheet identifiable by the given type. -
Uses of EolModelElementTypeNotFoundException in org.eclipse.epsilon.emc.spreadsheets.test
Methods in org.eclipse.epsilon.emc.spreadsheets.test that throw EolModelElementTypeNotFoundException Modifier and Type Method Description static SpreadsheetRow
SharedTestMethods. writeRow(SpreadsheetModel model, String worksheetName, String id, String columnName, String value)
static SpreadsheetRow
SharedTestMethods. writeRow(SpreadsheetModel model, String worksheetName, String idCol, String id, String columnName, String value)
static SpreadsheetRow
SharedTestMethods. writeRow(SpreadsheetModel model, String worksheetName, String idCol, String id, String columnName, SpreadsheetRow referencedRow)
static SpreadsheetRow
SharedTestMethods. writeRow(SpreadsheetModel model, String worksheetName, String id, String columnName, SpreadsheetRow referencedRow)
-
Uses of EolModelElementTypeNotFoundException in org.eclipse.epsilon.emc.yaml
Methods in org.eclipse.epsilon.emc.yaml that throw EolModelElementTypeNotFoundException Modifier and Type Method Description Map.Entry
YamlModel. createInstance(String type, Collection<Object> parameters)
protected Map.Entry
YamlModel. createInstanceInModel(String type)
protected Collection<Map.Entry>
YamlModel. getAllOfKindFromModel(String kind)
protected Collection<Map.Entry>
YamlModel. getAllOfTypeFromModel(String type)
protected Object
YamlModel. getCacheKeyForType(String type)
-
Uses of EolModelElementTypeNotFoundException in org.eclipse.epsilon.eol.emc.emf.virtual
Methods in org.eclipse.epsilon.eol.emc.emf.virtual that throw EolModelElementTypeNotFoundException Modifier and Type Method Description protected org.eclipse.emf.ecore.EObject
VirtualEmfModel. createInstanceInModel(String type)
boolean
VirtualEmfModel. isOfKind(Object instance, String metaClass)
boolean
VirtualEmfModel. isOfType(Object instance, String metaClass)
-
Uses of EolModelElementTypeNotFoundException in org.eclipse.epsilon.eol.exceptions.models
Constructors in org.eclipse.epsilon.eol.exceptions.models that throw EolModelElementTypeNotFoundException Constructor Description EolNotInstantiableModelElementTypeException(EolModelElementType type)
-
Uses of EolModelElementTypeNotFoundException in org.eclipse.epsilon.eol.models
Methods in org.eclipse.epsilon.eol.models that throw EolModelElementTypeNotFoundException Modifier and Type Method Description protected void
CachedModel. addToCache(String type, ModelElementType instance)
ModelElementType
CachedModel. createInstance(String type)
Object
EmptyModel. createInstance(String metaClass)
Object
IModel. createInstance(String type)
Object
IModel. createInstance(String type, Collection<Object> parameters)
Object
Model. createInstance(String type, Collection<Object> parameters)
Object
ModelGroup. createInstance(String metaClass)
Object
ModelGroup. createInstance(String metaClass, Collection<Object> parameters)
Object
ModelReference. createInstance(String type)
Object
ModelReference. createInstance(String type, Collection<Object> parameters)
protected abstract ModelElementType
CachedModel. createInstanceInModel(String type)
protected String
CachedModelTests.SimpleCachedModel. createInstanceInModel(String type)
Collection<ModelElementType>
CachedModel. getAllOfKind(String kind)
Collection<?>
EmptyModel. getAllOfKind(String metaClass)
Collection<?>
IModel. getAllOfKind(String kind)
Collection<?>
ModelGroup. getAllOfKind(String metaClass)
Collection<?>
ModelReference. getAllOfKind(String type)
protected abstract Collection<ModelElementType>
CachedModel. getAllOfKindFromModel(String kind)
Collection<String>
CachedModelTests.SimpleCachedModel. getAllOfKindFromModel(String kind)
protected Collection<ModelElementType>
CachedModel. getAllOfKindOrType(boolean isKind, String modelElementType)
Collection<ModelElementType>
CachedModel. getAllOfType(String type)
Collection<?>
EmptyModel. getAllOfType(String metaClass)
Collection<?>
IModel. getAllOfType(String type)
Collection<?>
ModelGroup. getAllOfType(String metaClass)
Collection<?>
ModelReference. getAllOfType(String type)
protected abstract Collection<ModelElementType>
CachedModel. getAllOfTypeFromModel(String type)
protected Collection<String>
CachedModelTests.SimpleCachedModel. getAllOfTypeFromModel(String type)
Collection<?>
EmptyModel. getAllSubtypes(String metaClass)
Collection<?>
EmptyModel. getAllSupertypes(String metaClass)
protected abstract Object
CachedModel. getCacheKeyForType(String type)
Returns an identity for the given type, which will be used byCachedModel
as a key for the memoization of model elements by type.protected Object
CachedModelTests.SimpleCachedModel. getCacheKeyForType(String type)
Collection<String>
IReflectiveModel. getPropertiesOf(String type)
Returns a collection containing all of the properties that instances of type know about.Collection<String>
ReflectiveModelReference. getPropertiesOf(String type)
boolean
IReflectiveModel. hasProperty(String type, String property)
boolean
ReflectiveModelReference. hasProperty(String type, String property)
boolean
IModel. isOfKind(Object instance, String type)
boolean
Model. isOfKind(Object instance, String metaClass)
boolean
ModelGroup. isOfKind(Object instance, String metaClass)
boolean
ModelReference. isOfKind(Object instance, String type)
boolean
IModel. isOfType(Object instance, String type)
boolean
Model. isOfType(Object instance, String metaClass)
boolean
ModelGroup. isOfType(Object instance, String metaClass)
boolean
ModelReference. isOfType(Object instance, String type)
protected void
CachedModel. removeFromCache(ModelElementType instance)
-
Uses of EolModelElementTypeNotFoundException in org.eclipse.epsilon.eol.models.java
Methods in org.eclipse.epsilon.eol.models.java that throw EolModelElementTypeNotFoundException Modifier and Type Method Description Class<?>
JavaObjectModel. classForName(String type)
Object
JavaModel. createInstance(String type)
Object
JavaObjectModel. createInstance(String type)
Collection<?>
JavaModel. getAllOfKind(String type)
Collection<?>
JavaObjectModel. getAllOfKind(String type)
Collection<?>
JavaModel. getAllOfType(String type)
Collection<?>
JavaObjectModel. getAllOfType(String type)
Collection<String>
JavaModel. getPropertiesOf(String type)
void
JavaModelTests. getPropertiesOf()
Collection<String>
JavaObjectModel. getPropertiesOf(String type)
boolean
JavaModel. hasProperty(String type, String property)
boolean
JavaModel. isOfKind(Object instance, String metaClass)
boolean
JavaModel. isOfType(Object instance, String metaClass)
-
Uses of EolModelElementTypeNotFoundException in org.eclipse.epsilon.eol.types
Methods in org.eclipse.epsilon.eol.types that throw EolModelElementTypeNotFoundException Modifier and Type Method Description IModel
EolModelElementType. getModel()
IModel
EolModelElementType. getModel(boolean updateCached)
Fetches the model from the module's context.boolean
EolModelElementType. isInstantiable()
Constructors in org.eclipse.epsilon.eol.types that throw EolModelElementTypeNotFoundException Constructor Description EolModelElementType(String modelAndMetaClass, IEolContext context)
-
Uses of EolModelElementTypeNotFoundException in org.eclipse.epsilon.epl.execute.model
Methods in org.eclipse.epsilon.epl.execute.model that throw EolModelElementTypeNotFoundException Modifier and Type Method Description Object
PatternMatchModel. createInstance(String type)
Collection<?>
PatternMatchModel. getAllOfKind(String type)
Collection<?>
PatternMatchModel. getAllOfType(String type)
-
Uses of EolModelElementTypeNotFoundException in org.eclipse.epsilon.evl.dom
Methods in org.eclipse.epsilon.evl.dom that throw EolModelElementTypeNotFoundException Modifier and Type Method Description Collection<?>
ConstraintContext. getAllOfSourceKind(IEolContext context)
Collection<?>
GlobalConstraintContext. getAllOfSourceKind(IEolContext context)
Collection<?>
ConstraintContext. getAllOfSourceType(IEolContext context)
Collection<?>
GlobalConstraintContext. getAllOfSourceType(IEolContext context)
EolModelElementType
ConstraintContext. getType(IEolContext context)
-
Uses of EolModelElementTypeNotFoundException in org.eclipse.epsilon.evl.execute.atoms
Methods in org.eclipse.epsilon.evl.execute.atoms that throw EolModelElementTypeNotFoundException Modifier and Type Method Description static ArrayList<ConstraintContextAtom>
ConstraintContextAtom. getAllJobs(IEvlModule module)
-
Uses of EolModelElementTypeNotFoundException in org.eclipse.epsilon.flock.emc.wrappers
Methods in org.eclipse.epsilon.flock.emc.wrappers that throw EolModelElementTypeNotFoundException Modifier and Type Method Description Collection<String>
ModelElement. getPropertiesSharedWith(ModelElement element)
void
ModelTypeTests. propertiesSharedWithShouldKeepOnlyThosePropertiesKnownByBothTypes()
-
Uses of EolModelElementTypeNotFoundException in org.eclipse.epsilon.hutn.generate.model
Methods in org.eclipse.epsilon.hutn.generate.model that throw EolModelElementTypeNotFoundException Modifier and Type Method Description protected String[]
ModelGenerator. getNsUrisForTargetModel()
-