public abstract class SimpleServiceGUI<S extends Service> extends AbstractServiceGUI
separators, W_EXPORT_DOC, W_EXPORT_GENERIC, W_EXPORT_SPECIFIC, W_GRAPH_COLORIZE, W_GRAPH_SELECTION, W_TOOLKITS_MAIN, W_TOOLS_MAIN, W_UNDER_DEVELOPMENT
Constructor and Description |
---|
SimpleServiceGUI(Class<? extends Action> actionClass,
int initialWeight) |
Modifier and Type | Method and Description |
---|---|
List<Action> |
getAvailableActions(Graph<?,?> graph)
Give access to the list of the actions that the service provides for the given graph.
|
int |
getInitialWeight()
Give a weight for the service, as defined by the developer.
|
getWeight, setWeight
public int getInitialWeight()
ServiceGUI
public List<Action> getAvailableActions(Graph<?,?> graph)
ServiceGUI
Copyright © 2005–2020. All rights reserved.