Class Struct
java.lang.Object
org.eclipse.epsilon.emc.simulink.types.AbstractType
org.eclipse.epsilon.emc.simulink.types.Struct
- All Implemented Interfaces:
ISimulinkModelElement
,IModelElement
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final String
protected static final String
protected Method
protected Method
protected static final String
protected Method
protected static final String
protected Method
protected static final String
protected Method
protected static final String
protected Method
protected static final String
protected Method
protected static final String
protected Method
protected static final String
protected Method
protected static final String
protected static final String
protected Method
Fields inherited from class org.eclipse.epsilon.emc.simulink.types.AbstractType
engine, object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontainsKey
(Object key) containsValue
(Object value) Set<?>
entrySet()
boolean
protected static Class<?>
protected Object
getProperty
(String property) int
hashCode()
protected void
init()
static boolean
isEmpty()
Set<?>
keySet()
void
setProperty
(String property, Object value) size()
toString()
Set<?>
values()
Methods inherited from class org.eclipse.epsilon.emc.simulink.types.AbstractType
deleteElementInModel, getAllTypeNamesOf, getEngine, getHandle, getOwningModel, getType
-
Field Details
-
STRUCT_MATLAB_CLASS
- See Also:
-
CONTAINS_KEY_METHOD
- See Also:
-
CONTAINS_VALUE_METHOD
- See Also:
-
EQUALS_METHOD
- See Also:
-
GET_METHOD
- See Also:
-
ENTRY_SET_METHOD
- See Also:
-
HASH_CODE_METHOD
- See Also:
-
IS_EMPTY_METHOD
- See Also:
-
KEY_SET_METHOD
- See Also:
-
SIZE_METHOD
- See Also:
-
VALUES_METHOD
- See Also:
-
keyValues
-
containsKeyMethod
-
containsValueMethod
-
equalsMethod
-
getMethod
-
entrySetMethod
-
hashCodeMethod
-
isEmptyMethod
-
keySetMethod
-
sizeMethod
-
valuesMethod
-
-
Constructor Details
-
Struct
-
Struct
-
-
Method Details
-
is
-
getMatlabClass
-
init
protected void init()- Specified by:
init
in classAbstractType
-
containsKey
-
containsValue
-
equals
- Specified by:
equals
in interfaceISimulinkModelElement
- Overrides:
equals
in classObject
-
get
-
entrySet
-
hashCode
public int hashCode() -
isEmpty
-
keySet
-
size
-
values
-
toString
-
getProperty
- Throws:
EolRuntimeException
-
setProperty
- Throws:
EolRuntimeException
-
getObject
- Specified by:
getObject
in classAbstractType
-