Uses of Interface
io.ciera.tool.sql.architecture.classes.ModelInst
Packages that use ModelInst
Package
Description
-
Uses of ModelInst in io.ciera.tool
Methods in io.ciera.tool with parameters of type ModelInstModifier and TypeMethodDescriptionvoidSql.relate_R3017_EventInstanceLoader_ModelInst(EventInstanceLoader form, ModelInst part) voidSql.relate_R401_ModelInst_is_a_File(ModelInst form, File part) voidvoidSql.relate_R407_ModelInst_is_a_Type(ModelInst form, Type part) voidSql.relate_R408_ModelInst_forms_instance_population_of_ComponentDefinition(ModelInst form, ComponentDefinition part) voidSql.relate_R409_ModelInst_ModelClass(ModelInst form, ModelClass part) voidSql.relate_R410_Attribute_abstracts_data_for_ModelInst(Attribute form, ModelInst part) voidSql.relate_R416_Operation_provided_by_ModelInst(Operation form, ModelInst part) voidSql.relate_R434_ClassRelationship_has_participating_ModelInst(ClassRelationship form, ModelInst part) voidvoidvoidSql.relate_R449_InstancePopulationSelector_selects_instances_of_ModelInst(InstancePopulationSelector form, ModelInst part) voidvoidSql.relate_R780_Creation_creates_ModelInst(Creation form, ModelInst part) voidSqlSqlLoader.serialize_401(ModelInst modelinst_inst, PrintStream out) voidSqlSqlLoader.serialize_407(ModelInst modelinst_inst, PrintStream out) voidSqlSqlLoader.serialize_408(ModelInst modelinst_inst, PrintStream out) voidSqlSqlLoader.serialize_409(ModelInst modelinst_inst, PrintStream out) voidSqlSqlLoader.serialize_ModelInst(ModelInst modelinst_inst, PrintStream out) voidSql.transformClassInstanceLoaderSerializer(ModelInst p_obj, PopulationLoader p_pop_loader) voidSql.transformSelector(ModelInst p_obj, ClassRelationship p_rel, Cond p_cond, Mult p_mult, boolean p_formalizer, String p_phrase, ModelInst p_other_obj) voidSql.transformSelectors(ModelInst p_obj) voidSql.unrelate_R3017_EventInstanceLoader_ModelInst(EventInstanceLoader form, ModelInst part) voidSql.unrelate_R401_ModelInst_is_a_File(ModelInst form, File part) voidvoidSql.unrelate_R407_ModelInst_is_a_Type(ModelInst form, Type part) voidSql.unrelate_R408_ModelInst_forms_instance_population_of_ComponentDefinition(ModelInst form, ComponentDefinition part) voidSql.unrelate_R409_ModelInst_ModelClass(ModelInst form, ModelClass part) voidSql.unrelate_R410_Attribute_abstracts_data_for_ModelInst(Attribute form, ModelInst part) voidSql.unrelate_R416_Operation_provided_by_ModelInst(Operation form, ModelInst part) voidSql.unrelate_R434_ClassRelationship_has_participating_ModelInst(ClassRelationship form, ModelInst part) voidSql.unrelate_R435_ClassRelationship_has_formalizing_ModelInst(ClassRelationship form, ModelInst part) voidvoidSql.unrelate_R449_InstancePopulationSelector_selects_instances_of_ModelInst(InstancePopulationSelector form, ModelInst part) voidvoidSql.unrelate_R780_Creation_creates_ModelInst(Creation form, ModelInst part) -
Uses of ModelInst in io.ciera.tool.sql.architecture.classes
Methods in io.ciera.tool.sql.architecture.classes that return ModelInstModifier and TypeMethodDescriptionAttribute.R410_abstracts_data_for_ModelInst()Operation.R416_provided_by_ModelInst()ClassRelationship.R434_has_participating_ModelInst()ClassRelationship.R435_has_formalizing_ModelInst()InstanceSelector.R442_navigates_from_ModelInst()Methods in io.ciera.tool.sql.architecture.classes with parameters of type ModelInstModifier and TypeMethodDescriptiondefault voidInstSet.setR406_defines_set_with_elements_of_type_ModelInst(ModelInst inst) default voidAttribute.setR410_abstracts_data_for_ModelInst(ModelInst inst) default voidOperation.setR416_provided_by_ModelInst(ModelInst inst) default voidClassRelationship.setR434_has_participating_ModelInst(ModelInst inst) default voidClassRelationship.setR435_has_formalizing_ModelInst(ModelInst inst) default voidInstanceSelector.setR442_navigates_from_ModelInst(ModelInst inst) -
Uses of ModelInst in io.ciera.tool.sql.architecture.classes.impl
Classes in io.ciera.tool.sql.architecture.classes.impl that implement ModelInstFields in io.ciera.tool.sql.architecture.classes.impl declared as ModelInstMethods in io.ciera.tool.sql.architecture.classes.impl that return ModelInstModifier and TypeMethodDescriptionstatic ModelInststatic ModelInstModelInstImpl.create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_comp_name, String ref_comp_package, String ref_name, String ref_package, String m_extends, String m_key_letters, String m_comparator, boolean m_unmanaged) static ModelInstModelInstImpl.create(Sql context, String ref_comp_name, String ref_comp_package, String ref_name, String ref_package, String m_extends, String m_key_letters, String m_comparator, boolean m_unmanaged) ModelInstSetImpl.nullElement()ModelInstImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition) InstSetImpl.R406_defines_set_with_elements_of_type_ModelInst()AttributeImpl.R410_abstracts_data_for_ModelInst()OperationImpl.R416_provided_by_ModelInst()ClassRelationshipImpl.R434_has_participating_ModelInst()ClassRelationshipImpl.R435_has_formalizing_ModelInst()InstanceSelectorImpl.R442_navigates_from_ModelInst()ModelInstImpl.self()Methods in io.ciera.tool.sql.architecture.classes.impl that return types with arguments of type ModelInstMethods in io.ciera.tool.sql.architecture.classes.impl with parameters of type ModelInstModifier and TypeMethodDescriptionvoidInstSetImpl.setR406_defines_set_with_elements_of_type_ModelInst(ModelInst inst) voidAttributeImpl.setR410_abstracts_data_for_ModelInst(ModelInst inst) voidOperationImpl.setR416_provided_by_ModelInst(ModelInst inst) voidClassRelationshipImpl.setR434_has_participating_ModelInst(ModelInst inst) voidClassRelationshipImpl.setR435_has_formalizing_ModelInst(ModelInst inst) voidInstanceSelectorImpl.setR442_navigates_from_ModelInst(ModelInst inst) Method parameters in io.ciera.tool.sql.architecture.classes.impl with type arguments of type ModelInstConstructor parameters in io.ciera.tool.sql.architecture.classes.impl with type arguments of type ModelInst -
Uses of ModelInst in io.ciera.tool.sql.architecture.component
Methods in io.ciera.tool.sql.architecture.component that return ModelInstModifier and TypeMethodDescriptionInstancePopulationSelector.R449_selects_instances_of_ModelInst()Methods in io.ciera.tool.sql.architecture.component with parameters of type ModelInstModifier and TypeMethodDescriptiondefault voidComponentDefinition.addR408_maintains_instances_of_ModelInst(ModelInst inst) default voidComponentDefinition.removeR408_maintains_instances_of_ModelInst(ModelInst inst) default voidInstancePopulationSelector.setR449_selects_instances_of_ModelInst(ModelInst inst) -
Uses of ModelInst in io.ciera.tool.sql.architecture.component.impl
Methods in io.ciera.tool.sql.architecture.component.impl that return ModelInstModifier and TypeMethodDescriptionInstancePopulationSelectorImpl.R449_selects_instances_of_ModelInst()Methods in io.ciera.tool.sql.architecture.component.impl with parameters of type ModelInstModifier and TypeMethodDescriptionvoidComponentDefinitionImpl.addR408_maintains_instances_of_ModelInst(ModelInst inst) voidComponentDefinitionImpl.removeR408_maintains_instances_of_ModelInst(ModelInst inst) voidInstancePopulationSelectorImpl.setR449_selects_instances_of_ModelInst(ModelInst inst) -
Uses of ModelInst in io.ciera.tool.sql.architecture.expression
Methods in io.ciera.tool.sql.architecture.expression that return ModelInstMethods in io.ciera.tool.sql.architecture.expression with parameters of type ModelInstModifier and TypeMethodDescriptiondefault voidCreation.setR780_creates_ModelInst(ModelInst inst) -
Uses of ModelInst in io.ciera.tool.sql.architecture.expression.impl
Methods in io.ciera.tool.sql.architecture.expression.impl that return ModelInstMethods in io.ciera.tool.sql.architecture.expression.impl with parameters of type ModelInst -
Uses of ModelInst in io.ciera.tool.sql.architecture.file
Methods in io.ciera.tool.sql.architecture.file that return ModelInstMethods in io.ciera.tool.sql.architecture.file with parameters of type ModelInst -
Uses of ModelInst in io.ciera.tool.sql.architecture.file.impl
Methods in io.ciera.tool.sql.architecture.file.impl that return ModelInstMethods in io.ciera.tool.sql.architecture.file.impl with parameters of type ModelInst -
Uses of ModelInst in io.ciera.tool.sql.architecture.statemachine
Methods in io.ciera.tool.sql.architecture.statemachine that return ModelInstMethods in io.ciera.tool.sql.architecture.statemachine with parameters of type ModelInstModifier and TypeMethodDescriptiondefault voidStateMachine.setR4750_models_behavior_of_ModelInst(ModelInst inst) -
Uses of ModelInst in io.ciera.tool.sql.architecture.statemachine.impl
Methods in io.ciera.tool.sql.architecture.statemachine.impl that return ModelInstMethods in io.ciera.tool.sql.architecture.statemachine.impl with parameters of type ModelInstModifier and TypeMethodDescriptionvoidStateMachineImpl.setR4750_models_behavior_of_ModelInst(ModelInst inst) -
Uses of ModelInst in io.ciera.tool.sql.architecture.type
Methods in io.ciera.tool.sql.architecture.type that return ModelInstMethods in io.ciera.tool.sql.architecture.type with parameters of type ModelInst -
Uses of ModelInst in io.ciera.tool.sql.architecture.type.impl
Methods in io.ciera.tool.sql.architecture.type.impl that return ModelInstMethods in io.ciera.tool.sql.architecture.type.impl with parameters of type ModelInst -
Uses of ModelInst in io.ciera.tool.sql.loader
Methods in io.ciera.tool.sql.loader that return ModelInstMethods in io.ciera.tool.sql.loader with parameters of type ModelInstModifier and TypeMethodDescriptiondefault voidEventInstanceLoader.setR3017_ModelInst(ModelInst inst) -
Uses of ModelInst in io.ciera.tool.sql.loader.impl
Methods in io.ciera.tool.sql.loader.impl that return ModelInstMethods in io.ciera.tool.sql.loader.impl with parameters of type ModelInstModifier and TypeMethodDescriptionvoidEventInstanceLoaderImpl.setR3017_ModelInst(ModelInst inst) -
Uses of ModelInst in io.ciera.tool.sql.ooaofooa.subsystem
Methods in io.ciera.tool.sql.ooaofooa.subsystem that return ModelInstMethods in io.ciera.tool.sql.ooaofooa.subsystem with parameters of type ModelInst -
Uses of ModelInst in io.ciera.tool.sql.ooaofooa.subsystem.impl
Methods in io.ciera.tool.sql.ooaofooa.subsystem.impl that return ModelInstMethods in io.ciera.tool.sql.ooaofooa.subsystem.impl with parameters of type ModelInst