public interface ConfigurableEPC extends EPCGraph
| Modifier and Type | Method and Description |
|---|---|
ConfigurableConnector |
addConnector(java.lang.String label,
Connector.ConnectorType type,
boolean isConfigurable) |
ConfigurableFunction |
addFunction(java.lang.String label,
boolean isConfigurable) |
java.util.Collection<ConfigurableConnector> |
getConfigurableConnectors() |
java.util.Collection<ConfigurableFunction> |
getConfigurableFunctions() |
addArc, addArc, addConnector, addEvent, addFunction, getArcs, getConnectors, getEvents, getFunctions, getLabel, removeConnector, removeEvent, removeFunctiongetEdges, getInEdges, getNodes, getOutEdges, removeEdge, removeNodeequals, getGraph, hashCodeConfigurableFunction addFunction(java.lang.String label, boolean isConfigurable)
ConfigurableConnector addConnector(java.lang.String label, Connector.ConnectorType type, boolean isConfigurable)
java.util.Collection<ConfigurableConnector> getConfigurableConnectors()
java.util.Collection<ConfigurableFunction> getConfigurableFunctions()