Class IfaceSetImpl
-
- All Implemented Interfaces:
io.ciera.runtime.summit.classes.IInstanceSet<IfaceSet,Iface>,io.ciera.runtime.summit.types.ISet<Iface>,io.ciera.runtime.summit.types.IXtumlType,IfaceSet,Iterable<Iface>,Collection<Iface>,Set<Iface>
public class IfaceSetImpl extends io.ciera.runtime.summit.classes.InstanceSet<IfaceSet,Iface> implements IfaceSet
-
-
Constructor Summary
Constructors Constructor Description IfaceSetImpl()IfaceSetImpl(Comparator<? super Iface> comp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Iface>elements()IfaceSetemptySet()IfaceSetemptySet(Comparator<? super Iface> comp)IfacenullElement()FileSetR401_is_a_File()PortSetR418_is_implemented_by_Port()MessageSetR419_defines_communication_through_Message()C_ISetR421_C_I()voidsetName(String ref_name)voidsetPackage(String ref_package)-
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
-
IfaceSetImpl
public IfaceSetImpl()
-
IfaceSetImpl
public IfaceSetImpl(Comparator<? super Iface> comp)
-
-
Method Detail
-
setName
public void setName(String ref_name) throws io.ciera.runtime.summit.exceptions.XtumlException
-
setPackage
public void setPackage(String ref_package) throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
setPackagein interfaceIfaceSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R401_is_a_File
public FileSet R401_is_a_File() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R401_is_a_Filein interfaceIfaceSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R418_is_implemented_by_Port
public PortSet R418_is_implemented_by_Port() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R418_is_implemented_by_Portin interfaceIfaceSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R419_defines_communication_through_Message
public MessageSet R419_defines_communication_through_Message() throws io.ciera.runtime.summit.exceptions.XtumlException
- Specified by:
R419_defines_communication_through_Messagein interfaceIfaceSet- Throws:
io.ciera.runtime.summit.exceptions.XtumlException
-
R421_C_I
public C_ISet R421_C_I() throws io.ciera.runtime.summit.exceptions.XtumlException
-
nullElement
public Iface nullElement()
- Specified by:
nullElementin interfaceio.ciera.runtime.summit.types.ISet<Iface>
-
emptySet
public IfaceSet emptySet()
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<Iface>
-
emptySet
public IfaceSet emptySet(Comparator<? super Iface> comp)
- Specified by:
emptySetin interfaceio.ciera.runtime.summit.types.ISet<Iface>
-
-