public class RingsDetectionValue extends Object implements Value<RingsDetectionValue>
| Constructor and Description |
|---|
RingsDetectionValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPath(Vertex vertex) |
void |
assign(Value<RingsDetectionValue> other) |
int |
compareTo(RingsDetectionValue o) |
RingsDetectionValue |
copy() |
IdList |
path() |
void |
read(RandomAccessInput in) |
Object |
value() |
ValueType |
valueType() |
Properties |
walkEdgeProp() |
void |
walkEdgeProp(Properties properties) |
void |
write(RandomAccessOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckAssign, stringpublic ValueType valueType()
valueType in interface Value<RingsDetectionValue>public void assign(Value<RingsDetectionValue> other)
assign in interface Value<RingsDetectionValue>public int compareTo(RingsDetectionValue o)
compareTo in interface Comparable<RingsDetectionValue>public void read(RandomAccessInput in) throws IOException
read in interface ReadableIOExceptionpublic void write(RandomAccessOutput out) throws IOException
write in interface WritableIOExceptionpublic RingsDetectionValue copy()
copy in interface Value<RingsDetectionValue>public IdList path()
public void addPath(Vertex vertex)
public Properties walkEdgeProp()
public void walkEdgeProp(Properties properties)
public Object value()
value in interface Value<RingsDetectionValue>Copyright © 2020–2021. All rights reserved.