|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprocope.tools.userclasses.UserClusterer
public class UserClusterer
Represents a clusterer defined by the user. Used internally by ProCope and thus not very well documented.
Method Summary | |
---|---|
Clusterer |
generateClusterer(Object... parameters)
Generates the actual Clusterer object from this user clusterer. |
String |
getName()
Returns the name of this clusterer |
List<UserParameter> |
getParameters()
Returns the parameters of this clusterer |
static List<UserClusterer> |
parseClusterers(InputStream stream)
Parses user clusterers from a given XML input stream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getName()
public List<UserParameter> getParameters()
public static List<UserClusterer> parseClusterers(InputStream stream) throws SAXException, IOException
SAXException
IOException
public Clusterer generateClusterer(Object... parameters) throws SecurityException, NoSuchMethodException, IllegalArgumentException, InstantiationException, IllegalAccessException, InvocationTargetException, ClassNotFoundException
SecurityException
NoSuchMethodException
IllegalArgumentException
InstantiationException
IllegalAccessException
InvocationTargetException
ClassNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |