S - this element typepublic abstract class AbstractGraphElement<S extends GraphElement<S>> extends AbstractElement implements GraphElement<S>
GraphElement.Element.Attribute| Constructor and Description |
|---|
AbstractGraphElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBlocker(S blocker)
Adds a blocker element.
|
List<S> |
getBlockers()
Returns the blocker elements.
|
protected void |
setBlockers(Collection<? extends S> blockers)
Sets blocker elements.
|
addAttribute, getAttributes, setAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindAttribute, getAttributespublic List<S> getBlockers()
GraphElementgetBlockers in interface GraphElement<S extends GraphElement<S>>public void addBlocker(S blocker)
blocker - the blocker elementprotected void setBlockers(Collection<? extends S> blockers)
blockers - the blocker elementsCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.