Uses of Interface
io.ciera.tool.sql.ooaofooa.domain.SystemModel
-
-
Uses of SystemModel in io.ciera.tool
Methods in io.ciera.tool with parameters of type SystemModel Modifier and Type Method Description voidSql. relate_R1401_EP_PKG_directly_contained_under_SystemModel(EP_PKG form, SystemModel part)voidSql. relate_R1405_EP_PKG_SystemModel(EP_PKG form, SystemModel part)voidSql. relate_R9100_GlobalElementInSystem_SystemModel(GlobalElementInSystem form, SystemModel part)voidSqlSqlLoader. serialize_SystemModel(SystemModel systemmodel_inst, PrintStream out)voidSql. unrelate_R1401_EP_PKG_directly_contained_under_SystemModel(EP_PKG form, SystemModel part)voidSql. unrelate_R1405_EP_PKG_SystemModel(EP_PKG form, SystemModel part)voidSql. unrelate_R9100_GlobalElementInSystem_SystemModel(GlobalElementInSystem form, SystemModel part) -
Uses of SystemModel in io.ciera.tool.sql.ooaofooa.domain.impl
Classes in io.ciera.tool.sql.ooaofooa.domain.impl that implement SystemModel Modifier and Type Class Description classSystemModelImplFields in io.ciera.tool.sql.ooaofooa.domain.impl declared as SystemModel Modifier and Type Field Description static SystemModelSystemModelImpl. EMPTY_SYSTEMMODELMethods in io.ciera.tool.sql.ooaofooa.domain.impl that return SystemModel Modifier and Type Method Description static SystemModelSystemModelImpl. create(Sql context)static SystemModelSystemModelImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId m_Sys_ID, String m_Name, boolean m_useGlobals)SystemModelSystemModelSetImpl. nullElement()SystemModelSystemModelImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)SystemModelSystemModelImpl. self()Methods in io.ciera.tool.sql.ooaofooa.domain.impl that return types with arguments of type SystemModel Modifier and Type Method Description List<SystemModel>SystemModelSetImpl. elements()Method parameters in io.ciera.tool.sql.ooaofooa.domain.impl with type arguments of type SystemModel Modifier and Type Method Description SystemModelSetSystemModelSetImpl. emptySet(Comparator<? super SystemModel> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.domain.impl with type arguments of type SystemModel Constructor Description SystemModelSetImpl(Comparator<? super SystemModel> comp) -
Uses of SystemModel in io.ciera.tool.sql.ooaofooa.elementpackaging
Methods in io.ciera.tool.sql.ooaofooa.elementpackaging that return SystemModel Modifier and Type Method Description SystemModelEP_PKG. R1401_directly_contained_under_SystemModel()SystemModelEP_PKG. R1405_SystemModel()Methods in io.ciera.tool.sql.ooaofooa.elementpackaging with parameters of type SystemModel Modifier and Type Method Description default voidEP_PKG. setR1401_directly_contained_under_SystemModel(SystemModel inst)default voidEP_PKG. setR1405_SystemModel(SystemModel inst) -
Uses of SystemModel in io.ciera.tool.sql.ooaofooa.elementpackaging.impl
Methods in io.ciera.tool.sql.ooaofooa.elementpackaging.impl that return SystemModel Modifier and Type Method Description SystemModelEP_PKGImpl. R1401_directly_contained_under_SystemModel()SystemModelEP_PKGImpl. R1405_SystemModel()Methods in io.ciera.tool.sql.ooaofooa.elementpackaging.impl with parameters of type SystemModel Modifier and Type Method Description voidEP_PKGImpl. setR1401_directly_contained_under_SystemModel(SystemModel inst)voidEP_PKGImpl. setR1405_SystemModel(SystemModel inst) -
Uses of SystemModel in io.ciera.tool.sql.ooaofooa.globals
Methods in io.ciera.tool.sql.ooaofooa.globals that return SystemModel Modifier and Type Method Description SystemModelGlobalElementInSystem. R9100_SystemModel()Methods in io.ciera.tool.sql.ooaofooa.globals with parameters of type SystemModel Modifier and Type Method Description default voidGlobalElementInSystem. setR9100_SystemModel(SystemModel inst) -
Uses of SystemModel in io.ciera.tool.sql.ooaofooa.globals.impl
Methods in io.ciera.tool.sql.ooaofooa.globals.impl that return SystemModel Modifier and Type Method Description SystemModelGlobalElementInSystemImpl. R9100_SystemModel()Methods in io.ciera.tool.sql.ooaofooa.globals.impl with parameters of type SystemModel Modifier and Type Method Description voidGlobalElementInSystemImpl. setR9100_SystemModel(SystemModel inst)
-