Class IfSmtSetImpl
-
- All Implemented Interfaces:
io.ciera.runtime.summit.classes.IInstanceSet<IfSmtSet,IfSmt>,io.ciera.runtime.summit.types.ISet<IfSmt>,io.ciera.runtime.summit.types.IXtumlType,IfSmtSet,Iterable<IfSmt>,Collection<IfSmt>,Set<IfSmt>
public class IfSmtSetImpl extends io.ciera.runtime.summit.classes.InstanceSet<IfSmtSet,IfSmt> implements IfSmtSet
-
-
Constructor Summary
Constructors Constructor Description IfSmtSetImpl()IfSmtSetImpl(Comparator<? super IfSmt> comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<IfSmt>elements()IfSmtSetemptySet()IfSmtSetemptySet(Comparator<? super IfSmt> comp)IfSmtnullElement()StatementSetR451_is_a_Statement()CodeBlockSetR453_has_then_CodeBlock()CodeBlockSetR454_has_else_CodeBlock()ExpressionSetR471_executes_then_block_if_true_Expression()voidsetBlock_number(String ref_block_number)voidsetBody_name(String ref_body_name)voidsetCond_expression_number(String ref_cond_expression_number)voidsetElse_block_number(String ref_else_block_number)voidsetIs_else_if(boolean m_is_else_if)voidsetParent_name(String ref_parent_name)voidsetParent_package(String ref_parent_package)voidsetStatement_number(String ref_statement_number)voidsetThen_block_number(String ref_then_block_number)-
Methods inherited from class io.ciera.runtime.summit.classes.InstanceSet
add, getById1, getById2, getById3, getByInstanceId, remove
-
Methods inherited from class io.ciera.runtime.summit.types.Set
addAll, any, anyWhere, clear, contains, containsAll, difference, difference, disunion, disunion, equality, intersection, intersection, isEmpty, iterator, removeAll, retainAll, size, sorted, sorted, toArray, toArray, union, union, where
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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, intersection, intersection, sorted, sorted, union, union, where
-
-
-
-
Constructor Detail
-
IfSmtSetImpl
public IfSmtSetImpl()
-
IfSmtSetImpl
public IfSmtSetImpl(Comparator<? super IfSmt> comp)
-
-
Method Detail
-
setIs_else_if
public void setIs_else_if(boolean m_is_else_if) throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
setIs_else_ifin interfaceIfSmtSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setParent_name
public void setParent_name(String ref_parent_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setParent_namein interfaceIfSmtSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setElse_block_number
public void setElse_block_number(String ref_else_block_number) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setElse_block_numberin interfaceIfSmtSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setCond_expression_number
public void setCond_expression_number(String ref_cond_expression_number) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setCond_expression_numberin interfaceIfSmtSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setBody_name
public void setBody_name(String ref_body_name) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setBody_namein interfaceIfSmtSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setThen_block_number
public void setThen_block_number(String ref_then_block_number) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setThen_block_numberin interfaceIfSmtSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setParent_package
public void setParent_package(String ref_parent_package) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setParent_packagein interfaceIfSmtSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setStatement_number
public void setStatement_number(String ref_statement_number) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setStatement_numberin interfaceIfSmtSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setBlock_number
public void setBlock_number(String ref_block_number) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setBlock_numberin interfaceIfSmtSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R451_is_a_Statement
public StatementSet R451_is_a_Statement() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R451_is_a_Statementin interfaceIfSmtSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R453_has_then_CodeBlock
public CodeBlockSet R453_has_then_CodeBlock() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R453_has_then_CodeBlockin interfaceIfSmtSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R454_has_else_CodeBlock
public CodeBlockSet R454_has_else_CodeBlock() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R454_has_else_CodeBlockin interfaceIfSmtSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R471_executes_then_block_if_true_Expression
public ExpressionSet R471_executes_then_block_if_true_Expression() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R471_executes_then_block_if_true_Expressionin interfaceIfSmtSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
nullElement
public IfSmt nullElement()
- Specified by:
nullElementin interfaceio.ciera.runtime.summit.types.ISet<IfSmt>
-
emptySet
public IfSmtSet emptySet()
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<IfSmt>
-
emptySet
public IfSmtSet emptySet(Comparator<? super IfSmt> comp)
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<IfSmt>
-
-