Package org.lemsml.jlems.core.type
Class Function
- java.lang.Object
-
- org.lemsml.jlems.core.type.Base
-
- org.lemsml.jlems.core.type.ComponentType
-
- org.lemsml.jlems.core.type.Function
-
public class Function extends ComponentType
-
-
Field Summary
Fields Modifier and Type Field Description LemsCollection<Argument>
arguments
-
Fields inherited from class org.lemsml.jlems.core.type.ComponentType
abouts, attachmentses, childrens, childs, collections, componentReferences, componentRequirements, componentTypeReferences, constants, derivedParameters, dynamicses, equilibriums, eventPorts, exposures, eXtends, fixeds, geometrys, indexParameters, instanceRequirements, links, locations, metas, name, pairCollections, parameters, pathParameters, paths, procedures, propertys, r_extends, requirements, resolved, simulations, standalone, structures, texts
-
Fields inherited from class org.lemsml.jlems.core.type.Base
description, id
-
-
Constructor Summary
Constructors Constructor Description Function()
-
Method Summary
-
Methods inherited from class org.lemsml.jlems.core.type.ComponentType
addConstant, addCpt, addDerivedParameter, addDynamics, addEventPort, addExposure, addParameter, addRequirement, addText, checkEquations, checkResolve, extendsType, getAbout, getAttachmentss, getChildCompTypes, getChildren, getChildrenByName, getChildrens, getChilds, getChildType, getChildTypes, getCollection, getCollections, getComponentRef, getComponentReferences, getComponentRefs, getComponents, getComponentTypeRefs, getConstants, getContextMeta, getDerivedParameters, getDimParams, getDynamics, getEventPorts, getExposedDimensions, getExposure, getExposures, getExtends, getFinalExposures, getFinalParam, getFinalParams, getHierarchyWeight, getIndexParameter, getInEventPort, getInstancePropertys, getLinks, getName, getOutEventPort, getPairCollection, getPairCollections, getParameters, getPathParameters, getPaths, getProcedures, getPropertys, getRequirements, getScopeType, getSetParamValue, getSimpleExposed, getSimulation, getTexts, hasChild, hasDynamics, hasSimulation, inherited, isExtension, isOrExtends, isOrExtendsType, makeStateType, removeRequirement, resolve, setDynamics, setName, setsParam, summary, toString
-
Methods inherited from class org.lemsml.jlems.core.type.Base
getDescription, setDescription
-
-
-
-
Field Detail
-
arguments
public LemsCollection<Argument> arguments
-
-