public class ImportContainerParameters extends Object
| Constructor and Description |
|---|
ImportContainerParameters() |
| Modifier and Type | Method and Description |
|---|---|
EdgeMergeStrategy |
getEdgesMergeStrategy() |
boolean |
isAutoNode() |
boolean |
isAutoScale() |
boolean |
isDuplicateWithLabels() |
boolean |
isFillLabelWithId() |
boolean |
isMergeParallelEdgesAttributes() |
boolean |
isParallelEdges() |
boolean |
isSelfLoops() |
boolean |
isSortNodesBySize() |
void |
setAutoNode(boolean autoNode) |
void |
setAutoScale(boolean autoScale) |
void |
setDuplicateWithLabels(boolean duplicateWithLabels) |
void |
setEdgesMergeStrategy(EdgeMergeStrategy edgesMergeStrategy) |
void |
setFillLabelWithId(boolean fillLabelWithId) |
void |
setMergeParallelEdgesAttributes(boolean mergeParallelEdgesAttributes) |
void |
setParallelEdges(boolean parallelEdges) |
void |
setSelfLoops(boolean selfLoops) |
void |
setSortNodesBySize(boolean sortNodesBySize) |
public boolean isAutoNode()
public void setAutoNode(boolean autoNode)
public EdgeMergeStrategy getEdgesMergeStrategy()
public boolean isParallelEdges()
public void setParallelEdges(boolean parallelEdges)
public boolean isFillLabelWithId()
public void setFillLabelWithId(boolean fillLabelWithId)
public boolean isSortNodesBySize()
public void setSortNodesBySize(boolean sortNodesBySize)
public boolean isSelfLoops()
public void setSelfLoops(boolean selfLoops)
public boolean isAutoScale()
public void setAutoScale(boolean autoScale)
public boolean isDuplicateWithLabels()
public void setDuplicateWithLabels(boolean duplicateWithLabels)
public boolean isMergeParallelEdgesAttributes()
public void setMergeParallelEdgesAttributes(boolean mergeParallelEdgesAttributes)
public void setEdgesMergeStrategy(EdgeMergeStrategy edgesMergeStrategy)
Copyright © 2007–2017. All rights reserved.