Interface UnrelateSmtSet
-
- All Superinterfaces:
Collection<UnrelateSmt>,io.ciera.runtime.summit.classes.IInstanceSet<UnrelateSmtSet,UnrelateSmt>,io.ciera.runtime.summit.types.ISet<UnrelateSmt>,Iterable<UnrelateSmt>,io.ciera.runtime.summit.types.IXtumlType,Set<UnrelateSmt>
- All Known Implementing Classes:
UnrelateSmtSetImpl
public interface UnrelateSmtSet extends io.ciera.runtime.summit.classes.IInstanceSet<UnrelateSmtSet,UnrelateSmt>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatementSetR451_is_a_Statement()ExpressionSetR482_unrelates_participating_Expression()ExpressionSetR483_unrelates_formalizing_Expression()ClassRelationshipSetR484_deletes_instances_of_ClassRelationship()voidsetBlock_number(String ref_block_number)voidsetBody_name(String ref_body_name)voidsetComp_name(String ref_comp_name)voidsetComp_package(String ref_comp_package)voidsetForm_expression_number(String ref_form_expression_number)voidsetParent_name(String ref_parent_name)voidsetParent_package(String ref_parent_package)voidsetPart_expression_number(String ref_part_expression_number)voidsetRel_name(String ref_rel_name)voidsetStatement_number(String ref_statement_number)-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface io.ciera.runtime.summit.classes.IInstanceSet
getById1, getById2, getById3, getByInstanceId
-
Methods inherited from interface io.ciera.runtime.summit.types.ISet
any, anyWhere, difference, difference, disunion, disunion, elements, emptySet, emptySet, intersection, intersection, nullElement, sorted, sorted, union, union, where
-
-
-
-
Method Detail
-
setBody_name
void setBody_name(String ref_body_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setRel_name
void setRel_name(String ref_rel_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setComp_package
void setComp_package(String ref_comp_package) throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setParent_package
void setParent_package(String ref_parent_package) throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setStatement_number
void setStatement_number(String ref_statement_number) throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setForm_expression_number
void setForm_expression_number(String ref_form_expression_number) throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setBlock_number
void setBlock_number(String ref_block_number) throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setParent_name
void setParent_name(String ref_parent_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setComp_name
void setComp_name(String ref_comp_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setPart_expression_number
void setPart_expression_number(String ref_part_expression_number) throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R451_is_a_Statement
StatementSet R451_is_a_Statement() throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R482_unrelates_participating_Expression
ExpressionSet R482_unrelates_participating_Expression() throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R483_unrelates_formalizing_Expression
ExpressionSet R483_unrelates_formalizing_Expression() throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R484_deletes_instances_of_ClassRelationship
ClassRelationshipSet R484_deletes_instances_of_ClassRelationship() throws io.ciera.runtime.summit.exceptions.XtumlException
- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
-