com.depthexplorer.registrar
Class PGGroup

java.lang.Object
  extended by com.depthexplorer.registrar.RegisteredObjectGroup<edu.tufts.cs.geometry.ProximityGraph>
      extended by com.depthexplorer.registrar.PGGroup

public class PGGroup
extends RegisteredObjectGroup<edu.tufts.cs.geometry.ProximityGraph>


Field Summary
 
Fields inherited from class com.depthexplorer.registrar.RegisteredObjectGroup
objects, properties
 
Constructor Summary
PGGroup()
           
 
Method Summary
 String getGroupId()
           
 String getHTMLHelpPageForClass(String name)
           
protected
<T extends edu.tufts.cs.geometry.ProximityGraph>
boolean
validateClass(Class<T> candidateClass, Properties properties)
           
 
Methods inherited from class com.depthexplorer.registrar.RegisteredObjectGroup
getClass, getClassNames, getClassProperties, getInstanceOfClass, getLatexHelpForClass, getLatexHelpForGroup, registerClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PGGroup

public PGGroup()
Method Detail

getGroupId

public String getGroupId()
Specified by:
getGroupId in class RegisteredObjectGroup<edu.tufts.cs.geometry.ProximityGraph>

validateClass

protected <T extends edu.tufts.cs.geometry.ProximityGraph> boolean validateClass(Class<T> candidateClass,
                                                                                 Properties properties)
Specified by:
validateClass in class RegisteredObjectGroup<edu.tufts.cs.geometry.ProximityGraph>

getHTMLHelpPageForClass

public String getHTMLHelpPageForClass(String name)
Overrides:
getHTMLHelpPageForClass in class RegisteredObjectGroup<edu.tufts.cs.geometry.ProximityGraph>