Package org.neo4j.gds
Class RelationshipType
- java.lang.Object
-
- org.neo4j.gds.ElementIdentifier
-
- org.neo4j.gds.RelationshipType
-
public class RelationshipType extends ElementIdentifier
-
-
Field Summary
Fields Modifier and Type Field Description static RelationshipTypeALL_RELATIONSHIPS-
Fields inherited from class org.neo4j.gds.ElementIdentifier
name
-
-
Constructor Summary
Constructors Constructor Description RelationshipType(java.lang.String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.util.Collection<RelationshipType>listOf(@NotNull java.lang.String... relationshipTypes)static RelationshipTypeof(@NotNull java.lang.String name)ElementIdentifierprojectAll()static java.lang.StringtoString(RelationshipType relType)-
Methods inherited from class org.neo4j.gds.ElementIdentifier
equals, hashCode, name, toString
-
-
-
-
Field Detail
-
ALL_RELATIONSHIPS
public static final RelationshipType ALL_RELATIONSHIPS
-
-
Method Detail
-
projectAll
public ElementIdentifier projectAll()
- Specified by:
projectAllin classElementIdentifier
-
of
public static RelationshipType of(@NotNull @NotNull java.lang.String name)
-
toString
public static java.lang.String toString(RelationshipType relType)
-
listOf
public static java.util.Collection<RelationshipType> listOf(@NotNull @NotNull java.lang.String... relationshipTypes)
-
-