public class CylinderGenerator.SquareCylinder extends CylinderGenerator.AbstractCylinder implements CylinderGenerator.Cylinder
| Modifier and Type | Field and Description |
|---|---|
private int |
height |
private boolean |
isToroid |
private int |
size |
private int |
width |
| Constructor and Description |
|---|
SquareCylinder(int w,
int h,
boolean toroid) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Tuples.T2> |
getEdges() |
java.lang.String |
getName() |
java.lang.String |
getSIPrefix() |
int |
getSize() |
java.util.Collection<java.lang.String> |
getVertices() |
getAssociationTypeTopic, getRole1Topic, getRole2Topic, getVertexTopicclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAssociationTypeTopic, getRole1Topic, getRole2Topic, getVertexTopicprivate int size
private int width
private int height
private boolean isToroid
public java.lang.String getSIPrefix()
getSIPrefix in interface CylinderGenerator.Cylinderpublic java.lang.String getName()
getName in interface CylinderGenerator.Cylinderpublic int getSize()
getSize in interface CylinderGenerator.Cylinderpublic java.util.Collection<Tuples.T2> getEdges()
getEdges in interface CylinderGenerator.Cylinderpublic java.util.Collection<java.lang.String> getVertices()
getVertices in interface CylinderGenerator.CylinderCopyright 2004-2015 Wandora Team