public static class EnumTrianglesDataTypes.EdgeWithDegrees extends Tuple4<Integer,Integer,Integer,Integer>
Modifier and Type | Field and Description |
---|---|
static int |
D1 |
static int |
D2 |
static int |
V1 |
static int |
V2 |
Constructor and Description |
---|
EdgeWithDegrees() |
Modifier and Type | Method and Description |
---|---|
void |
copyFrom(EnumTrianglesDataTypes.EdgeWithDegrees edge) |
Integer |
getFirstDegree() |
Integer |
getFirstVertex() |
Integer |
getSecondDegree() |
Integer |
getSecondVertex() |
void |
setFirstDegree(Integer degree1) |
void |
setFirstVertex(Integer vertex1) |
void |
setSecondDegree(Integer degree2) |
void |
setSecondVertex(Integer vertex2) |
copy, equals, getArity, getField, hashCode, of, setField, setFields, toString
getFieldNotNull, getTupleClass, newInstance
public static final int V1
public static final int V2
public static final int D1
public static final int D2
public Integer getFirstVertex()
public Integer getSecondVertex()
public Integer getFirstDegree()
public Integer getSecondDegree()
public void setFirstVertex(Integer vertex1)
public void setSecondVertex(Integer vertex2)
public void setFirstDegree(Integer degree1)
public void setSecondDegree(Integer degree2)
public void copyFrom(EnumTrianglesDataTypes.EdgeWithDegrees edge)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.