Package io.ciera.runtime.summit.classes
Class RelationshipSet
- All Implemented Interfaces:
IRelationshipSet
,ISet<IRelationship>
,IXtumlType
,Iterable<IRelationship>
,Collection<IRelationship>
,Set<IRelationship>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionelements()
emptySet()
emptySet
(Comparator<? super IRelationship> comp) getFormalizing
(UniqueId part) getParticipating
(UniqueId form) Methods inherited from class io.ciera.runtime.summit.types.Set
add, addAll, any, anyWhere, clear, contains, containsAll, difference, difference, disunion, disunion, equality, intersection, intersection, isEmpty, iterator, remove, 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.types.ISet
any, anyWhere, difference, difference, disunion, disunion, intersection, intersection, sorted, sorted, union, union, where
Methods inherited from interface io.ciera.runtime.summit.types.IXtumlType
equality, inequality, oneWhere, serialize
-
Constructor Details
-
RelationshipSet
public RelationshipSet() -
RelationshipSet
-
-
Method Details
-
getFormalizing
- Specified by:
getFormalizing
in interfaceIRelationshipSet
- Throws:
XtumlException
-
getParticipating
- Specified by:
getParticipating
in interfaceIRelationshipSet
- Throws:
XtumlException
-
get
- Specified by:
get
in interfaceIRelationshipSet
- Throws:
XtumlException
-
nullElement
- Specified by:
nullElement
in interfaceISet<IRelationship>
-
emptySet
- Specified by:
emptySet
in interfaceISet<IRelationship>
-
emptySet
- Specified by:
emptySet
in interfaceISet<IRelationship>
-
elements
- Specified by:
elements
in interfaceISet<IRelationship>
-