JIVE Platform
Release 0.3.1

edu.bsu.cs.jive.util
Class ContourIDFactory

java.lang.Object
  extended by edu.bsu.cs.jive.util.ContourIDFactory

public class ContourIDFactory
extends Object

A factory class for contour identifiers.


Method Summary
 ContourID create(ContourID.Importer builder)
          Get an instance of a contour ID from the given builder.
static ContourIDFactory instance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static ContourIDFactory instance()

create

public ContourID create(ContourID.Importer builder)
Get an instance of a contour ID from the given builder.

Parameters:
builder -
Returns:
contour identifier

JIVE Platform
Release 0.3.1