org.gephi.partition.api
Interface PartitionModel
- All Known Implementing Classes:
- PartitionModelImpl
public interface PartitionModel
- Author:
- Mathieu Bastian
NODE_PARTITIONING
static final int NODE_PARTITIONING
- See Also:
- Constant Field Values
EDGE_PARTITIONING
static final int EDGE_PARTITIONING
- See Also:
- Constant Field Values
NODE_TRANSFORMER
static final java.lang.String NODE_TRANSFORMER
- See Also:
- Constant Field Values
EDGE_TRANSFORMER
static final java.lang.String EDGE_TRANSFORMER
- See Also:
- Constant Field Values
SELECTED_PARTIONING
static final java.lang.String SELECTED_PARTIONING
- See Also:
- Constant Field Values
NODE_PARTITION
static final java.lang.String NODE_PARTITION
- See Also:
- Constant Field Values
EDGE_PARTITION
static final java.lang.String EDGE_PARTITION
- See Also:
- Constant Field Values
NODE_PARTITIONS
static final java.lang.String NODE_PARTITIONS
- See Also:
- Constant Field Values
EDGE_PARTITIONS
static final java.lang.String EDGE_PARTITIONS
- See Also:
- Constant Field Values
WAITING
static final java.lang.String WAITING
- See Also:
- Constant Field Values
PIE
static final java.lang.String PIE
- See Also:
- Constant Field Values
getNodePartitions
NodePartition[] getNodePartitions()
getEdgePartitions
EdgePartition[] getEdgePartitions()
getSelectedTransformerBuilder
TransformerBuilder getSelectedTransformerBuilder()
getNodeTransformerBuilder
TransformerBuilder getNodeTransformerBuilder()
getEdgeTransformerBuilder
TransformerBuilder getEdgeTransformerBuilder()
getSelectedTransformer
Transformer getSelectedTransformer()
getSelectedPartition
Partition getSelectedPartition()
getSelectedPartitioning
int getSelectedPartitioning()
isWaiting
boolean isWaiting()
isPie
boolean isPie()
addPropertyChangeListener
void addPropertyChangeListener(java.beans.PropertyChangeListener changeListener)
removePropertyChangeListener
void removePropertyChangeListener(java.beans.PropertyChangeListener changeListener)