public class RelationshipSet extends Set<IRelationship> implements IRelationshipSet
Constructor and Description |
---|
RelationshipSet() |
RelationshipSet(Comparator<? super IRelationship> comp) |
Modifier and Type | Method and Description |
---|---|
List<IRelationship> |
elements() |
IRelationshipSet |
emptySet() |
IRelationshipSet |
emptySet(Comparator<? super IRelationship> comp) |
IRelationship |
get(UniqueId form,
UniqueId part) |
IRelationshipSet |
getFormalizing(UniqueId part) |
IRelationshipSet |
getParticipating(UniqueId form) |
IRelationship |
nullElement() |
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
any, anyWhere, difference, difference, disunion, disunion, intersection, intersection, sorted, sorted, union, union, where
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray
parallelStream, removeIf, stream
equality, inequality, oneWhere, serialize
public RelationshipSet()
public RelationshipSet(Comparator<? super IRelationship> comp)
public IRelationshipSet getFormalizing(UniqueId part) throws XtumlException
getFormalizing
in interface IRelationshipSet
XtumlException
public IRelationshipSet getParticipating(UniqueId form) throws XtumlException
getParticipating
in interface IRelationshipSet
XtumlException
public IRelationship get(UniqueId form, UniqueId part) throws XtumlException
get
in interface IRelationshipSet
XtumlException
public IRelationship nullElement()
nullElement
in interface ISet<IRelationship>
public IRelationshipSet emptySet()
emptySet
in interface ISet<IRelationship>
public IRelationshipSet emptySet(Comparator<? super IRelationship> comp)
emptySet
in interface ISet<IRelationship>
public List<IRelationship> elements()
elements
in interface ISet<IRelationship>
Copyright © 2021. All rights reserved.