Package io.ciera.runtime.summit.classes
Interface IRelationshipSet
-
- All Superinterfaces:
Collection<IRelationship>
,ISet<IRelationship>
,Iterable<IRelationship>
,IXtumlType
,Set<IRelationship>
- All Known Implementing Classes:
RelationshipSet
public interface IRelationshipSet extends ISet<IRelationship>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IRelationship
get(UniqueId form, UniqueId part)
IRelationshipSet
getFormalizing(UniqueId part)
IRelationshipSet
getParticipating(UniqueId form)
-
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, elements, emptySet, emptySet, intersection, intersection, nullElement, sorted, sorted, union, union, where
-
Methods inherited from interface io.ciera.runtime.summit.types.IXtumlType
equality, inequality, oneWhere, serialize
-
-
-
-
Method Detail
-
getFormalizing
IRelationshipSet getFormalizing(UniqueId part) throws XtumlException
- Throws:
XtumlException
-
getParticipating
IRelationshipSet getParticipating(UniqueId form) throws XtumlException
- Throws:
XtumlException
-
get
IRelationship get(UniqueId form, UniqueId part) throws XtumlException
- Throws:
XtumlException
-
-