public static class EnumTrianglesDataTypes.Triad extends Tuple3<Integer,Integer,Integer>
Modifier and Type | Field and Description |
---|---|
static int |
V1 |
static int |
V2 |
static int |
V3 |
Constructor and Description |
---|
Triad() |
Modifier and Type | Method and Description |
---|---|
void |
setFirstVertex(Integer vertex1) |
void |
setSecondVertex(Integer vertex2) |
void |
setThirdVertex(Integer vertex3) |
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 V3
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.