public class KcoreValue extends Object implements Value<KcoreValue>
| Constructor and Description |
|---|
KcoreValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
active() |
void |
assign(Value<KcoreValue> other) |
int |
compareTo(KcoreValue other) |
Value<KcoreValue> |
copy() |
Id |
core() |
void |
core(Id core) |
int |
decreaseDegree(int decrease) |
int |
degree() |
void |
degree(int degree) |
void |
read(RandomAccessInput in) |
String |
string() |
String |
toString() |
Object |
value() |
ValueType |
valueType() |
void |
write(RandomAccessOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcheckAssignpublic void degree(int degree)
public int degree()
public int decreaseDegree(int decrease)
public boolean active()
public void core(Id core)
public Id core()
public ValueType valueType()
valueType in interface Value<KcoreValue>public void assign(Value<KcoreValue> other)
assign in interface Value<KcoreValue>public Value<KcoreValue> copy()
copy in interface Value<KcoreValue>public void read(RandomAccessInput in) throws IOException
read in interface ReadableIOExceptionpublic void write(RandomAccessOutput out) throws IOException
write in interface WritableIOExceptionpublic int compareTo(KcoreValue other)
compareTo in interface Comparable<KcoreValue>public String string()
string in interface Value<KcoreValue>public Object value()
value in interface Value<KcoreValue>Copyright © 2020–2021. All rights reserved.