jhypercomplex.combinatorics
Class SteinerTripleSystem

java.lang.Object
  extended by jhypercomplex.combinatorics.SteinerTripleSystem
Direct Known Subclasses:
FifteenPointsSTS, SevenPointsSTS

public class SteinerTripleSystem
extends java.lang.Object


Constructor Summary
SteinerTripleSystem(int points)
          Constructor
 
Method Summary
 java.lang.String asString()
           
 int getNumberOfBlocks()
           
 int getNumberOfPoints()
           
 java.util.ArrayList<java.lang.String[]> getTriples()
           
static boolean isEqual(SteinerTripleSystem sts1, SteinerTripleSystem sts2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SteinerTripleSystem

public SteinerTripleSystem(int points)
Constructor

Parameters:
points - Number of points.
Method Detail

getNumberOfBlocks

public int getNumberOfBlocks()

getNumberOfPoints

public int getNumberOfPoints()

getTriples

public java.util.ArrayList<java.lang.String[]> getTriples()

isEqual

public static boolean isEqual(SteinerTripleSystem sts1,
                              SteinerTripleSystem sts2)

asString

public java.lang.String asString()