public class GraphStructure
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected GraphPrimitive[] |
primitives |
protected int |
type |
Constructor and Description |
---|
GraphStructure() |
GraphStructure(int type,
int num_primitives) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
GraphPrimitive |
getPrimitive(int idx) |
GraphPrimitive[] |
getPrimitives() |
int |
getType() |
boolean |
isMultiLine() |
boolean |
isMultiLink() |
boolean |
isMultiNode() |
int |
numPrimitives() |
void |
removeStructuresAboveThreshold(int threshold) |
void |
setPrimitive(GraphPrimitive g,
int idx) |
void |
setType(int type) |
java.lang.String |
toString() |
protected int type
protected GraphPrimitive[] primitives
public GraphStructure(int type, int num_primitives)
public GraphStructure()
public int getType()
public void setType(int type)
public GraphPrimitive[] getPrimitives()
public int numPrimitives()
public GraphPrimitive getPrimitive(int idx)
public void setPrimitive(GraphPrimitive g, int idx)
public void clear()
public boolean isMultiLine()
public boolean isMultiNode()
public boolean isMultiLink()
public java.lang.String toString()
toString
in class java.lang.Object
public void removeStructuresAboveThreshold(int threshold)
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.