Class EventCreationSetImpl
- java.lang.Object
-
- io.ciera.runtime.summit.types.Set<E>
-
- io.ciera.runtime.summit.classes.InstanceSet<EventCreationSet,EventCreation>
-
- io.ciera.tool.sql.architecture.expression.impl.EventCreationSetImpl
-
- All Implemented Interfaces:
io.ciera.runtime.summit.classes.IInstanceSet<EventCreationSet,EventCreation>,io.ciera.runtime.summit.types.ISet<EventCreation>,io.ciera.runtime.summit.types.IXtumlType,EventCreationSet,Iterable<EventCreation>,Collection<EventCreation>,Set<EventCreation>
public class EventCreationSetImpl extends io.ciera.runtime.summit.classes.InstanceSet<EventCreationSet,EventCreation> implements EventCreationSet
-
-
Constructor Summary
Constructors Constructor Description EventCreationSetImpl()EventCreationSetImpl(Comparator<? super EventCreation> comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<EventCreation>elements()EventCreationSetemptySet()EventCreationSetemptySet(Comparator<? super EventCreation> comp)EventCreationnullElement()ExpressionSetR3902_has_target_Expression()ExpressionSetR3903_has_base_Expression()ExpressionSetR776_is_a_Expression()voidsetBlock_number(String ref_block_number)voidsetBody_name(String ref_body_name)voidsetEvt_expression_number(String ref_evt_expression_number)voidsetExpression_number(String ref_expression_number)voidsetParent_name(String ref_parent_name)voidsetParent_package(String ref_parent_package)voidsetStatement_number(String ref_statement_number)voidsetTarget_expression_number(String ref_target_expression_number)voidsetTo_self(boolean m_to_self)-
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
-
EventCreationSetImpl
public EventCreationSetImpl()
-
EventCreationSetImpl
public EventCreationSetImpl(Comparator<? super EventCreation> comp)
-
-
Method Detail
-
setTo_self
public void setTo_self(boolean m_to_self) throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
setTo_selfin interfaceEventCreationSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setExpression_number
public void setExpression_number(String ref_expression_number) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setExpression_numberin interfaceEventCreationSet- 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 interfaceEventCreationSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setTarget_expression_number
public void setTarget_expression_number(String ref_target_expression_number) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setTarget_expression_numberin interfaceEventCreationSet- 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 interfaceEventCreationSet- 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 interfaceEventCreationSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setEvt_expression_number
public void setEvt_expression_number(String ref_evt_expression_number) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setEvt_expression_numberin interfaceEventCreationSet- 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 interfaceEventCreationSet- 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 interfaceEventCreationSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R3902_has_target_Expression
public ExpressionSet R3902_has_target_Expression() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R3902_has_target_Expressionin interfaceEventCreationSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R3903_has_base_Expression
public ExpressionSet R3903_has_base_Expression() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R3903_has_base_Expressionin interfaceEventCreationSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R776_is_a_Expression
public ExpressionSet R776_is_a_Expression() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R776_is_a_Expressionin interfaceEventCreationSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
nullElement
public EventCreation nullElement()
- Specified by:
nullElementin interfaceio.ciera.runtime.summit.types.ISet<EventCreation>
-
emptySet
public EventCreationSet emptySet()
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<EventCreation>
-
emptySet
public EventCreationSet emptySet(Comparator<? super EventCreation> comp)
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<EventCreation>
-
elements
public List<EventCreation> elements()
- Specified by:
elementsin interfaceio.ciera.runtime.summit.types.ISet<EventCreation>
-
-