public class YIdentifierBag
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
YNetElement |
_condition |
Constructor and Description |
---|
YIdentifierBag(YNetElement condition) |
Modifier and Type | Method and Description |
---|---|
void |
addIdentifier(YPersistenceManager pmgr,
YIdentifier identifier) |
boolean |
contains(YIdentifier identifier) |
int |
getAmount(YIdentifier identifier) |
java.util.List<YIdentifier> |
getIdentifiers() |
void |
remove(YPersistenceManager pmgr,
YIdentifier identifier,
int amountToRemove) |
void |
removeAll(YPersistenceManager pmgr) |
public YNetElement _condition
public YIdentifierBag(YNetElement condition)
public void addIdentifier(YPersistenceManager pmgr, YIdentifier identifier) throws YPersistenceException
YPersistenceException
public int getAmount(YIdentifier identifier)
public boolean contains(YIdentifier identifier)
public java.util.List<YIdentifier> getIdentifiers()
public void remove(YPersistenceManager pmgr, YIdentifier identifier, int amountToRemove) throws YPersistenceException
YPersistenceException
public void removeAll(YPersistenceManager pmgr) throws YPersistenceException
YPersistenceException
Copyright © 2004-2014 The YAWL Foundation.