org.cytoscape.equations
Class ArgDescriptor
java.lang.Object
org.cytoscape.equations.ArgDescriptor
public class ArgDescriptor
- extends Object
A class describing a function argument.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArgDescriptor
public ArgDescriptor(ArgType argType,
String argName,
String description)
getArgType
public ArgType getArgType()
getArgName
public String getArgName()
getDescription
public String getDescription()
isOptional
public boolean isOptional()
isCompatibleWith
public boolean isCompatibleWith(Class type)
getCompatibleTypes
public Class[] getCompatibleTypes()
- Returns:
- the types that are compatible with this argument
acceptsMultipleArgs
public boolean acceptsMultipleArgs()
Copyright 2010 Cytoscape Consortium. All rights reserved.