- Pair<E,T> - Class in org.gcn.plinguacore.util
-
This class represents a pair, that is, a binary tuple of generic type E and T
(E,T)
- Pair(E, T) - Constructor for class org.gcn.plinguacore.util.Pair
-
- parent() - Method in class org.gcn.plinguacore.util.IndexedPriorityQueue.Node
-
- parse(InputStream, String[]) - Method in class org.gcn.plinguacore.parser.input.InputParser
-
Parses an InputStream instance and generates a new P system
- parse(InputStream) - Method in class org.gcn.plinguacore.parser.input.InputParser
-
Parses an InputStream instance and generates a new P system without any
file routes
- parse(StringReader, String[]) - Method in class org.gcn.plinguacore.parser.input.InputParser
-
Parses a StringReader instance and generates a new P system without any
file routes
- parse(StringReader) - Method in class org.gcn.plinguacore.parser.input.InputParser
-
Parses an StringReader instance and generates a new P system without any
file routes
- parse(Psystem, OutputStream) - Method in class org.gcn.plinguacore.parser.output.binary.BinaryOutputParserFactory
-
- parse(Psystem, Writer) - Method in class org.gcn.plinguacore.parser.output.binary.BinaryOutputParserFactory
-
- parse(Psystem, OutputStream) - Method in class org.gcn.plinguacore.parser.output.OutputParser
-
Parses the P system to an OutputStream
- parse(Psystem, Writer) - Method in class org.gcn.plinguacore.parser.output.OutputParser
-
Parses the P system to an Writer instance
- parse(Psystem, OutputStream) - Method in class org.gcn.plinguacore.parser.output.XML.XMLCellLikeOutputParser
-
- parse(Psystem, Writer) - Method in class org.gcn.plinguacore.parser.output.XML.XMLCellLikeOutputParser
-
- ParseException - Exception in org.gcn.plinguacore.parser.input.plingua
-
This exception is thrown when parse errors are encountered.
- ParseException(Token, int[][], String[]) - Constructor for exception org.gcn.plinguacore.parser.input.plingua.ParseException
-
This constructor is used by the method "generateParseException"
in the generated parser.
- ParseException() - Constructor for exception org.gcn.plinguacore.parser.input.plingua.ParseException
-
The following constructors are for use by you for whatever
purpose you can think of.
- ParseException(String) - Constructor for exception org.gcn.plinguacore.parser.input.plingua.ParseException
-
- ParteIzquierda - Class in org.gcn.plinguacore.simulator.cellLike.probabilistic
-
Deprecated.
- ParteIzquierda(IRule, CellLikeMembrane) - Constructor for class org.gcn.plinguacore.simulator.cellLike.probabilistic.ParteIzquierda
-
Deprecated.
- PlinguaCoreException - Exception in org.gcn.plinguacore.util
-
A general exception for the pLinguaCore module
- PlinguaCoreException() - Constructor for exception org.gcn.plinguacore.util.PlinguaCoreException
-
- PlinguaCoreException(String) - Constructor for exception org.gcn.plinguacore.util.PlinguaCoreException
-
- PlinguaInputParser - Class in org.gcn.plinguacore.parser.input.plingua
-
This class reads a P system encoded on a P-Lingua file
- PlinguaInputParser() - Constructor for class org.gcn.plinguacore.parser.input.plingua.PlinguaInputParser
-
- PlinguaPanicError - Error in org.gcn.plinguacore.util
-
A general error for the pLinguaCore module
- PlinguaPanicError() - Constructor for error org.gcn.plinguacore.util.PlinguaPanicError
-
- PlinguaPanicError(String) - Constructor for error org.gcn.plinguacore.util.PlinguaPanicError
-
- PlinguaSemanticsException - Exception in org.gcn.plinguacore.parser.input.plingua
-
This exception is thrown when semantics errors are encountered.
- PlinguaSemanticsException(InputParserMsg) - Constructor for exception org.gcn.plinguacore.parser.input.plingua.PlinguaSemanticsException
-
- printCompilerHelp() - Static method in class org.gcn.plinguacore.applications.AppCompiler
-
A method to show the help message for the command-line compiler
- printSimulatorHelp() - Static method in class org.gcn.plinguacore.applications.AppSimulator
-
- ProbabilisticCreateSimulator - Class in org.gcn.plinguacore.simulator.cellLike.probabilistic
-
This class creates simulators which comply with the Probabilistic model
conditions
- ProbabilisticCreateSimulator(String) - Constructor for class org.gcn.plinguacore.simulator.cellLike.probabilistic.ProbabilisticCreateSimulator
-
- ProbabilisticLeftHandRule - Class in org.gcn.plinguacore.simulator.cellLike.probabilistic
-
- ProbabilisticLeftHandRule(IRule, CellLikeMembrane) - Constructor for class org.gcn.plinguacore.simulator.cellLike.probabilistic.ProbabilisticLeftHandRule
-
- ProbabilisticPsystemFactory - Class in org.gcn.plinguacore.simulator.cellLike.probabilistic
-
This class is intended to give support for Probabilistic P systems
- ProbabilisticSimulator - Class in org.gcn.plinguacore.simulator.cellLike.probabilistic
-
A (slow but realistic) simulator for probabilistic P systems
- ProbabilisticSimulator(Psystem) - Constructor for class org.gcn.plinguacore.simulator.cellLike.probabilistic.ProbabilisticSimulator
-
- processMultiSet(MultiSet<String>) - Static method in class org.gcn.plinguacore.simulator.cellLike.probabilistic.ProbabilisticPsystemFactory
-
- Psystem - Class in org.gcn.plinguacore.util.psystem
-
An abstract class for a P System
- Psystem() - Constructor for class org.gcn.plinguacore.util.psystem.Psystem
-
The constructor