public static class TemplateTopology.IntraLayerEdgeSpec extends Object
| Constructor and Description |
|---|
TemplateTopology.IntraLayerEdgeSpec() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getEdgesNum() |
Double |
getEdgesRatio() |
com.banda.math.domain.rand.RandomDistribution<Integer> |
getInEdgesDistribution() |
Integer |
getInEdgesNum() |
boolean |
isAllEdges() |
boolean |
isAllowMultiEdges() |
void |
setAllEdges(boolean allEdges) |
void |
setAllowMultiEdges(boolean allowMultiEdges) |
void |
setEdgesNum(Integer edgesNum) |
void |
setEdgesRatio(Double edgesRatio) |
void |
setInEdgesDistribution(com.banda.math.domain.rand.RandomDistribution<Integer> inEdgesDistribution) |
void |
setInEdgesNum(Integer inEdgesNum) |
public boolean isAllEdges()
public void setAllEdges(boolean allEdges)
public Integer getInEdgesNum()
public void setInEdgesNum(Integer inEdgesNum)
public com.banda.math.domain.rand.RandomDistribution<Integer> getInEdgesDistribution()
public void setInEdgesDistribution(com.banda.math.domain.rand.RandomDistribution<Integer> inEdgesDistribution)
public Double getEdgesRatio()
public void setEdgesRatio(Double edgesRatio)
public Integer getEdgesNum()
public void setEdgesNum(Integer edgesNum)
public boolean isAllowMultiEdges()
public void setAllowMultiEdges(boolean allowMultiEdges)
Copyright © 2018. All Rights Reserved.