public abstract class AbstractStateSet extends Object
Constructor and Description |
---|
AbstractStateSet() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
contains(State s)
Checks whether a given state is contained in the state-set
|
String |
getKey()
Returns the unique identifier of the state-set
If two state-sets have the same states they share the same key |
abstract Collection<String> |
getKeys() |
void |
setKey(String _key) |
abstract int |
size() |
public abstract boolean contains(State s)
s
- state to be checkedpublic abstract int size()
public abstract Collection<String> getKeys()
public String getKey()
public void setKey(String _key)
Copyright © 2005–2020. All rights reserved.