public class BPDParentMap
extends org.jgraph.graph.ParentMap
| 构造器和说明 |
|---|
BPDParentMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
ArrayList |
emptyParentList()
Returns the list of parents that will be empty when this parent map is
applied.
|
int |
entryCount()
Returns the number of entries in parent map.
|
ArrayList |
getNewChildren(Object parent)
Returns all children which will belong to given parent when this parent
map is applied.
|
Object |
getNewParent(Object child)
Returns parent of given child.
|
ArrayList |
getRemovedNodes()
Returns nodes that will be removed after this map is applied (These are
entries which parent part is null).
|
boolean |
hasAnyParticipant(Object p)
Returns true if Participant that is in changed nodes set has other
Participants.
|
public ArrayList emptyParentList()
public boolean hasAnyParticipant(Object p)
public ArrayList getNewChildren(Object parent)
public Object getNewParent(Object child)
public ArrayList getRemovedNodes()
public int entryCount()
Copyright © 2023 onecode. All rights reserved.