Package | Description |
---|---|
org.gcn.plinguacore.util.psystem | |
org.gcn.plinguacore.util.psystem.rule |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<AlphabetObject> |
Psystem.alphabetIterator()
Returns an iterator over the alphabet
|
java.util.SortedSet<AlphabetObject> |
Psystem.getAlphabet()
Returns the P-system alphabet
|
Modifier and Type | Method and Description |
---|---|
int |
AlphabetObject.compareTo(AlphabetObject arg0) |
Constructor and Description |
---|
RulesSet(java.util.SortedSet<AlphabetObject> alphabet)
Constructs a RulesSet and update the alphabet passed as argument each time a new IRule is added to the set
|