public class NodeReducedData extends Object
Modifier and Type | Field and Description |
---|---|
static int |
SCC_TYPE_COMPLEX_COMPONENT |
static int |
SCC_TYPE_SIMPLE_CYCLE |
static int |
SCC_TYPE_UNIQUE_NODE |
Constructor and Description |
---|
NodeReducedData(String id) |
NodeReducedData(String id,
Collection content) |
NodeReducedData(String id,
List content) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List |
getContent() |
String |
getContentString() |
String |
getId() |
int |
getType(Graph gm)
Indicates the type of component.
|
String |
getTypeName(Graph gm) |
int |
hashCode() |
boolean |
isTransient(Graph gm) |
boolean |
isTrivial() |
String |
toString() |
public static final int SCC_TYPE_UNIQUE_NODE
public static final int SCC_TYPE_SIMPLE_CYCLE
public static final int SCC_TYPE_COMPLEX_COMPONENT
public NodeReducedData(String id, Collection content)
public NodeReducedData(String id, List content)
id
- Id of the new node.content
- list of vertices in this component.public NodeReducedData(String id)
id
- id of the node.public List getContent()
public String getId()
public String getContentString()
public int getType(Graph gm)
public boolean isTransient(Graph gm)
public boolean isTrivial()
Copyright © 2005–2020. All rights reserved.