public static class AndNode.Refinement extends Object implements Comparable<AndNode.Refinement>
| Modifier and Type | Field and Description |
|---|---|
InputNode |
input |
static AndNode.Refinement |
MAX |
static AndNode.Refinement |
MIN |
Integer |
rid |
| Constructor and Description |
|---|
Refinement(Integer rid,
InputNode input) |
Refinement(Integer rid,
Integer offset,
InputNode input) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AndNode.Refinement ref) |
Integer |
getOffset() |
Integer |
getRelativePosition() |
Synapse |
getSynapse(Integer offset,
Neuron n) |
static AndNode.Refinement |
read(DataInput in,
Document doc) |
void |
readFields(DataInput in,
Document doc) |
String |
toString() |
void |
write(DataOutput out) |
public static AndNode.Refinement MIN
public static AndNode.Refinement MAX
public Integer rid
public InputNode input
public Integer getOffset()
public Integer getRelativePosition()
public void write(DataOutput out) throws IOException
IOExceptionpublic void readFields(DataInput in, Document doc) throws IOException
IOExceptionpublic static AndNode.Refinement read(DataInput in, Document doc) throws IOException
IOExceptionpublic int compareTo(AndNode.Refinement ref)
compareTo in interface Comparable<AndNode.Refinement>Copyright © 2017. All rights reserved.