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, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
findAttribute, getAttributes
public List<S> getBlockers()
GraphElement
getBlockers
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.