public class RelationProperty extends Object implements UniqueVarProperty
($x, $y) or (wife: $x, husband: $y)) on a Relation.
This property can be queried and inserted.
This propert is comprised of instances of RelationPlayer, which represents associations between a
role-player Instance and an optional RoleType.| Constructor and Description |
|---|
RelationProperty(com.google.common.collect.ImmutableMultiset<RelationPlayer> relationPlayers) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitisUniquegetImplicitInnerVars, graqlStringpublic RelationProperty(com.google.common.collect.ImmutableMultiset<RelationPlayer> relationPlayers)
public java.util.stream.Stream<RelationPlayer> getRelationPlayers()
public void buildString(StringBuilder builder)
buildString in interface VarPropertypublic Collection<EquivalentFragmentSet> match(Var start)
VarPropertyInternalEquivalentFragmentSet to match the given property in the graphmatch in interface VarPropertyInternalpublic java.util.stream.Stream<VarPatternAdmin> getTypes()
getTypes in interface VarPropertypublic java.util.stream.Stream<VarPatternAdmin> getInnerVars()
getInnerVars in interface VarPropertygetInnerVars in interface VarPropertyInternalpublic void checkValidProperty(GraknGraph graph, VarPatternAdmin var) throws IllegalStateException
IllegalStateExceptionpublic void checkInsertable(VarPatternAdmin var) throws IllegalStateException
VarPropertyInternalcheckInsertable in interface VarPropertyInternalIllegalStateExceptionpublic void insert(InsertQueryExecutor insertQueryExecutor, Concept concept) throws IllegalStateException
VarPropertyInternalinsert in interface VarPropertyInternalinsertQueryExecutor - the instance handling the insert queryconcept - the concept to insert a property onIllegalStateExceptionpublic Atomic mapToAtom(VarPatternAdmin var, Set<VarPatternAdmin> vars, ReasonerQuery parent)
mapToAtom in interface VarPropertypublic final void checkValid(GraknGraph graph, VarPatternAdmin var) throws IllegalStateException
VarPropertyInternalcheckValid in interface VarPropertyInternalIllegalStateExceptionpublic void delete(GraknGraph graph, Concept concept)
VarPropertyInternaldelete in interface VarPropertyInternalgraph - the graph to operate onconcept - the concept to delete properties ofpublic java.util.stream.Stream<VarPatternAdmin> getImplicitInnerVars()
getImplicitInnerVars in interface VarPropertyCopyright © 2017 Grakn Labs Ltd. All rights reserved.