Class ClassRelationshipImpl
java.lang.Object
io.ciera.runtime.summit.classes.ModelInstance<ClassRelationship,Sql>
io.ciera.tool.sql.architecture.classes.impl.ClassRelationshipImpl
- All Implemented Interfaces:
io.ciera.runtime.summit.application.IActionHome<Sql>,io.ciera.runtime.summit.application.IInstanceActionHome<ClassRelationship,,Sql> io.ciera.runtime.summit.classes.IModelInstance<ClassRelationship,,Sql> io.ciera.runtime.summit.statemachine.IEventTarget,io.ciera.runtime.summit.types.IXtumlType,ClassRelationship,Comparable<ClassRelationship>
public class ClassRelationshipImpl
extends io.ciera.runtime.summit.classes.ModelInstance<ClassRelationship,Sql>
implements ClassRelationship
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidcontext()static ClassRelationshipstatic ClassRelationshipcreate(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_comp_name, String ref_comp_package, String m_name, int m_num, String ref_form_name, String m_form_phrase, String ref_part_name, String m_part_phrase, String ref_form_package, String ref_part_package, Mult m_form_mult, Mult m_part_mult, Cond m_form_cond, Cond m_part_cond, int m_id_num, String ref_peer_name, String ref_peer_comp_name, String ref_peer_package, RelationshipType m_rel_type) static ClassRelationshipcreate(Sql context, String ref_comp_name, String ref_comp_package, String m_name, int m_num, String ref_form_name, String m_form_phrase, String ref_part_name, String m_part_phrase, String ref_form_package, String ref_part_package, Mult m_form_mult, Mult m_part_mult, Cond m_form_cond, Cond m_part_cond, int m_id_num, String ref_peer_name, String ref_peer_comp_name, String ref_peer_package, RelationshipType m_rel_type) intio.ciera.runtime.summit.classes.IInstanceIdentifiergetId1()io.ciera.runtime.summit.classes.IInstanceIdentifiergetId2()getName()intgetNum()io.ciera.runtime.summit.application.IRunContextoneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition) voidvoidvoidvoidvoidself()voidsetComp_name(String ref_comp_name) voidsetComp_package(String ref_comp_package) voidsetForm_cond(Cond m_form_cond) voidsetForm_mult(Mult m_form_mult) voidsetForm_name(String ref_form_name) voidsetForm_package(String ref_form_package) voidsetForm_phrase(String m_form_phrase) voidsetId_num(int m_id_num) voidvoidsetNum(int m_num) voidsetPart_cond(Cond m_part_cond) voidsetPart_mult(Mult m_part_mult) voidsetPart_name(String ref_part_name) voidsetPart_package(String ref_part_package) voidsetPart_phrase(String m_part_phrase) voidsetPeer_comp_name(String ref_peer_comp_name) voidsetPeer_name(String ref_peer_name) voidsetPeer_package(String ref_peer_package) voidvoidvoidvoidvoidvoidvoidsetRel_type(RelationshipType m_rel_type) Methods inherited from class io.ciera.runtime.summit.classes.ModelInstance
accept, checkLiving, compareTo, delete, equals, getCurrentState, getId3, getInstanceId, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.ciera.runtime.summit.application.IActionHome
warnMethods inherited from interface io.ciera.runtime.summit.statemachine.IEventTarget
accept, getCurrentStateMethods inherited from interface io.ciera.runtime.summit.classes.IModelInstance
checkLiving, compareTo, delete, getId3, getInstanceId, isEmptyMethods inherited from interface io.ciera.runtime.summit.types.IXtumlType
equality, inequality, serialize
-
Field Details
-
KEY_LETTERS
- See Also:
-
EMPTY_CLASSRELATIONSHIP
-
-
Method Details
-
create
public static ClassRelationship create(Sql context) throws io.ciera.runtime.summit.exceptions.XtumlException - Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
create
public static ClassRelationship create(Sql context, String ref_comp_name, String ref_comp_package, String m_name, int m_num, String ref_form_name, String m_form_phrase, String ref_part_name, String m_part_phrase, String ref_form_package, String ref_part_package, Mult m_form_mult, Mult m_part_mult, Cond m_form_cond, Cond m_part_cond, int m_id_num, String ref_peer_name, String ref_peer_comp_name, String ref_peer_package, RelationshipType m_rel_type) throws io.ciera.runtime.summit.exceptions.XtumlException - Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
create
public static ClassRelationship create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_comp_name, String ref_comp_package, String m_name, int m_num, String ref_form_name, String m_form_phrase, String ref_part_name, String m_part_phrase, String ref_form_package, String ref_part_package, Mult m_form_mult, Mult m_part_mult, Cond m_form_cond, Cond m_part_cond, int m_id_num, String ref_peer_name, String ref_peer_comp_name, String ref_peer_package, RelationshipType m_rel_type) throws io.ciera.runtime.summit.exceptions.XtumlException - Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getComp_name
- Specified by:
getComp_namein interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setComp_name
public void setComp_name(String ref_comp_name) throws io.ciera.runtime.summit.exceptions.XtumlException - Specified by:
setComp_namein interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setComp_package
public void setComp_package(String ref_comp_package) throws io.ciera.runtime.summit.exceptions.XtumlException - Specified by:
setComp_packagein interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getComp_package
- Specified by:
getComp_packagein interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getName
- Specified by:
getNamein interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setName
- Specified by:
setNamein interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getNum
public int getNum() throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
getNumin interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setNum
public void setNum(int m_num) throws io.ciera.runtime.summit.exceptions.XtumlException - Specified by:
setNumin interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getForm_name
- Specified by:
getForm_namein interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setForm_name
public void setForm_name(String ref_form_name) throws io.ciera.runtime.summit.exceptions.XtumlException - Specified by:
setForm_namein interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getForm_phrase
- Specified by:
getForm_phrasein interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setForm_phrase
public void setForm_phrase(String m_form_phrase) throws io.ciera.runtime.summit.exceptions.XtumlException - Specified by:
setForm_phrasein interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getPart_name
- Specified by:
getPart_namein interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setPart_name
public void setPart_name(String ref_part_name) throws io.ciera.runtime.summit.exceptions.XtumlException - Specified by:
setPart_namein interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setPart_phrase
public void setPart_phrase(String m_part_phrase) throws io.ciera.runtime.summit.exceptions.XtumlException - Specified by:
setPart_phrasein interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getPart_phrase
- Specified by:
getPart_phrasein interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getForm_package
- Specified by:
getForm_packagein interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setForm_package
public void setForm_package(String ref_form_package) throws io.ciera.runtime.summit.exceptions.XtumlException - Specified by:
setForm_packagein interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setPart_package
public void setPart_package(String ref_part_package) throws io.ciera.runtime.summit.exceptions.XtumlException - Specified by:
setPart_packagein interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getPart_package
- Specified by:
getPart_packagein interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setForm_mult
- Specified by:
setForm_multin interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getForm_mult
- Specified by:
getForm_multin interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setPart_mult
- Specified by:
setPart_multin interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getPart_mult
- Specified by:
getPart_multin interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getForm_cond
- Specified by:
getForm_condin interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setForm_cond
- Specified by:
setForm_condin interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getPart_cond
- Specified by:
getPart_condin interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setPart_cond
- Specified by:
setPart_condin interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setId_num
public void setId_num(int m_id_num) throws io.ciera.runtime.summit.exceptions.XtumlException - Specified by:
setId_numin interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getId_num
public int getId_num() throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
getId_numin interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getPeer_name
- Specified by:
getPeer_namein interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setPeer_name
public void setPeer_name(String ref_peer_name) throws io.ciera.runtime.summit.exceptions.XtumlException - Specified by:
setPeer_namein interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getPeer_comp_name
- Specified by:
getPeer_comp_namein interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setPeer_comp_name
public void setPeer_comp_name(String ref_peer_comp_name) throws io.ciera.runtime.summit.exceptions.XtumlException - Specified by:
setPeer_comp_namein interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getPeer_package
- Specified by:
getPeer_packagein interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setPeer_package
public void setPeer_package(String ref_peer_package) throws io.ciera.runtime.summit.exceptions.XtumlException - Specified by:
setPeer_packagein interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getRel_type
- Specified by:
getRel_typein interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setRel_type
public void setRel_type(RelationshipType m_rel_type) throws io.ciera.runtime.summit.exceptions.XtumlException - Specified by:
setRel_typein interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getId1
public io.ciera.runtime.summit.classes.IInstanceIdentifier getId1()- Specified by:
getId1in interfaceio.ciera.runtime.summit.classes.IModelInstance<ClassRelationship,Sql> - Overrides:
getId1in classio.ciera.runtime.summit.classes.ModelInstance<ClassRelationship,Sql>
-
getId2
public io.ciera.runtime.summit.classes.IInstanceIdentifier getId2()- Specified by:
getId2in interfaceio.ciera.runtime.summit.classes.IModelInstance<ClassRelationship,Sql> - Overrides:
getId2in classio.ciera.runtime.summit.classes.ModelInstance<ClassRelationship,Sql>
-
render_modifiers
public void render_modifiers() throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
render_modifiersin interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setR434_has_participating_ModelInst
- Specified by:
setR434_has_participating_ModelInstin interfaceClassRelationship
-
R434_has_participating_ModelInst
public ModelInst R434_has_participating_ModelInst() throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
R434_has_participating_ModelInstin interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setR435_has_formalizing_ModelInst
- Specified by:
setR435_has_formalizing_ModelInstin interfaceClassRelationship
-
R435_has_formalizing_ModelInst
public ModelInst R435_has_formalizing_ModelInst() throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
R435_has_formalizing_ModelInstin interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setR436_is_one_half_of_associative_ClassRelationship
- Specified by:
setR436_is_one_half_of_associative_ClassRelationshipin interfaceClassRelationship
-
R436_is_one_half_of_associative_ClassRelationship
public ClassRelationship R436_is_one_half_of_associative_ClassRelationship() throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
R436_is_one_half_of_associative_ClassRelationshipin interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setR436_is_other_half_of_associative_ClassRelationship
- Specified by:
setR436_is_other_half_of_associative_ClassRelationshipin interfaceClassRelationship
-
R436_is_other_half_of_associative_ClassRelationship
public ClassRelationship R436_is_other_half_of_associative_ClassRelationship() throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
R436_is_other_half_of_associative_ClassRelationshipin interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setR448_forms_relationship_population_of_ComponentDefinition
- Specified by:
setR448_forms_relationship_population_of_ComponentDefinitionin interfaceClassRelationship
-
R448_forms_relationship_population_of_ComponentDefinition
public ComponentDefinition R448_forms_relationship_population_of_ComponentDefinition() throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
R448_forms_relationship_population_of_ComponentDefinitionin interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
addR4511_provides_link_for_AttributeReference
- Specified by:
addR4511_provides_link_for_AttributeReferencein interfaceClassRelationship
-
removeR4511_provides_link_for_AttributeReference
- Specified by:
removeR4511_provides_link_for_AttributeReferencein interfaceClassRelationship
-
R4511_provides_link_for_AttributeReference
public AttributeReferenceSet R4511_provides_link_for_AttributeReference() throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
R4511_provides_link_for_AttributeReferencein interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
addR4512_traversed_by_Selector
- Specified by:
addR4512_traversed_by_Selectorin interfaceClassRelationship
-
removeR4512_traversed_by_Selector
- Specified by:
removeR4512_traversed_by_Selectorin interfaceClassRelationship
-
R4512_traversed_by_Selector
public SelectorSet R4512_traversed_by_Selector() throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
R4512_traversed_by_Selectorin interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setR4572_extent_accessed_by_RelationshipPopulationSelector
public void setR4572_extent_accessed_by_RelationshipPopulationSelector(RelationshipPopulationSelector inst) - Specified by:
setR4572_extent_accessed_by_RelationshipPopulationSelectorin interfaceClassRelationship
-
R4572_extent_accessed_by_RelationshipPopulationSelector
public RelationshipPopulationSelector R4572_extent_accessed_by_RelationshipPopulationSelector() throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
R4572_extent_accessed_by_RelationshipPopulationSelectorin interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
addR481_created_by_RelateSmt
- Specified by:
addR481_created_by_RelateSmtin interfaceClassRelationship
-
removeR481_created_by_RelateSmt
- Specified by:
removeR481_created_by_RelateSmtin interfaceClassRelationship
-
R481_created_by_RelateSmt
public RelateSmtSet R481_created_by_RelateSmt() throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
R481_created_by_RelateSmtin interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
addR484_deleted_by_UnrelateSmt
- Specified by:
addR484_deleted_by_UnrelateSmtin interfaceClassRelationship
-
removeR484_deleted_by_UnrelateSmt
- Specified by:
removeR484_deleted_by_UnrelateSmtin interfaceClassRelationship
-
R484_deleted_by_UnrelateSmt
public UnrelateSmtSet R484_deleted_by_UnrelateSmt() throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
R484_deleted_by_UnrelateSmtin interfaceClassRelationship- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
getRunContext
public io.ciera.runtime.summit.application.IRunContext getRunContext()- Specified by:
getRunContextin interfaceio.ciera.runtime.summit.application.IActionHome<Sql>- Overrides:
getRunContextin classio.ciera.runtime.summit.classes.ModelInstance<ClassRelationship,Sql>
-
context
- Specified by:
contextin interfaceio.ciera.runtime.summit.application.IActionHome<Sql>- Overrides:
contextin classio.ciera.runtime.summit.classes.ModelInstance<ClassRelationship,Sql>
-
getKeyLetters
- Specified by:
getKeyLettersin interfaceio.ciera.runtime.summit.statemachine.IEventTarget- Specified by:
getKeyLettersin interfaceio.ciera.runtime.summit.classes.IModelInstance<ClassRelationship,Sql>
-
self
- Specified by:
selfin interfaceio.ciera.runtime.summit.application.IInstanceActionHome<ClassRelationship,Sql>
-
oneWhere
public ClassRelationship oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition) throws io.ciera.runtime.summit.exceptions.XtumlException - Specified by:
oneWherein interfaceio.ciera.runtime.summit.types.IXtumlType- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-