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 Stringprotected static final Stringprotected Methodprotected Methodprotected static final Stringprotected Methodprotected static final Stringprotected Methodprotected static final Stringprotected Methodprotected static final Stringprotected Methodprotected static final Stringprotected Methodprotected static final Stringprotected Methodprotected static final Stringprotected Methodprotected static final Stringprotected static final Stringprotected MethodFields 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()booleanprotected static Class<?>protected ObjectgetProperty(String property) inthashCode()protected voidinit()static booleanisEmpty()Set<?>keySet()voidsetProperty(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:
initin classAbstractType
-
containsKey
-
containsValue
-
equals
- Specified by:
equalsin interfaceISimulinkModelElement- Overrides:
equalsin classObject
-
get
-
entrySet
-
hashCode
public int hashCode() -
isEmpty
-
keySet
-
size
-
values
-
toString
-
getProperty
- Throws:
EolRuntimeException
-
setProperty
- Throws:
EolRuntimeException
-
getObject
- Specified by:
getObjectin classAbstractType
-