Class ComponentParticipantSetImpl
- java.lang.Object
-
- io.ciera.runtime.summit.types.Set<E>
-
- io.ciera.runtime.summit.classes.InstanceSet<ComponentParticipantSet,ComponentParticipant>
-
- io.ciera.tool.sql.ooaofooa.interaction.impl.ComponentParticipantSetImpl
-
- All Implemented Interfaces:
io.ciera.runtime.summit.classes.IInstanceSet<ComponentParticipantSet,ComponentParticipant>,io.ciera.runtime.summit.types.ISet<ComponentParticipant>,io.ciera.runtime.summit.types.IXtumlType,ComponentParticipantSet,Iterable<ComponentParticipant>,Collection<ComponentParticipant>,Set<ComponentParticipant>
public class ComponentParticipantSetImpl extends io.ciera.runtime.summit.classes.InstanceSet<ComponentParticipantSet,ComponentParticipant> implements ComponentParticipantSet
-
-
Constructor Summary
Constructors Constructor Description ComponentParticipantSetImpl()ComponentParticipantSetImpl(Comparator<? super ComponentParticipant> comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ComponentParticipant>elements()ComponentParticipantSetemptySet()ComponentParticipantSetemptySet(Comparator<? super ComponentParticipant> comp)ComponentParticipantnullElement()InteractionParticipantSetR930_is_a_InteractionParticipant()C_CSetR955_represents_C_C()voidsetComponent_Id(io.ciera.runtime.summit.types.UniqueId ref_Component_Id)voidsetDescrip(String m_Descrip)voidsetInformalComponentName(String m_InformalComponentName)voidsetIsFormal(boolean m_isFormal)voidsetLabel(String m_Label)voidsetPart_ID(io.ciera.runtime.summit.types.UniqueId ref_Part_ID)-
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
-
ComponentParticipantSetImpl
public ComponentParticipantSetImpl()
-
ComponentParticipantSetImpl
public ComponentParticipantSetImpl(Comparator<? super ComponentParticipant> comp)
-
-
Method Detail
-
setDescrip
public void setDescrip(String m_Descrip) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setDescripin interfaceComponentParticipantSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setLabel
public void setLabel(String m_Label) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setLabelin interfaceComponentParticipantSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setInformalComponentName
public void setInformalComponentName(String m_InformalComponentName) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setInformalComponentNamein interfaceComponentParticipantSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setIsFormal
public void setIsFormal(boolean m_isFormal) throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
setIsFormalin interfaceComponentParticipantSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setComponent_Id
public void setComponent_Id(io.ciera.runtime.summit.types.UniqueId ref_Component_Id) throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
setComponent_Idin interfaceComponentParticipantSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
setPart_ID
public void setPart_ID(io.ciera.runtime.summit.types.UniqueId ref_Part_ID) throws io.ciera.runtime.summit.exceptions.XtumlException- Specified by:
setPart_IDin interfaceComponentParticipantSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R930_is_a_InteractionParticipant
public InteractionParticipantSet R930_is_a_InteractionParticipant() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R930_is_a_InteractionParticipantin interfaceComponentParticipantSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R955_represents_C_C
public C_CSet R955_represents_C_C() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R955_represents_C_Cin interfaceComponentParticipantSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
nullElement
public ComponentParticipant nullElement()
- Specified by:
nullElementin interfaceio.ciera.runtime.summit.types.ISet<ComponentParticipant>
-
emptySet
public ComponentParticipantSet emptySet()
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<ComponentParticipant>
-
emptySet
public ComponentParticipantSet emptySet(Comparator<? super ComponentParticipant> comp)
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<ComponentParticipant>
-
elements
public List<ComponentParticipant> elements()
- Specified by:
elementsin interfaceio.ciera.runtime.summit.types.ISet<ComponentParticipant>
-
-