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, getVertexTopic
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAssociationTypeTopic, getRole1Topic, getRole2Topic, getVertexTopic
private int size
private int width
private int height
private boolean isToroid
public java.lang.String getSIPrefix()
getSIPrefix
in interface CylinderGenerator.Cylinder
public java.lang.String getName()
getName
in interface CylinderGenerator.Cylinder
public int getSize()
getSize
in interface CylinderGenerator.Cylinder
public java.util.Collection<Tuples.T2> getEdges()
getEdges
in interface CylinderGenerator.Cylinder
public java.util.Collection<java.lang.String> getVertices()
getVertices
in interface CylinderGenerator.Cylinder
Copyright 2004-2015 Wandora Team