A B C D E F G H I J K L M N O P Q R S T U V W X Y _

A

AboutDialog - class pl.edu.pjwstk.yaod.workbench.dialogs.AboutDialog.
 
AboutDialog() - Constructor for class pl.edu.pjwstk.yaod.workbench.dialogs.AboutDialog
 
AboutDialog(Frame, String, boolean) - Constructor for class pl.edu.pjwstk.yaod.workbench.dialogs.AboutDialog
 
AbsoluteValueExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.AbsoluteValueExpression.
The AbsoluteValueExpression class represents the unary expression nodes in the abstract syntax tree.
AbsoluteValueExpression(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.AbsoluteValueExpression
Creates a new unary expression node with the given expression r and terminal k.
AbstractBlock - class pl.edu.pjwstk.yaod.store.AbstractBlock.
Klasa z ktorej dziedzicza wszystkie implementacje blokow (glownie ze wzgledu na bufor blokow i dbwr).
AbstractBlock() - Constructor for class pl.edu.pjwstk.yaod.store.AbstractBlock
Tworzy nowy blok.
AbstractBlockID - class pl.edu.pjwstk.yaod.store.AbstractBlockID.
Klasa rozszerzana przez wszystkie identyfikatory blokow w taki sposob, by mogla zawierac identyfikator skladu oraz specyficzny dla skladu format blokow.
AbstractBlockID() - Constructor for class pl.edu.pjwstk.yaod.store.AbstractBlockID
 
AbstractBlockID(short) - Constructor for class pl.edu.pjwstk.yaod.store.AbstractBlockID
 
AbstractStore - class pl.edu.pjwstk.yaod.store.AbstractStore.
Klasa z ktorej dziedzicza wszystkie sklady.
AbstractStore(short) - Constructor for class pl.edu.pjwstk.yaod.store.AbstractStore
Tworzy nowy sklad.
AbstractStoreDescriptor - class pl.edu.pjwstk.yaod.store.AbstractStoreDescriptor.
Obiekt zawierajacy dane konfiguracyjne dowolnego skladu.
AbstractStoreDescriptor(String, String) - Constructor for class pl.edu.pjwstk.yaod.store.AbstractStoreDescriptor
Tworzy nowy obiekt opisujacy konfiguracje skladu.
AbstractSyntaxTree - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTree.
The Expression class represents the abstract syntax tree.
AbstractSyntaxTree() - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTree
 
AbstractSyntaxTreeTypes - interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes.
 
AbstractWorkbenchNode - class pl.edu.pjwstk.yaod.workbench.nodes.AbstractWorkbenchNode.
 
AbstractWorkbenchNode() - Constructor for class pl.edu.pjwstk.yaod.workbench.nodes.AbstractWorkbenchNode
 
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTree
Method responsible for traversing the abstract syntax tree structure.
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.PairStatementList
Method responsible for traversing the abstract syntax tree structure.
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.LastFormalParametersList
 
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.PairFormalParametersList
 
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.ActualParametersList
 
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.LastStatementList
Method responsible for traversing the abstract syntax tree structure.
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ReturnStatement
Method responsible for traversing the abstract syntax tree structure.
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.EmptyProcedureDeclarationStatement
Method responsible for traversing the abstract syntax tree structure.
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.WhileStatement
Method responsible for traversing the abstract syntax tree structure.
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.BlockStatement
Method responsible for traversing the abstract syntax tree structure.
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.XmlPrintStatement
Method responsible for traversing the abstract syntax tree structure.
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.BreakStatement
Method responsible for traversing the abstract syntax tree structure.
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.DoWhileStatement
Method responsible for traversing the abstract syntax tree structure.
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.EmptyStatement
Method responsible for traversing the abstract syntax tree structure.
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.RenameToStatement
Method responsible for traversing the abstract syntax tree structure.
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ProcedureDeclarationStatement
Method responsible for traversing the abstract syntax tree structure.
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.IfStatement
Method responsible for traversing the abstract syntax tree structure.
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.UpdateToStatement
Method responsible for traversing the abstract syntax tree structure.
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.EmptyBlockStatement
Method responsible for traversing the abstract syntax tree structure.
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.DeleteStatement
Method responsible for traversing the abstract syntax tree structure.
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ExpressionStatement
Method responsible for traversing the abstract syntax tree structure.
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ForEachStatement
Method responsible for traversing the abstract syntax tree structure.
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.IfElseStatement
Method responsible for traversing the abstract syntax tree structure.
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.PrintStatement
Method responsible for traversing the abstract syntax tree structure.
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ForStatement
Method responsible for traversing the abstract syntax tree structure.
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.EmptyReturnStatement
Method responsible for traversing the abstract syntax tree structure.
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.InsertIntoStatement
Method responsible for traversing the abstract syntax tree structure.
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ShowStatement
Method responsible for traversing the abstract syntax tree structure.
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.NonAlgebraicExpression
Method responsible for traversing the abstract syntax tree structure.
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.ParametricExpression
Method responsible for traversing the abstract syntax tree structure.
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.TernaryExpression
Method responsible for traversing the abstract syntax tree structure.
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.AlgebraicExpression
Method responsible for traversing the abstract syntax tree structure.
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.NonParametricExpression
Method responsible for traversing the abstract syntax tree structure.
accept(Visitor) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.SingleExpression
Method responsible for traversing the abstract syntax tree structure.
action_obj - Variable in class pl.edu.pjwstk.yaod.yaql.parser.Parser
Instance of action encapsulation class.
action_table() - Method in class pl.edu.pjwstk.yaod.yaql.parser.Parser
Access to parse-action table.
ActivationRecord - class pl.edu.pjwstk.yaod.yaql.engine.ActivationRecord.
The ActivationRecord class represents a section on the environmental stack.
ActivationRecord() - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.ActivationRecord
Creates a new empty activation record.
ActivationRecord(BinderValue) - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.ActivationRecord
Creates a new activation record with specified binder.
ActualParametersList - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.ActualParametersList.
 
ActualParametersList() - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.ActualParametersList
 
ActualParametersList(Expression) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.ActualParametersList
 
addActionListener(ActionListener) - Method in class pl.edu.pjwstk.yaod.workbench.details.DBManagerPanel
 
addActionListener(ActionListener) - Method in class pl.edu.pjwstk.yaod.workbench.dialogs.RegisterDBDialog
 
addAtBottom(BinderValue) - Method in class pl.edu.pjwstk.yaod.yaql.engine.EnvironmentalStack
Adds a new binder to the lowest section of the environmental stack.
addAtTop(BinderValue) - Method in class pl.edu.pjwstk.yaod.yaql.engine.EnvironmentalStack
Adds a new binder to the highest section of the environmental stack.
addBackwardRef(AtomID) - Method in class pl.edu.pjwstk.yaod.atoms.BackwardAtom
Rejestruje identyfikator referencji, tworzac referencje zwrotna.
addBag(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Adds a new element to the collection.
addBinder(BinderValue) - Method in class pl.edu.pjwstk.yaod.yaql.engine.ActivationRecord
Adds a new binder to the actual activation record.
addBinder(String, QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.ActivationRecord
Adds a new binder (constructed from specified name and res) to the actual activation record.
addBinders(ActivationRecord) - Method in class pl.edu.pjwstk.yaod.yaql.engine.ActivationRecord
Adds a new binders (achieved from other activation record) to the actual activation record.
addMember(AtomID) - Method in class pl.edu.pjwstk.yaod.atoms.SpiderAtom
Rejestruje atom porzedny jako ostatni.
addNodeActionListener(NodeActionListener) - Method in class pl.edu.pjwstk.yaod.workbench.details.SystemTreePanel
 
addNodeActionListener(NodeActionListener) - Method in class pl.edu.pjwstk.yaod.workbench.nodes.AbstractWorkbenchNode
 
addResult(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Adds a new element to the collection, additionally returns the collection.
addResult(Result) - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.ComplexResult
 
addSequence(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Adds a new element to the collection.
addStruct(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Adds a new element to the collection.
addSystemTreeNodeListener(NodeSelectionListener) - Method in class pl.edu.pjwstk.yaod.workbench.details.SystemTreePanel
 
AgentsNode - class pl.edu.pjwstk.yaod.workbench.nodes.AgentsNode.
 
AgentsNode() - Constructor for class pl.edu.pjwstk.yaod.workbench.nodes.AgentsNode
 
AlgebraicExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.AlgebraicExpression.
The AlgebraicExpression class represents the binary algebraic expression nodes in the abstract syntax tree.
AlgebraicExpression(Expression, Expression) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.AlgebraicExpression
Creates a new binary expression node with the given expressions l and r.
ALL_TYPES - Static variable in class pl.edu.pjwstk.yaod.atoms.Atom
 
AscendingExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.AscendingExpression.
The AscendingExpression class represents the unary expression nodes in the abstract syntax tree.
AscendingExpression(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.AscendingExpression
Creates a new unary expression node with the given expression r and terminal k.
AsExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.AsExpression.
The AsExpression class represents the unary expression nodes in the abstract syntax tree.
AsExpression(Expression, KeywordTerminal, IdentifierTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.AsExpression
Creates a new unary expression node with the given expression r and terminall k and i.
AssignExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.AssignExpression.
The AssignExpression class represents the binary expression nodes in the abstract syntax tree.
AssignExpression(Expression, Expression, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.AssignExpression
Creates a new binary expression node with the given expressions l and r and terminal o.
AsteriskExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.AsteriskExpression.
The AsteriskExpression class represents the single expression nodes in the abstract syntax tree.
AsteriskExpression(OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.AsteriskExpression
Creates a new single expression node with the given terminal o.
Atom - class pl.edu.pjwstk.yaod.atoms.Atom.
Klasa reprezentuje atom, czyli strukture danych reprezentujaca obiekt warstwy logicznej.
Atom(String) - Constructor for class pl.edu.pjwstk.yaod.atoms.Atom
Tworzy nowy atom.
AtomBuffer - class pl.edu.pjwstk.yaod.system.buffers.AtomBuffer.
Klasa reprezentuje bufor obiektow.
AtomBuffer(DBWR) - Constructor for class pl.edu.pjwstk.yaod.system.buffers.AtomBuffer
Tworzy nowy bufor obiektow.
atomDeserialize(byte[]) - Method in class pl.edu.pjwstk.yaod.atoms.AtomSerializer
Deserializuje atom zserializowany za pomoca mechanizmu serializacji Javy.
atomDeserialize2(byte[]) - Method in class pl.edu.pjwstk.yaod.atoms.AtomSerializer
Deserializuje atom za pomoca wlasnego mechanizmu serializacji.
AtomExtractor - class pl.edu.pjwstk.yaod.debug.AtomExtractor.
Klasa tworzy obiekt DefaultMutableTreeNode odwzorowujacy zawartosc bazy danych (hierarchiczna struktura atomow).
AtomExtractor() - Constructor for class pl.edu.pjwstk.yaod.debug.AtomExtractor
 
AtomicResult - class pl.edu.pjwstk.yaod.network.protocol.queryresult.AtomicResult.
 
AtomicResult() - Constructor for class pl.edu.pjwstk.yaod.network.protocol.queryresult.AtomicResult
 
AtomicValue - class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.AtomicValue.
The AtomicValue class represents the main class of available atomic results.
AtomicValue() - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.AtomicValue
 
AtomID - interface pl.edu.pjwstk.yaod.atoms.AtomID.
Interfejs deklarujacy metody, ktore musi implementowac kazdy identyfikator atomu.
atomSerialize(Atom) - Method in class pl.edu.pjwstk.yaod.atoms.AtomSerializer
Serializuje atom za pomoca mechanizmu serializacji Javy.
atomSerialize2(Atom) - Method in class pl.edu.pjwstk.yaod.atoms.AtomSerializer
Serializuje atom za pomoca wlasnego mechanizmu serializacji.
AtomSerializer - class pl.edu.pjwstk.yaod.atoms.AtomSerializer.
Klasa serializujaca atomy.
AtomSerializer() - Constructor for class pl.edu.pjwstk.yaod.atoms.AtomSerializer
 
AtomsPanel - class pl.edu.pjwstk.yaod.workbench.details.AtomsPanel.
 
AtomsPanel() - Constructor for class pl.edu.pjwstk.yaod.workbench.details.AtomsPanel
 
AverageExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.AverageExpression.
The AverageExpression class represents the unary expression nodes in the abstract syntax tree.
AverageExpression(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.AverageExpression
Creates a new unary expression node with the given expression r and terminal k.

B

BackwardAtom - class pl.edu.pjwstk.yaod.atoms.BackwardAtom.
Atom referencji zwrotnych.
BackwardAtom() - Constructor for class pl.edu.pjwstk.yaod.atoms.BackwardAtom
Tworzy nowy atom referencji zwrotnych.
BagExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.BagExpression.
The BagExpression class represents the unary expression nodes in the abstract syntax tree.
BagExpression(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.BagExpression
Creates a new unary expression node with the given expression r and terminal k.
BagResult - class pl.edu.pjwstk.yaod.network.protocol.queryresult.BagResult.
 
BagResult() - Constructor for class pl.edu.pjwstk.yaod.network.protocol.queryresult.BagResult
 
BagResult(Vector) - Constructor for class pl.edu.pjwstk.yaod.network.protocol.queryresult.BagResult
 
BagValue - class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BagValue.
The BagValue class represents the bag collections.
BagValue() - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BagValue
Creates a new empty bag collection.
BagValue(QueryResult) - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BagValue
Creates a new bag collection initialized with the r.
BagValue(QueryResult, QueryResult) - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BagValue
Creates a new bag collection initialized with the r1 and r2.
BagValue(Vector) - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BagValue
Creates a new bag collection initialized with the v.
begin() - Method in class pl.edu.pjwstk.yaod.debug.blocks.BlockTester
 
begin(String) - Method in class pl.edu.pjwstk.yaod.creators.DatabaseCreator
 
BinaryAtom - class pl.edu.pjwstk.yaod.atoms.BinaryAtom.
Klasa reprezentujaca atom, ktorego wartoscia sa dane binarne (np. zdjecie).
BinaryAtom(String, byte[]) - Constructor for class pl.edu.pjwstk.yaod.atoms.BinaryAtom
Tworzy nowy atom zawierajacy dane binarne.
BinaryExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.BinaryExpression.
The BinaryExpression class represents the binary expression nodes in the abstract syntax tree.
BinaryExpression(Expression, Expression) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.BinaryExpression
Creates a new binary expression node with the given expressions l and r.
bind(String) - Method in class pl.edu.pjwstk.yaod.yaql.engine.EnvironmentalStack
Returns a set (BagValue) of object identifiers which were positively binded.
BinderResult - class pl.edu.pjwstk.yaod.network.protocol.queryresult.BinderResult.
 
BinderResult(String, Result) - Constructor for class pl.edu.pjwstk.yaod.network.protocol.queryresult.BinderResult
 
binders - Variable in class pl.edu.pjwstk.yaod.yaql.engine.ActivationRecord
 
BinderValue - class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BinderValue.
The BinderValue class represents a single binder, which is a pair (name, result).
BinderValue(String, QueryResult) - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BinderValue
Creates a new binder with specified name and value.
Bits - class pl.edu.pjwstk.yaod.util.Bits.
Utility methods for packing/unpacking primitive values in/out of byte arrays using big-endian byte ordering.
Bits() - Constructor for class pl.edu.pjwstk.yaod.util.Bits
 
BlockBuffer - class pl.edu.pjwstk.yaod.system.buffers.BlockBuffer.
Klasa reprezentuje bufor blokow.
BlockBuffer(DBWR) - Constructor for class pl.edu.pjwstk.yaod.system.buffers.BlockBuffer
Tworzy nowy obiekt bufora blokow.
BlockFormatException - exception pl.edu.pjwstk.yaod.store.defaultstore.blocks.BlockFormatException.
Zly format bloku.
BlockFormatException() - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.blocks.BlockFormatException
 
BlockFreeSpaceException - exception pl.edu.pjwstk.yaod.store.defaultstore.blocks.BlockFreeSpaceException.
Brak wolnego miejsca w bloku.
BlockFreeSpaceException() - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.blocks.BlockFreeSpaceException
 
BlockID - class pl.edu.pjwstk.yaod.store.defaultstore.blocks.BlockID.
Klasa reprezentuje identyfikator bloku.
BlockID(short) - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.blocks.BlockID
Tworzy nowy identyfikator bloku nalezacego do skladu o podanym identyfikatorze.
BlockSection - class pl.edu.pjwstk.yaod.store.defaultstore.blocks.BlockSection.
Klasa reprezentuje pewien wycinek bloku o zadanym poczatku i koncu, do ktorego mozna sie odwolywac za pomoca indeksu zaczynajacego sie od liczby 0.
BlockSection(BlockSection, short, short) - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.blocks.BlockSection
Tworzy nowa sekcje na bazie istniejacej juz sekcji.
BlockSection(byte[]) - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.blocks.BlockSection
Tworzy nowa sekcje (pierwsza) na bazie tablicy.
blocksHolded() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.FreeSpaceBlock
Zwraca ilosc blokow, jakie moze reprezentowac dany blok wolnej przestrzeni.
BlockStatement - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.BlockStatement.
The BlockStatement class represents the statement nodes in the abstract syntax tree.
BlockStatement(StatementList, KeywordTerminal, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.BlockStatement
Creates a new statement node with the given statement s and terminals lk nad rk.
BlockTester - class pl.edu.pjwstk.yaod.debug.blocks.BlockTester.
Klasa ma charakter testowy i sluzy do debugowania funkcjonowania blokow bazy danych offline (bez uruchamiania serwera).
BlockTester() - Constructor for class pl.edu.pjwstk.yaod.debug.blocks.BlockTester
 
BlockTesterStore - class pl.edu.pjwstk.yaod.debug.blocks.BlockTesterStore.
Klasa ma charakter testowy.
BlockTesterStore() - Constructor for class pl.edu.pjwstk.yaod.debug.blocks.BlockTesterStore
 
BooleanExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.BooleanExpression.
The BooleanExpression class represents the single expression nodes in the abstract syntax tree.
BooleanExpression(LiteralTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.BooleanExpression
Creates a new single expression node with the given terminal lit.
BooleanResult - class pl.edu.pjwstk.yaod.network.protocol.queryresult.BooleanResult.
 
BooleanResult(boolean) - Constructor for class pl.edu.pjwstk.yaod.network.protocol.queryresult.BooleanResult
 
BooleanResult(Boolean) - Constructor for class pl.edu.pjwstk.yaod.network.protocol.queryresult.BooleanResult
 
BooleanValue - class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BooleanValue.
The BooleanValue class represents the boolean values.
booleanValue() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BooleanValue
Returns the boolean value as a boolean value.
BooleanValue(boolean) - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BooleanValue
Creates a new boolean value initialized with specified value.
BooleanValue(Boolean) - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BooleanValue
Creates a new boolean value initialized with specified value.
BRangeExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.BRangeExpression.
The BRangeExpression class represents the binary expression nodes in the abstract syntax tree.
BRangeExpression(Expression, Expression, OperatorTerminal, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.BRangeExpression
Creates a new binary expression node with the given expressions l and r and terminals lo and ro.
BreakException - exception pl.edu.pjwstk.yaod.yaql.visitors.BreakException.
The BreakException class represents an exception which is thrown during program evaluation, when break statement occurs.
BreakException() - Constructor for class pl.edu.pjwstk.yaod.yaql.visitors.BreakException
Creates a new break exception.
BreakStatement - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.BreakStatement.
The BreakStatement class represents the statement nodes in the abstract syntax tree.
BreakStatement(KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.BreakStatement
Creates a new statement node with the given terminal k.
Bufferable - interface pl.edu.pjwstk.yaod.system.buffers.Bufferable.
Interfejs ktory musi byc implementowany przez elementy majace byc buforowane (atomy, bloki).
BUFSIZE - Static variable in class pl.edu.pjwstk.yaod.network.YNETCommunicator
 
BYTE_SIZE - Static variable in class pl.edu.pjwstk.yaod.util.NewBits
 

C

clear() - Method in class pl.edu.pjwstk.yaod.system.buffers.BlockBuffer
Usuwa wszystkie obiekty z bufora.
clear() - Method in class pl.edu.pjwstk.yaod.system.buffers.AtomBuffer
Usuwa wszystkie obiekty z bufora.
ClientRequest - class pl.edu.pjwstk.yaod.network.protocol.ClientRequest.
Klasa reprezentujaca zadanie klienta wysylane do serwera.
ClientRequest() - Constructor for class pl.edu.pjwstk.yaod.network.protocol.ClientRequest
 
close() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentStore
Zamyka sklad zamykajac wszystkie pliki danych.
close() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.Datafile
Zamyka plik danych.
close() - Method in class pl.edu.pjwstk.yaod.store.AbstractStore
Zamyka sklad.
close() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientStore
 
close() - Method in class pl.edu.pjwstk.yaod.store.javastore.JavaStore
 
closeAllDatafiles() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.FileManager
Zamyka wszystkie pliki danych.
CLOSED_ICON - Static variable in class pl.edu.pjwstk.yaod.workbench.NodeRenderer
 
combine(NonAlgebraicExpression, QueryResult, QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Auxilary method responsible for evaluating binary non algebraic expression nodes.
CommaExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.CommaExpression.
The CommaExpression class represents the binary expression nodes in the abstract syntax tree.
CommaExpression(Expression, Expression, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.CommaExpression
Creates a new binary expression node with the given expressions l and r and terminal o.
Communicable - interface pl.edu.pjwstk.yaod.network.Communicable.
 
compare(QueryResult, QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Auxilary method responsible for evaluating binary non algebraic expression node - precisely SortingExpression.
compareAndReplace(SequenceValue, int, int, int) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Auxilary method responsible for evaluating binary non algebraic expression node - precisely SortingExpression.
CompareExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.CompareExpression.
The CompareExpression class represents the binary expression nodes in the abstract syntax tree.
CompareExpression(Expression, Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.CompareExpression
Creates a new binary expression node with the given expressions l and r and terminal k.
ComplexResult - class pl.edu.pjwstk.yaod.network.protocol.queryresult.ComplexResult.
 
ComplexResult() - Constructor for class pl.edu.pjwstk.yaod.network.protocol.queryresult.ComplexResult
 
ComplexResult(Vector) - Constructor for class pl.edu.pjwstk.yaod.network.protocol.queryresult.ComplexResult
 
ComplexValue - class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue.
The ComplexValue class represents the main class of available complex results - collections (structures, bags and sequences).
ComplexValue() - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Creates a new empty collection.
ComplexValue(Vector) - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Creates a new collection initialized with the v.
compute(AlgebraicExpression, QueryResult, QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Auxilary method responsible for evaluating binary expression nodes.
compute(NonParametricExpression, QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Auxilary method responsible for evaluating unary expression nodes.
compute(ParametricExpression, QueryResult, QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Auxilary method responsible for evaluating unary expression nodes.
compute(SingleExpression) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Auxilary method responsible for evaluating single expression nodes.
compute(TernaryExpression, QueryResult, QueryResult, QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Auxilary method responsible for evaluating ternary expression nodes.
concat(byte[], byte[]) - Static method in class pl.edu.pjwstk.yaod.util.NewBits
 
concat(byte[], byte[], int) - Static method in class pl.edu.pjwstk.yaod.util.NewBits
 
ConditionExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.ternary.ConditionExpression.
The ConditionExpression class represents the ternary condition expression nodes in the abstract syntax tree.
ConditionExpression(Expression, Expression, Expression, OperatorTerminal, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.ternary.ConditionExpression
Creates a new ternary expression node with the given expressions l, m and r and terminals lo and ro.
ConjunctionExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.ConjunctionExpression.
The ConjunctionExpression class represents the binary expression nodes in the abstract syntax tree.
ConjunctionExpression(Expression, Expression, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.ConjunctionExpression
Creates a new binary expression node with the given expressions l and r and terminal o.
connect() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.DBManagerNode
 
connect(ObjectID) - Method in class pl.edu.pjwstk.yaod.objects.YObject
Podlacza obiekt do obiektu nadrzednego o podanym identyfikatorze.
connect(ObjectID) - Method in class pl.edu.pjwstk.yaod.objects.YReference
Podlacza obiekt referencji do podanego obiektu nadrzednego.
connectMember(YObject) - Method in class pl.edu.pjwstk.yaod.objects.YRing
 
connectMemberAfter(AtomID, AtomID) - Method in class pl.edu.pjwstk.yaod.atoms.SpiderAtom
Rejestruje atom podrzedny jako nastepny w stosunku do podanego atomu.
connectMemberAfter(YObject, ObjectID) - Method in class pl.edu.pjwstk.yaod.objects.YRing
 
connectMemberBefore(AtomID, AtomID) - Method in class pl.edu.pjwstk.yaod.atoms.SpiderAtom
Rejestruje atom podrzedny jako poprzedzajacy podany atom.
connectMemberBefore(YObject, ObjectID) - Method in class pl.edu.pjwstk.yaod.objects.YRing
 
containsBinderHavingName(String) - Method in class pl.edu.pjwstk.yaod.yaql.engine.ActivationRecord
Tests whether or not the actual activation record possess the binder with the given name.
convertToProtocolResult(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.Interpreter
The method takes the query/program result as an argument and converts it into the form which is suitable for serialization (used for passing the results through network).
CosineExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.CosineExpression.
The CosineExpression class represents the unary expression nodes in the abstract syntax tree.
CosineExpression(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.CosineExpression
Creates a new unary expression node with the given expression r and terminal k.
countBackwardRefs() - Method in class pl.edu.pjwstk.yaod.atoms.BackwardAtom
Zlicza wszystkie referencje zwrotne zarejestrowane w atomie.
CountExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.CountExpression.
The CountExpression class represents the unary expression nodes in the abstract syntax tree.
CountExpression(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.CountExpression
Creates a new unary expression node with the given expression r and terminal k.
countMembers() - Method in class pl.edu.pjwstk.yaod.atoms.SpiderAtom
Zlicza wszystkie zarejestrowane atomy podrzedne.
countMembers() - Method in class pl.edu.pjwstk.yaod.objects.YRing
 
createAtom(Atom) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentStoreWrapper
Zapisuje w skladzie podany atom.
createAtom(Atom) - Method in interface pl.edu.pjwstk.yaod.store.Wrappable
Tworzy nowy atom w skladzie.
createAtom(Atom) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientStoreWrapper
 
createAtom(Atom) - Method in class pl.edu.pjwstk.yaod.store.javastore.JavaStore
 
createAtom(Atom) - Method in class pl.edu.pjwstk.yaod.store.javastore.JavaStoreWrapper
 
createBinary(String, byte[]) - Method in class pl.edu.pjwstk.yaod.objects.ObjectManager
Tworzy nowy obiekt YBinary (nie jest przylaczony do bazy).
createClient() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentStore
Tworzy oslone skladu.
createClient() - Method in class pl.edu.pjwstk.yaod.store.AbstractStore
Tworzy obiekt oslony przekazywany do procesu SVRP.
createClient() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientStore
 
createClient() - Method in class pl.edu.pjwstk.yaod.store.javastore.JavaStore
 
createDatafile(String, int) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.FileManager
Tworzy plik danych o wybranej lokalizacji i rozmiarze.
createDouble(String, double) - Method in class pl.edu.pjwstk.yaod.objects.ObjectManager
Tworzy nowy obiekt YDouble (nie jest przylaczony do bazy).
CreateExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.CreateExpression.
The CreateExpression class represents the unary expression nodes in the abstract syntax tree.
CreateExpression(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.CreateExpression
Creates a new unary expression node with the given expression r and terminal k.
createInteger(String, int) - Method in class pl.edu.pjwstk.yaod.objects.ObjectManager
Tworzy nowy obiekt YInteger (nie jest przylaczony do bazy).
createJavaDouble(String, Object, String) - Method in class pl.edu.pjwstk.yaod.objects.ObjectManager
Tworzy nowy obiekt YJavaDouble (nie jest przylaczony do bazy).
createJavaInteger(String, Object, String) - Method in class pl.edu.pjwstk.yaod.objects.ObjectManager
Tworzy nowy obiekt YJavaInteger (nie jest przylaczony do bazy).
createJavaString(String, Object, String) - Method in class pl.edu.pjwstk.yaod.objects.ObjectManager
Tworzy nowy obiekt YJavaString (nie jest przylaczony do bazy).
CreateLocalExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.CreateLocalExpression.
The CreateLocalExpression class represents the unary expression nodes in the abstract syntax tree.
CreateLocalExpression(Expression, KeywordTerminal, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.CreateLocalExpression
Creates a new unary expression node with the given expression r and terminall lk and rk.
CreatePermanentExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.CreatePermanentExpression.
The CreatePermanentExpression class represents the unary expression nodes in the abstract syntax tree.
CreatePermanentExpression(Expression, KeywordTerminal, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.CreatePermanentExpression
Creates a new unary expression node with the given expression r and terminals lk and rk.
createProcedure(String) - Method in class pl.edu.pjwstk.yaod.objects.ObjectManager
Tworzy nowy obiekt YProcedure (nie jest przylaczony do bazy).
createRecord(byte[]) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentRecordManager
Tworzy nowy rekord.
createRecord(byte[], boolean) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.DataBlock
Tworzy rekord.
createReference(String, ObjectID) - Method in class pl.edu.pjwstk.yaod.objects.ObjectManager
Tworzy nowy obiekt YReference (nie jest przylaczony do bazy).
createRing(String) - Method in class pl.edu.pjwstk.yaod.objects.ObjectManager
Tworzy nowy obiekt YRing (nie jest przylaczony do bazy).
createServerProcess(Socket, int) - Method in class pl.edu.pjwstk.yaod.system.DatabaseManager
Tworzy i uruchamia nowy proces uslugowy.
createSpider(String) - Method in class pl.edu.pjwstk.yaod.objects.ObjectManager
Tworzy nowy obiekt YSpider (nie jest przylaczony do bazy).
createString(String, String) - Method in class pl.edu.pjwstk.yaod.objects.ObjectManager
Tworzy nowy obiekt YString (nie jest przylaczony do bazy).

D

Database - class pl.edu.pjwstk.yaod.system.Database.
Klasa reprezentujaca baze danych.
Database() - Constructor for class pl.edu.pjwstk.yaod.system.Database
 
DatabaseCreator - class pl.edu.pjwstk.yaod.creators.DatabaseCreator.
Klasa jest prostym kreatorem bazy danych.
DatabaseCreator() - Constructor for class pl.edu.pjwstk.yaod.creators.DatabaseCreator
 
DatabaseManager - class pl.edu.pjwstk.yaod.system.DatabaseManager.
Serce systemu.
DatabaseManager(Database) - Constructor for class pl.edu.pjwstk.yaod.system.DatabaseManager
Tworzy nowego menedzera danych.
DataBlock - class pl.edu.pjwstk.yaod.store.defaultstore.blocks.DataBlock.
Klasa zapewnia logike zwiazana z wewnetrznym funkcjonowaniem blokow danych.
DATABLOCK_HEADER_LENGTH - Static variable in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.DataBlock
 
DataBlock(byte[], BlockID) - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.blocks.DataBlock
Tworzy blok danych na podstawie podanej tablicy, zawierajacej jego zserializowana zawartosc.
DataBlock(short, BlockID) - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.blocks.DataBlock
Tworzy pusty blok danych podanej wielkosci.
Datafile - class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.Datafile.
Klasa reprezentuje pliki danych.
Datafile(DatafileDescriptor) - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.Datafile
Tworzy nowy obiekt pliku danych.
DatafileDescriptor - class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.DatafileDescriptor.
Klasa reprezentuje deskryptor pliku danych.
DatafileDescriptor(short, String, int, short) - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.DatafileDescriptor
Tworzy nowy deskryptor pliku danych.
dbConnectRequested(DBManagerNode) - Method in interface pl.edu.pjwstk.yaod.workbench.NodeActionListener
 
DBControlFileNode - class pl.edu.pjwstk.yaod.workbench.nodes.DBControlFileNode.
 
DBControlFileNode() - Constructor for class pl.edu.pjwstk.yaod.workbench.nodes.DBControlFileNode
 
DBControlFilePanel - class pl.edu.pjwstk.yaod.workbench.details.DBControlFilePanel.
 
DBControlFilePanel() - Constructor for class pl.edu.pjwstk.yaod.workbench.details.DBControlFilePanel
 
dbDisconnectRequested(DBManagerNode) - Method in interface pl.edu.pjwstk.yaod.workbench.NodeActionListener
 
DBDumpNode - class pl.edu.pjwstk.yaod.workbench.nodes.DBDumpNode.
 
DBDumpNode() - Constructor for class pl.edu.pjwstk.yaod.workbench.nodes.DBDumpNode
 
DBDumpPanel - class pl.edu.pjwstk.yaod.workbench.details.DBDumpPanel.
 
DBDumpPanel() - Constructor for class pl.edu.pjwstk.yaod.workbench.details.DBDumpPanel
 
DBManagerNode - class pl.edu.pjwstk.yaod.workbench.nodes.DBManagerNode.
 
DBManagerNode() - Constructor for class pl.edu.pjwstk.yaod.workbench.nodes.DBManagerNode
 
DBManagerNode(String, String, int) - Constructor for class pl.edu.pjwstk.yaod.workbench.nodes.DBManagerNode
 
DBManagerPanel - class pl.edu.pjwstk.yaod.workbench.details.DBManagerPanel.
 
DBManagerPanel() - Constructor for class pl.edu.pjwstk.yaod.workbench.details.DBManagerPanel
 
DBManagersNode - class pl.edu.pjwstk.yaod.workbench.nodes.DBManagersNode.
 
DBManagersNode() - Constructor for class pl.edu.pjwstk.yaod.workbench.nodes.DBManagersNode
 
DBWR - class pl.edu.pjwstk.yaod.system.processes.DBWR.
Klasa procesu DBWR (od database writer).
DBWR(DatabaseManager) - Constructor for class pl.edu.pjwstk.yaod.system.processes.DBWR
Tworzy nowy obiekt DBWR.
deleteAll() - Method in class pl.edu.pjwstk.yaod.yaql.engine.EnvironmentalStack
Deletes all elements on environmental stack.
deleteAtBottom(BinderValue) - Method in class pl.edu.pjwstk.yaod.yaql.engine.EnvironmentalStack
Deletes a specified binder from the lowest section of environmental stack.
deleteAtom(AtomID) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentStoreWrapper
Kasuje atom o podanym identyfikatorze.
deleteAtom(AtomID) - Method in interface pl.edu.pjwstk.yaod.store.Wrappable
Kasuje atom wskazany podanym identyfikatorem.
deleteAtom(AtomID) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientStoreWrapper
 
deleteAtom(AtomID) - Method in class pl.edu.pjwstk.yaod.store.javastore.JavaStoreWrapper
 
deleteAtTop() - Method in class pl.edu.pjwstk.yaod.yaql.engine.EnvironmentalStack
Deletes all binders from the highest section of environmental stack.
deleteAtTop(BinderValue) - Method in class pl.edu.pjwstk.yaod.yaql.engine.EnvironmentalStack
Deletes a specified binder from the highest section of environmental stack.
deleteBackwardRef(AtomID) - Method in class pl.edu.pjwstk.yaod.atoms.BackwardAtom
Usuwa referencje zwrotna, reprezentujaca referencje o podanym identyfikatorze.
deleteBinder(BinderValue) - Method in class pl.edu.pjwstk.yaod.yaql.engine.ActivationRecord
Deletes a specified binder (b) from activation record.
deleteBinderAt(int) - Method in class pl.edu.pjwstk.yaod.yaql.engine.ActivationRecord
Deletes the i-th element from the activation record.
deleteDatafile(int) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.FileManager
Usuwa plik danych, odrejestrowywujac go z menedzera oraz kasujac z dysku.
deleteElement(BinderValue) - Method in class pl.edu.pjwstk.yaod.yaql.engine.EnvironmentalStack
Deletes a specified binder (b) from environmental stack.
deleteRecord(PersistentRecordID) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentRecordManager
Usuwa rekord identyfikowany przez podany wskaznik rekordu.
deleteRecord(short) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.DataBlock
Usuwa rekord identyfikowany podanym slotem.
DeleteStatement - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.DeleteStatement.
The DeleteStatement class represents the statement nodes in the abstract syntax tree.
DeleteStatement(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.DeleteStatement
Creates a new statement node with the given expression e and terminal k.
DependentJoinExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.DependentJoinExpression.
The DependentJoinExpression class represents the binary expression nodes in the abstract syntax tree.
DependentJoinExpression(Expression, Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.DependentJoinExpression
Creates a new binary expression node with the given expressions l and r and terminal k.
DereferenceExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.DereferenceExpression.
The DereferenceExpression class represents the unary expression nodes in the abstract syntax tree.
DereferenceExpression(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.DereferenceExpression
Creates a new unary expression node with the given expression r and terminal k.
DescendingExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.DescendingExpression.
The DescendingExpression class represents the unary expression nodes in the abstract syntax tree.
DescendingExpression(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.DescendingExpression
Creates a new unary expression node with the given expression r and terminal k.
deserializeAtomID(byte[]) - Method in class pl.edu.pjwstk.yaod.atoms.AtomSerializer
Deserializuje identyfikator atomu.
DifferenceExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.DifferenceExpression.
The DifferenceExpression class represents the binary expression nodes in the abstract syntax tree.
DifferenceExpression(Expression, Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.DifferenceExpression
Creates a new binary expression node with the given expressions l and r and terminal k.
disconnect() - Method in class pl.edu.pjwstk.yaod.objects.YObject
Odlacza obiekt od obiektu nadrzednego.
disconnect() - Method in class pl.edu.pjwstk.yaod.objects.YReference
Odlacza referencje od skladu (kasuje obiekt).
disconnect() - Method in class pl.edu.pjwstk.yaod.objects.YBackward
Usuwa obiekt referencji zwrotnych.
disconnect() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.DBManagerNode
 
disconnect() - Method in class pl.edu.pjwstk.yaod.network.YNETCommunicator
Rozlacza klienta z serwerem.
disconnectMember(ObjectID) - Method in class pl.edu.pjwstk.yaod.objects.YRing
 
DisjunctionExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.DisjunctionExpression.
The DisjunctionExpression class represents the binary expression nodes in the abstract syntax tree.
DisjunctionExpression(Expression, Expression, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.DisjunctionExpression
Creates a new binary expression node with the given expressions l and r and terminal o.
DivideAssignExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.DivideAssignExpression.
The DivideAssignExpression class represents the binary expression nodes in the abstract syntax tree.
DivideAssignExpression(Expression, Expression, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.DivideAssignExpression
Creates a new binary expression node with the given expressions l and r and terminal o.
DivideExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.DivideExpression.
The DivideExpression class represents the binary expression nodes in the abstract syntax tree.
DivideExpression(Expression, Expression, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.DivideExpression
Creates a new binary expression node with the given expressions l and r and terminal o.
do_action(int, lr_parser, Stack, int) - Method in class pl.edu.pjwstk.yaod.yaql.parser.Parser
Invoke a user supplied parse action.
doCheckpoint() - Method in class pl.edu.pjwstk.yaod.system.processes.DBWR
Wykonuje punkt kontrolny, czyli zapisuje z buforow wszystkie atomy do blokow, a bloki na nosnik (jesli jest obsluga blokow).
DoubleAtom - class pl.edu.pjwstk.yaod.atoms.DoubleAtom.
Klasa reprezentujaca atom zawierajacy wartosc typu double.
DoubleAtom(String, double) - Constructor for class pl.edu.pjwstk.yaod.atoms.DoubleAtom
Tworzy nowy atom zawierajacy wartosc typu double.
DoubleExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.DoubleExpression.
The DoubleExpression class represents the single expression nodes in the abstract syntax tree.
DoubleExpression(LiteralTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.DoubleExpression
Creates a new single expression node with the given terminal lit.
DoubleResult - class pl.edu.pjwstk.yaod.network.protocol.queryresult.DoubleResult.
 
DoubleResult(double) - Constructor for class pl.edu.pjwstk.yaod.network.protocol.queryresult.DoubleResult
 
DoubleResult(Double) - Constructor for class pl.edu.pjwstk.yaod.network.protocol.queryresult.DoubleResult
 
DoubleValue - class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue.
The DoubleValue class represents the real numbers.
doubleValue() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Returns the double value as a double value.
doubleValue() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Returns the integer value as a double value.
DoubleValue(double) - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Creates a new double value initialized with specified value.
DoubleValue(Double) - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Creates a new double value initialized with specified value.
DoWhileStatement - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.DoWhileStatement.
The DoWhileStatement class represents the statement nodes in the abstract syntax tree.
DoWhileStatement(Statement, Expression, KeywordTerminal, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.DoWhileStatement
Creates a new statement node with the given expression e, statement s and terminals lk and rk.
dumpAST() - Method in class pl.edu.pjwstk.yaod.yaql.Interpreter
Returns the structure of abstract syntax tree suitable for displaying it on graphic panel in tree form.
dumpAST(AbstractSyntaxTree, DefaultMutableTreeNode) - Method in class pl.edu.pjwstk.yaod.yaql.Interpreter
The dumpAST is the recursive method which prepares the abstract syntax tree structure for being displayed on graphic interface.
dumpDB() - Method in class pl.edu.pjwstk.yaod.yaql.Interpreter
Returns the structure of object store suitable for displaying it on graphic interface in the tree form.
dumpENVS() - Method in class pl.edu.pjwstk.yaod.yaql.Interpreter
Returns the structure of environmental stack suitable for displaying it on graphic panel in tree form.
dumpENVS(DefaultMutableTreeNode) - Method in class pl.edu.pjwstk.yaod.yaql.Interpreter
The dumpENVS is the recursive method which prepares the environmental stack structure for being displayed on graphic interface.
DumpReply - class pl.edu.pjwstk.yaod.network.protocol.DumpReply.
Klasa reprezentuje obiekt odpowiedzi na zadanie wykonania zrzutu zawartosci bazy danych.
DumpReply(DefaultMutableTreeNode) - Constructor for class pl.edu.pjwstk.yaod.network.protocol.DumpReply
 
DumpRequest - class pl.edu.pjwstk.yaod.network.protocol.DumpRequest.
Obiekt reprezentujacy zadanie klienta wykonania zrzutu zawartosci bazy danych.
DumpRequest() - Constructor for class pl.edu.pjwstk.yaod.network.protocol.DumpRequest
 
dumpStore(SVRP, short) - Method in class pl.edu.pjwstk.yaod.debug.AtomExtractor
 

E

e - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.ActualParametersList
 
e - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ReturnStatement
 
e - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.WhileStatement
 
e - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.XmlPrintStatement
 
e - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.DoWhileStatement
 
e - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.RenameToStatement
 
e - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.IfStatement
 
e - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.DeleteStatement
 
e - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ExpressionStatement
 
e - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ForEachStatement
 
e - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.IfElseStatement
 
e - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.PrintStatement
 
e - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ShowStatement
 
e1 - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.UpdateToStatement
 
e1 - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ForStatement
 
e1 - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.InsertIntoStatement
 
e2 - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.UpdateToStatement
 
e2 - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ForStatement
 
e2 - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.InsertIntoStatement
 
e3 - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ForStatement
 
elements() - Method in class pl.edu.pjwstk.yaod.system.buffers.BlockBuffer
Zwraca wszystkie zabuforowane bloki.
elements() - Method in class pl.edu.pjwstk.yaod.system.buffers.AtomBuffer
Zwraca liste wszystkich obiektow zapisanych w buforze.
empty() - Method in class pl.edu.pjwstk.yaod.yaql.engine.EnvironmentalStack
Tests whether or not the stack is empty.
empty() - Method in class pl.edu.pjwstk.yaod.yaql.engine.QueryResultStack
Tests whether or not the stack is empty.
EmptyAsExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.EmptyAsExpression.
The EmptyAsExpression class represents the unary expression nodes in the abstract syntax tree.
EmptyAsExpression(Expression, IdentifierTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.EmptyAsExpression
Creates a new unary expression node with the given expression l and terminal k.
EmptyBagExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.EmptyBagExpression.
The EmptyBagExpression class represents the single expression nodes in the abstract syntax tree.
EmptyBagExpression(KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.EmptyBagExpression
Creates a new single expression node with the given terminal k.
EmptyBlockStatement - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.EmptyBlockStatement.
The EmptyBlockStatement class represents the statement nodes in the abstract syntax tree.
EmptyBlockStatement(KeywordTerminal, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.EmptyBlockStatement
Creates a new statement node with the given terminals lk and rk.
EmptyGroupAsExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.EmptyGroupAsExpression.
The EmptyGroupAsExpression class represents the unary expression nodes in the abstract syntax tree.
EmptyGroupAsExpression(Expression, IdentifierTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.EmptyGroupAsExpression
Creates a new unary expression node with the given expression l and terminal k.
EmptyProcedureCallExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.EmptyProcedureCallExpression.
The EmptyProcedureCallExpression class represents the single expression nodes in the abstract syntax tree.
EmptyProcedureCallExpression(IdentifierTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.EmptyProcedureCallExpression
Creates a new single expression node with the given terminal i.
EmptyProcedureDeclarationStatement - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.EmptyProcedureDeclarationStatement.
The EmptyProcedureDeclarationStatement class represents the statement nodes in the abstract syntax tree.
EmptyProcedureDeclarationStatement(StatementList, KeywordTerminal, IdentifierTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.EmptyProcedureDeclarationStatement
Creates a new statement node with the given statement list s and terminals k and i.
EmptyReturnException - exception pl.edu.pjwstk.yaod.yaql.visitors.EmptyReturnException.
The EmptyReturnException class represents an exception which is thrown during program evaluation, when empty return statement occurs.
EmptyReturnException() - Constructor for class pl.edu.pjwstk.yaod.yaql.visitors.EmptyReturnException
Creates a new empty return exception.
EmptyReturnStatement - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.EmptyReturnStatement.
The EmptyReturnStatement class represents the statement nodes in the abstract syntax tree.
EmptyReturnStatement(KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.EmptyReturnStatement
Creates a new statement node with the given terminal k.
EmptySequenceExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.EmptySequenceExpression.
The EmptySequenceExpression class represents the single expression nodes in the abstract syntax tree.
EmptySequenceExpression(KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.EmptySequenceExpression
Creates a new single expression node with the given terminal k.
EmptyStackException - exception pl.edu.pjwstk.yaod.yaql.engine.EmptyStackException.
The EmptyStackException class represents an exception which is thrown if an error occurs during stack operations on empty stack.
EmptyStackException(String) - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.EmptyStackException
Creates a new exception with specified message.
EmptyStatement - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.EmptyStatement.
The EmptyStatement class represents the statement nodes in the abstract syntax tree.
EmptyStatement() - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.EmptyStatement
Creates a new empty statement node.
EmptyStructExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.EmptyStructExpression.
The EmptyStructExpression class represents the single expression nodes in the abstract syntax tree.
EmptyStructExpression(KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.EmptyStructExpression
Creates a new single expression node with the given terminal k.
EnvironmentalStack - class pl.edu.pjwstk.yaod.yaql.engine.EnvironmentalStack.
The EnvironmentalStack class represents the environmental stack.
EnvironmentalStack(ObjectManager) - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.EnvironmentalStack
Creates a new environmental stack, with specified om which is an object manager (a link to data store objects).
EOF - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
EOF_sym() - Method in class pl.edu.pjwstk.yaod.yaql.parser.Parser
EOF Symbol index.
EqualExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.EqualExpression.
The EqualExpression class represents the binary expression nodes in the abstract syntax tree.
EqualExpression(Expression, Expression, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.EqualExpression
Creates a new binary expression node with the given expressions l and r and terminal o.
equals(Object) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentAtomID
Sprawdza czy dwa identyfikatory dotycza tego samego atomu.
equals(Object) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentBlockID
Sprawdza czy dwa identyfikatory wskazuja na ten sam blok.
equals(Object) - Method in class pl.edu.pjwstk.yaod.store.AbstractBlockID
 
equals(Object) - Method in interface pl.edu.pjwstk.yaod.objects.ObjectID
Sprawdza czy dwa identyfikatory dotycza tego samego obiektu.
equals(Object) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientBlockID
 
equals(Object) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientAtomID
 
equals(Object) - Method in class pl.edu.pjwstk.yaod.store.javastore.JavaAtomID
 
error - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
error_sym() - Method in class pl.edu.pjwstk.yaod.yaql.parser.Parser
error Symbol index.
ErrorReply - class pl.edu.pjwstk.yaod.network.protocol.ErrorReply.
Obiekt reprezentujacy komunikat serwera o wystapieniu bledu.
ErrorReply(String) - Constructor for class pl.edu.pjwstk.yaod.network.protocol.ErrorReply
Tworzy nowy komunikat bledu.
Errors - class pl.edu.pjwstk.yaod.util.Errors.
Klasa zawierajaca wszystkie komunikaty systemu dotyczace bledow (niestety, obecnei tylko wirtualnie).
Errors() - Constructor for class pl.edu.pjwstk.yaod.util.Errors
 
EvalException - exception pl.edu.pjwstk.yaod.yaql.visitors.EvalException.
The EvalException class represents an exception which is thrown if an error occurs during program evaluation.
EvalException(String) - Constructor for class pl.edu.pjwstk.yaod.yaql.visitors.EvalException
Creates a new exception with specified message.
EvalVisitor - class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor.
The EvalVisitor class represents one of the interpratations of the program - in this case evaluataion.
EvalVisitor(PrintWriter, QueryResultStack, EnvironmentalStack, SVRP, Vector) - Constructor for class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Creates a new evaluator with specified environmental stack, query result stack, abstract syntax tree, server process, writer and vector of results.
execute(Interpreter, String) - Static method in class pl.edu.pjwstk.yaod.system.processes.SVRP
Wykonuje instrukcje yaql.
executeQuery(String) - Method in class pl.edu.pjwstk.yaod.workbench.nodes.DBManagerNode
 
existATTRIBUTES(ComplexResult) - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.BinderResult
 
ExistsExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ExistsExpression.
The ExistsExpression class represents the unary expression nodes in the abstract syntax tree.
ExistsExpression(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ExistsExpression
Creates a new unary expression node with the given expression r and terminal k.
ExponentExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ExponentExpression.
The ExponentExpression class represents the unary expression nodes in the abstract syntax tree.
ExponentExpression(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ExponentExpression
Creates a new unary expression node with the given expression r and terminal k.
Expression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.Expression.
The Expression class represents the expression nodes in the abstract syntax tree.
Expression() - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.Expression
 
ExpressionStatement - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ExpressionStatement.
The ExpressionStatement class represents the statement nodes in the abstract syntax tree.
ExpressionStatement(Expression) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ExpressionStatement
Creates a new statement node with the given expression e.

F

FileManager - class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.FileManager.
Klasa reprezentuje menedzera plikow.
FileManager(PersistentStore) - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.FileManager
Tworzy nowy obiekt menedzera plikow.
findDataBlockByFreeSpace(int) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentBlockManager
Wyszukuje blok danych zawierajacy wymagana ilosc wolnego miejsca.
findDataBlockByFreeSpace(int) - Method in class pl.edu.pjwstk.yaod.debug.blocks.BlockTesterStore
 
findMemberByName(String, ObjectID) - Method in class pl.edu.pjwstk.yaod.objects.YRing
 
findMemberByName(String, ObjectID) - Method in class pl.edu.pjwstk.yaod.objects.YSpider
Zwraca pierwszy obiekt podrzedny o podanej nazwie.
findMemberByNameAndType(String, byte, ObjectID) - Method in class pl.edu.pjwstk.yaod.objects.YComplexObject
Zwraca pierwszy obiekt podrzedny o podanym typie.
findMemberByNameAndType(String, byte, ObjectID) - Method in class pl.edu.pjwstk.yaod.objects.YRing
 
findMemberByNameAndType(String, byte, ObjectID) - Method in class pl.edu.pjwstk.yaod.objects.YSpider
Zwraca pierwszy obiekt podrzedny o podanej nazwie i typie.
findMemberByType(byte, ObjectID) - Method in class pl.edu.pjwstk.yaod.objects.YRing
 
findMemberByType(byte, ObjectID) - Method in class pl.edu.pjwstk.yaod.objects.YSpider
Zwraca pierwszy obiekt podrzedny o podanym typie.
FIRST_DATA_BLOCK - Static variable in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentBlockManager
 
FIRST_FREE_SPACE_BLOCK - Static variable in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentBlockManager
 
FLAG_BAG - Static variable in class pl.edu.pjwstk.yaod.yaql.parser.Parser
 
FLAG_NOTDEFINED - Static variable in class pl.edu.pjwstk.yaod.yaql.parser.Parser
 
FLAG_PROCEDURE - Static variable in class pl.edu.pjwstk.yaod.yaql.parser.Parser
 
FLAG_SEQUENCE - Static variable in class pl.edu.pjwstk.yaod.yaql.parser.Parser
 
FLAG_STRUCT - Static variable in class pl.edu.pjwstk.yaod.yaql.parser.Parser
 
FlagStack - Variable in class pl.edu.pjwstk.yaod.yaql.parser.Parser
 
ForAllExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.ForAllExpression.
The ForAllExpression class represents the binary expression nodes in the abstract syntax tree.
ForAllExpression(Expression, Expression, KeywordTerminal, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.ForAllExpression
Creates a new binary expression node with the given expressions l and r and terminals lk and rk.
ForAnyExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.ForAnyExpression.
The ForAnyExpression class represents the binary expression nodes in the abstract syntax tree.
ForAnyExpression(Expression, Expression, KeywordTerminal, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.ForAnyExpression
Creates a new binary expression node with the given expressions l and r and terminal lk and rk.
ForEachStatement - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ForEachStatement.
The ForEachStatement class represents the statement nodes in the abstract syntax tree.
ForEachStatement(Expression, Statement, KeywordTerminal, KeywordTerminal, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ForEachStatement
Creates a new statement node with the given expression e, statement s and terminals lk, mk and rk.
FormalParametersList - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.FormalParametersList.
The FormalParametersList class represents the formal parameter list nodes in the abstract syntax tree.
FormalParametersList() - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.FormalParametersList
 
formatDatafile(Datafile) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.FileManager
Formatuje wybrany plik danych, tzn. zapisuje w nim puste bloki danych oraz blok wolnej przestrzeni.
formatDatafiles() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.FileManager
Formatuje wszystkie pliki danych.
ForStatement - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ForStatement.
The ForStatement class represents the statement nodes in the abstract syntax tree.
ForStatement(Expression, Expression, Expression, Statement, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ForStatement
Creates a new statement node with the given expressions e1, e2 and e3 statement s and terminal k.
FreeSpaceBlock - class pl.edu.pjwstk.yaod.store.defaultstore.blocks.FreeSpaceBlock.
Klasa zapewnia logike zwiazana z wewnetrzynm funkcjonowaniem blokow wolnej przestrzeni.
FreeSpaceBlock(byte[], BlockID) - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.blocks.FreeSpaceBlock
Tworzy nowy blok wolnej przestrzeni na podstawie tablicy bajtow, zawierajacej jego wersje zserializowana.
FreeSpaceBlock(short, BlockID) - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.blocks.FreeSpaceBlock
Tworzy nowy pusty blok wolnej przestrzeni.

G

get(AbstractBlockID) - Method in class pl.edu.pjwstk.yaod.system.buffers.BlockBuffer
Zwraca blok o podanym identyfikatorze, jesli blok ten znajduje sie w buforze.
get(AtomID) - Method in class pl.edu.pjwstk.yaod.system.buffers.AtomBuffer
Zwraca atom o podanym identyfikatorze.
get(short, short) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.BlockSection
Zwraca czesc sekcji.
getAID() - Method in class pl.edu.pjwstk.yaod.atoms.Atom
Zwraca identyfikator atomu.
getAst() - Method in class pl.edu.pjwstk.yaod.network.protocol.QueryReply
Zwraca obiekt reprezentujacy drzewo skladniowe przeslanego zapytania.
getAST() - Method in class pl.edu.pjwstk.yaod.yaql.Interpreter
Returns the abstract syntax tree.
getAtom() - Method in class pl.edu.pjwstk.yaod.objects.YObject
Zwraca atom, ktory reprezentuje dany obiekt.
getAtomBuffer() - Method in class pl.edu.pjwstk.yaod.system.DatabaseManager
Zwraca bufor atomow.
getATTRIBUTES(BinderResult) - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.BinderResult
 
getBackward() - Method in class pl.edu.pjwstk.yaod.objects.YObject
Zwraca obiekt referencji zwrotnych przyporzadkowany danemu obiektowi.
getBackwardRefs() - Method in class pl.edu.pjwstk.yaod.atoms.BackwardAtom
Zwraca wszystkie referencje zwrotne zarejestrowane w danym atomie.
getBinderAt(int) - Method in class pl.edu.pjwstk.yaod.yaql.engine.ActivationRecord
Returns the i-th element from the activation record.
getBinderValuesHavingName(String) - Method in class pl.edu.pjwstk.yaod.yaql.engine.ActivationRecord
Returns a set (BagValue) of binder values whose name is equal to the name parameter.
getBlockBuffer() - Method in class pl.edu.pjwstk.yaod.system.DatabaseManager
Zwraca obiekt bufora blokow.
getBlockID() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentRecordID
Zwraca identyfikator bloku.
getBlockID() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentBlockID
Zwraca numer bloku w pliku danych.
getBlockID() - Method in class pl.edu.pjwstk.yaod.store.AbstractBlock
Zwraca identyfikator bloku.
getBlockID() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientRecordID
 
getBlockID() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientBlockID
 
getBlocksFreeSpace(short) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.FreeSpaceBlock
Pobiera informacje na temat wolnej przestrzeni bloku o podanym identyfikatorze.
getBlockSize() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.DatafileDescriptor
Zwraca rozmiar bloku danych wykorzystywanego przez plik.
getBlockSize() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentStore
Zwraca wielkosc bloku, jakim posluguje sie sklad.
getBlockSize() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentStoreDescriptor
Zwraca rozmiar bloku.
getBlockSize() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentBlockManager
Zwraca rozmiar bloku, jaki wykorzystuje dany sklad.
getBlockSize() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientStore
 
getBlockSize() - Method in class pl.edu.pjwstk.yaod.debug.blocks.BlockTesterStore
 
getBody() - Method in class pl.edu.pjwstk.yaod.objects.YProcedure
Zwraca ast ciala procedury.
getBoolean(byte[], int) - Static method in class pl.edu.pjwstk.yaod.util.Bits
 
getByte(byte) - Static method in class pl.edu.pjwstk.yaod.util.NewBits
 
getByte(short) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.BlockSection
Umieszcza wartosc byte w okreslonym punkcie sekcji.
getBytes() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.BlockSection
Zwraca zawartosc sekcji.
getChar(byte[], int) - Static method in class pl.edu.pjwstk.yaod.util.Bits
 
getColumn() - Method in class pl.edu.pjwstk.yaod.yaql.parser.Lexer
 
getCommunicator() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.DBManagerNode
 
getDatabase() - Method in class pl.edu.pjwstk.yaod.system.DatabaseManager
Zwraca obiekt bazy danych, ktora jest zarzadzana przez danego menedzera.
getDatabaseManager() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentStore
Zwraca menedzera bazy danych zarzadzajacego tym skladem.
getDataFile(int) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.FileManager
Zwraca plik danych o podanym identyfikatorze.
getDatafileDescriptor() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.Datafile
Zwraca deksryptor pliku danych.
getDatafiles() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentStoreDescriptor
Zwraca descryptory wszystkich plikow danych.
getDataFiles() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.FileManager
Zwraca wszystkie pliki danych, na jakich operuje menedzer plikow.
getDataSize() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.DataBlock
Zwraca wielkosc zapisanej przestrzeni w ramach bloku, jako rozmiar sekcji danych.
getDBManagersNode() - Method in class pl.edu.pjwstk.yaod.workbench.details.SystemTreePanel
 
getDetailsPanel() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.AbstractWorkbenchNode
 
getDetailsPanel() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.AgentsNode
 
getDetailsPanel() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.SystemNode
 
getDetailsPanel() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.XMLDocumentNode
 
getDetailsPanel() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.DBDumpNode
 
getDetailsPanel() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.DBControlFileNode
 
getDetailsPanel() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.DBManagerNode
 
getDetailsPanel() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.DBManagersNode
 
getDetailsPanel() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.XMLDocumentsNode
 
getDocument() - Method in class pl.edu.pjwstk.yaod.network.protocol.XMLLoadRequest
Zwraca dokument XML przypisany temu zadaniu.
getDouble(byte[], int) - Static method in class pl.edu.pjwstk.yaod.util.Bits
 
getDump() - Method in class pl.edu.pjwstk.yaod.network.protocol.DumpReply
Zwraca obiekt zawierajacy zrzut zawartosci skladu.
getElementAt(int) - Method in class pl.edu.pjwstk.yaod.yaql.engine.EnvironmentalStack
Returns (without removal) the i-th element from the environmental stack.
getElementAt(int) - Method in class pl.edu.pjwstk.yaod.yaql.engine.QueryResultStack
Returns (without removal) the i-th element from the query result stack.
getEnd() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.BlockSection
Zwraca punkt konca danej sekcji wzgledem sekcji nadrzednej.
getEntry() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentStoreWrapper
Zwraca identyfikator obiektu wejsciowego do skladu.
getEntry() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentStore
Zwraca identyfikator atomu wejsciowego do skladu.
getEntry() - Method in class pl.edu.pjwstk.yaod.store.AbstractStore
Zwraca identyfikator atomu wejsciowego do skladu.
getEntry() - Method in class pl.edu.pjwstk.yaod.store.AbstractStoreDescriptor
 
getEntry() - Method in interface pl.edu.pjwstk.yaod.store.Wrappable
Zwraca identyfikator atomu wejsciowego do skladu.
getEntry() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientStoreWrapper
 
getEntry() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientStore
 
getEntry() - Method in class pl.edu.pjwstk.yaod.store.javastore.JavaStore
 
getEntry() - Method in class pl.edu.pjwstk.yaod.store.javastore.JavaStoreWrapper
 
getEntry() - Method in class pl.edu.pjwstk.yaod.yaql.Interpreter
Returns the entry of the object store.
getEntry() - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Returns the entry of the object store.
getEnvs() - Method in class pl.edu.pjwstk.yaod.network.protocol.QueryReply
Zwraca obiekt reprezentujacy zawartosc stosu srodowiskowego po wykonaniu zapytania.
getENVS() - Method in class pl.edu.pjwstk.yaod.yaql.Interpreter
Returns the environmental stack.
getErrorColumn() - Method in class pl.edu.pjwstk.yaod.yaql.parser.ParserException
Returns the column of an error in the source code.
getErrorColumn() - Method in class pl.edu.pjwstk.yaod.yaql.parser.LexerException
Returns the column of an error in the source code.
getErrorLine() - Method in class pl.edu.pjwstk.yaod.yaql.parser.ParserException
Returns the line of an error in the source code.
getErrorLine() - Method in class pl.edu.pjwstk.yaod.yaql.parser.LexerException
Returns the line of an error in the source code.
getErrorText() - Method in class pl.edu.pjwstk.yaod.yaql.parser.ParserException
Returns the error message.
getErrorText() - Method in class pl.edu.pjwstk.yaod.yaql.parser.LexerException
Returns the error message.
getExceptionName() - Method in class pl.edu.pjwstk.yaod.yaql.SBQLException
Returns the exception name.
getExceptionName() - Method in class pl.edu.pjwstk.yaod.yaql.engine.TypeMismatchException
Returns the exception name.
getExceptionName() - Method in class pl.edu.pjwstk.yaod.yaql.engine.EmptyStackException
Returns the exception name.
getExceptionName() - Method in class pl.edu.pjwstk.yaod.yaql.parser.ParserException
Returns the exception name.
getExceptionName() - Method in class pl.edu.pjwstk.yaod.yaql.parser.LexerException
Returns the exception name.
getExceptionName() - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalException
Returns the exception name.
getExceptionName() - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EmptyReturnException
Returns the exception name.
getExceptionName() - Method in class pl.edu.pjwstk.yaod.yaql.visitors.ReturnException
Returns the exception name.
getExceptionName() - Method in class pl.edu.pjwstk.yaod.yaql.visitors.BreakException
Returns the exception name.
getFileID() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.DatafileDescriptor
Zwraca identyfikator pliku danych.
getFileID() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentBlockID
Zwraca identyfikator pliku danych.
getFileManager() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentStore
Zwraca menedzera plikow.
getFileSize() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.DatafileDescriptor
Zwraca rozmiar pliku danych.
getFirstBackwardRef() - Method in class pl.edu.pjwstk.yaod.atoms.BackwardAtom
Zwraca pierwsza referencje zwrotna.
getFirstElement() - Method in class pl.edu.pjwstk.yaod.yaql.engine.EnvironmentalStack
Returns (without removal) the first element from the environmental stack.
getFirstElement() - Method in class pl.edu.pjwstk.yaod.yaql.engine.QueryResultStack
Returns (without removal) the first element from the query result stack.
getFirstMember() - Method in class pl.edu.pjwstk.yaod.atoms.RingAtom
Zwraca identyfikator pierwszego atomu podrzednego.
getFirstMember() - Method in class pl.edu.pjwstk.yaod.atoms.SpiderAtom
Zwraca identyfikator pierwszego atomu porzednego.
getFirstMember() - Method in class pl.edu.pjwstk.yaod.objects.YRing
 
getFirstResult() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Returns the first element in the collection.
getFirstSubordinate() - Method in class pl.edu.pjwstk.yaod.objects.YSpider
Zwraca identyfikator pierwszego obiektu podrzednego.
getFloat(byte[], int) - Static method in class pl.edu.pjwstk.yaod.util.Bits
 
getFreeSpaceSize() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.DataBlock
Zwraca wielkosc dostepnej wolnej przestrzeni w ramach bloku, jako rozmiar sekcji pustej.
getFullMessage() - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalException
Returns the full exception message.
getFullMessage() - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EmptyReturnException
Returns the full exception message.
getFullMessage() - Method in class pl.edu.pjwstk.yaod.yaql.visitors.ReturnException
Returns the full exception message.
getFullMessage() - Method in class pl.edu.pjwstk.yaod.yaql.visitors.BreakException
Returns the full exception message.
getHost() - Method in class pl.edu.pjwstk.yaod.workbench.dialogs.RegisterDBDialog
 
getIcon() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.AbstractWorkbenchNode
 
getIcon() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.AgentsNode
 
getIcon() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.SystemNode
 
getIcon() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.XMLDocumentNode
 
getIcon() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.DBDumpNode
 
getIcon() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.DBControlFileNode
 
getIcon() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.DBManagerNode
 
getIcon() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.DBManagersNode
 
getIcon() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.XMLDocumentsNode
 
getId() - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.IdentifierResult
 
getId() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue
Returns the value of a identifier.
getIdAsString() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue
Returns the identifier value as a string value.
getInt(byte[], int) - Static method in class pl.edu.pjwstk.yaod.util.Bits
 
getInterpreter() - Method in class pl.edu.pjwstk.yaod.system.processes.SVRP
Zwraca obiekt reprezentujacy interpreter wykorzystywany przez ten proces uslugowy.
getLastElement() - Method in class pl.edu.pjwstk.yaod.yaql.engine.EnvironmentalStack
Returns (without removal) the last element from the environmental stack.
getLastElement() - Method in class pl.edu.pjwstk.yaod.yaql.engine.QueryResultStack
Returns (without removal) the last element from the query result stack.
getLastMember() - Method in class pl.edu.pjwstk.yaod.atoms.RingAtom
Zwraca identyfikator ostatniego atomu podrzednego.
getLastMember() - Method in class pl.edu.pjwstk.yaod.objects.YRing
 
getLine() - Method in class pl.edu.pjwstk.yaod.yaql.parser.Lexer
 
getLong(byte[], int) - Static method in class pl.edu.pjwstk.yaod.util.Bits
 
getLongestTypeAsSpacesString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTree
Returns the space string, which size is equal to the name of the longest type name.
getLongestTypeAsSpacesString() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Returns the space string, which size is equal to the name of the longest type name.
getMemberAt(int) - Method in class pl.edu.pjwstk.yaod.atoms.SpiderAtom
Zwraca identyfikator atomu podrzednego na podanej pozycji.
getMemberAt(int) - Method in class pl.edu.pjwstk.yaod.objects.YRing
 
getMembers() - Method in class pl.edu.pjwstk.yaod.atoms.SpiderAtom
Zwraca identyfikatory wszystkich atomow podrzednych.
getMembers() - Method in class pl.edu.pjwstk.yaod.objects.YComplexObject
Zwraca wszystkie obiekty podrzedne.
getMembers() - Method in class pl.edu.pjwstk.yaod.objects.YRing
 
getMembers() - Method in class pl.edu.pjwstk.yaod.objects.YSpider
Zwraca wszystkie obiekty podrzedne.
getMessage() - Method in class pl.edu.pjwstk.yaod.network.protocol.ServerReply
Zwraca komunikat kontrolny odpowiedzi.
getMessage() - Method in class pl.edu.pjwstk.yaod.network.YNETCommunicator
Odbiera komunikat zgodny z protokolem Y.NET.
getMessage() - Method in class pl.edu.pjwstk.yaod.yaql.SBQLException
Returns the exception message.
getMessage() - Method in class pl.edu.pjwstk.yaod.yaql.parser.ParserException
Returns the exception message.
getMessage() - Method in class pl.edu.pjwstk.yaod.yaql.parser.LexerException
Returns the exception message.
getName() - Method in class pl.edu.pjwstk.yaod.atoms.Atom
Zwraca nazwe atomu.
getName() - Method in class pl.edu.pjwstk.yaod.objects.YObject
Zwraca nazwe atomu, ktory reprezentuje dany obiekt (lub inaczej: zwraca nazwe obiektu).
getName() - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.BinderResult
 
getName() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BinderValue
Returns the name of the binder.
getNext() - Method in class pl.edu.pjwstk.yaod.atoms.Atom
Pobiera nastepny atom w grafie warstwy logicznej (nie dotyczy niektorych typow atomow nadrzednych).
getNextMember(AtomID) - Method in class pl.edu.pjwstk.yaod.atoms.SpiderAtom
Zwraca identyfikator atomu nastepnego w stosunku do podanego atomu.
getNextMember(ObjectID) - Method in class pl.edu.pjwstk.yaod.objects.YComplexObject
Zwraca nastepny obiekt podrzedny w stosunku do podanego.
getNextMember(ObjectID) - Method in class pl.edu.pjwstk.yaod.objects.YRing
 
getNextMember(ObjectID) - Method in class pl.edu.pjwstk.yaod.objects.YSpider
Zwraca nastepny obiekt podrzedny w stosunku do podanego.
getNextPart(short) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.DataBlock
Zwraca wskaznik kolejnego rekordu dla danego rekordu lancuchowanego.
getNextResultAt(int) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method used during evaluation of non algebraic operators.
getNextResultAt(int) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Method used during evaluation of non algebraic operators.
getNextResultAt(int) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SingleValue
Method used during evaluation of non algebraic operators.
getNextResultAt(int) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StructValue
Method used during evaluation of non algebraic operators.
getNextSibling() - Method in class pl.edu.pjwstk.yaod.objects.YObject
Zwraca nastepny obiekt na tym samym poziomie drzewa obiektow.
getNextSubordinate(ObjectID) - Method in class pl.edu.pjwstk.yaod.objects.YSpider
Zwraca identyfikator nastepnego obiektu, ,,rowiesnika'' w hierarchii (na tym samym poziomie wzgledem obiektow podrzednych podanego obiektu nadrzednego).
getNodeActionListeners() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.AbstractWorkbenchNode
 
getNumberOfParameters(Expression, Vector) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ProcedureCallExpression
 
getNumberOfParameters(Vector) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.FormalParametersList
 
getNumberOfParameters(Vector) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.LastFormalParametersList
 
getNumberOfParameters(Vector) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.PairFormalParametersList
 
getNumberOfParameters(Vector) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ProcedureCallExpression
 
getNumberOfResults() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method used during evaluation of non algebraic operators.
getNumberOfResults() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Method used during evaluation of non algebraic operators.
getNumberOfResults() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SingleValue
Method used during evaluation of non algebraic operators.
getNumberOfResults() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StructValue
Method used during evaluation of non algebraic operators.
getObject(ObjectID) - Method in class pl.edu.pjwstk.yaod.objects.ObjectManager
Zwraca obiekt identyfikowany podanym oid.
getObjectManager() - Method in class pl.edu.pjwstk.yaod.system.processes.SVRP
Zwraca menedzera obiektow wykorzystywanego przez ten proces.
getObjectManager() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue
Returns the object manager of the object store.
getObjectManager() - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Returns the object manager of the object store.
getOID() - Method in class pl.edu.pjwstk.yaod.objects.YObject
Zwraca identyfikator obiektu (identyfikator atomu).
getOwner() - Method in class pl.edu.pjwstk.yaod.atoms.Atom
Zwraca identyfikator atomu nadrzednego. (nie dotyczy niektorych typow atomow nadrzednych).
getOwner() - Method in class pl.edu.pjwstk.yaod.objects.YObject
Zwraca obiekt nadrzedny.
getParameters() - Method in class pl.edu.pjwstk.yaod.objects.YProcedure
 
getPath() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.DatafileDescriptor
Zwraca sciezke dostepu do pliku.
getPopupMenu() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.AbstractWorkbenchNode
 
getPopupMenu() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.SystemNode
 
getPopupMenu() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.XMLDocumentNode
 
getPopupMenu() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.DBManagerNode
 
getPopupMenu() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.DBManagersNode
 
getPopupMenu() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.XMLDocumentsNode
 
getPort() - Method in class pl.edu.pjwstk.yaod.workbench.dialogs.RegisterDBDialog
 
getPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.terminals.Terminal
 
getPreparedTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTree
Returns the prepared type name for display.
getPreparedTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Returns the prepared type name for display.
getPrevious() - Method in class pl.edu.pjwstk.yaod.atoms.Atom
Pobiera identyfikator poprzedniego atomu w grafie warstwy logicznej (nie dotyczy niektorych typow atomow nadrzednych).
getPreviousMember(ObjectID) - Method in class pl.edu.pjwstk.yaod.objects.YComplexObject
Zwraca identyfikator poprzedniego obiektu w grafie obiektow.
getPreviousMember(ObjectID) - Method in class pl.edu.pjwstk.yaod.objects.YRing
 
getPreviousMember(ObjectID) - Method in class pl.edu.pjwstk.yaod.objects.YSpider
Zwraca identyfikator poprzedniego obiektu w grafie obiektow.
getPreviousSibling() - Method in class pl.edu.pjwstk.yaod.objects.YObject
Zwraca poprzedni obiekt na tym samym poziomie drzewa obiektow.
getPW() - Method in class pl.edu.pjwstk.yaod.yaql.Interpreter
Returns the print writer which is an object responsible for displaying results.
getQRES() - Method in class pl.edu.pjwstk.yaod.yaql.Interpreter
Returns the query result stack.
getQuery() - Method in class pl.edu.pjwstk.yaod.workbench.details.DBManagerPanel
 
getQuery() - Method in class pl.edu.pjwstk.yaod.network.protocol.QueryRequest
Zwraca zapytanie Yaql.
getRawRecordLength(byte[]) - Static method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.DataBlock
Zwraca rzeczywista dlugosc, jaka przyjelyby dane, gdyby zostaly zapisane w bloku jako rekord.
getRecord(PersistentRecordID) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentRecordManager
Zwraca rekord identyfikowany podanym wskaznikiem.
getRecord(short) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.DataBlock
Zwraca rekord identyfikowany podanym slotem.
getRecordLength(short) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.DataBlock
Zwraca dlugosc rekordu.
getResultAsString() - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.Result
 
getResultAsString(String) - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.Result
 
getResultAsString(String) - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.IdentifierResult
 
getResultAsString(String) - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.ComplexResult
 
getResultAsString(String) - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.AtomicResult
 
getResultAsString(String) - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.BinderResult
 
getResultAsXmlString() - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.Result
 
getResultAsXmlString(String) - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.Result
 
getResultAsXmlString(String) - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.IdentifierResult
 
getResultAsXmlString(String) - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.ComplexResult
 
getResultAsXmlString(String) - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.AtomicResult
 
getResultAsXmlString(String) - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.BinderResult
 
getResultAt(int) - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.ComplexResult
 
getResultAt(int) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Returns the i-th element from the collection.
getResults() - Method in class pl.edu.pjwstk.yaod.network.protocol.QueryReply
Zwraca wyniki instrukcji bedacych czescia zapytania.
getResults() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Returns the elements of the collection.
getReturnValue() - Method in class pl.edu.pjwstk.yaod.yaql.visitors.ReturnException
Return the value to be returned by return statement.
getServer() - Method in class pl.edu.pjwstk.yaod.objects.YObject
Zwraca obiekt procesu us³ugowego, który przypisano danemu obiektowi.
getShort(byte[], int) - Static method in class pl.edu.pjwstk.yaod.util.Bits
 
getShort(short) - Static method in class pl.edu.pjwstk.yaod.util.NewBits
Zwraca wartosc short zapisana na 2 bajtach.
getShort(short) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.BlockSection
Zwraca wartosc short umieszczona w okreslonym punkcie sekcji.
getShowResultSchema() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.DBManagersNode
 
getSize() - Method in class pl.edu.pjwstk.yaod.store.AbstractBlock
Zwraca wielkosc bloku.
getSize() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.FreeSpaceBlock
Zwraca wielkosc bloku (suma wszystkich sekcji).
getSize() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.BlockSection
Zwraca rozmiar sekcji.
getSize() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.DataBlock
Zwraca wielkosc bloku (suma wszystkich sekcji).
getSize() - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.ComplexResult
 
getSize() - Method in class pl.edu.pjwstk.yaod.yaql.engine.EnvironmentalStack
Returns the number of elements in the environmental stack.
getSize() - Method in class pl.edu.pjwstk.yaod.yaql.engine.QueryResultStack
Returns the number of elements in the query result stack.
getSize() - Method in class pl.edu.pjwstk.yaod.yaql.engine.ActivationRecord
Returns the number of binders in the activation record.
getSize() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Returns the number of elements in the collection.
getSlotID() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentRecordID
Zwraca numer slotu.
getSlotID() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientRecordID
 
getSource() - Method in class pl.edu.pjwstk.yaod.objects.YProcedure
 
getSP() - Method in class pl.edu.pjwstk.yaod.yaql.Interpreter
Returns the server process.
getSpelling() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.terminals.Terminal
 
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTree
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.PairStatementList
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.LastFormalParametersList
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.PairFormalParametersList
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.ActualParametersList
 
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.LastStatementList
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ReturnStatement
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.EmptyProcedureDeclarationStatement
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.WhileStatement
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.BlockStatement
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.XmlPrintStatement
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.BreakStatement
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.DoWhileStatement
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.EmptyStatement
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.RenameToStatement
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ProcedureDeclarationStatement
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.IfStatement
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.UpdateToStatement
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.EmptyBlockStatement
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.DeleteStatement
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ExpressionStatement
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ForEachStatement
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.IfElseStatement
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.PrintStatement
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ForStatement
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.EmptyReturnStatement
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.InsertIntoStatement
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ShowStatement
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.AscendingExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.LogarithmExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.PreDecrementExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.DereferenceExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.SineExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.SumExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.UPlusExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ToSequenceExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.BagExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.EmptyAsExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.EmptyGroupAsExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.SequenceExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.StructExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ProcedureCallExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.DescendingExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.PreIncrementExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ToIntegerExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.MinimumExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.CreateExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ToStringExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.CountExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ToStructExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ExistsExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ToBagExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.SignumExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.NegationExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.AsExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.CosineExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.CreateLocalExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.UMinusExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.AbsoluteValueExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ExponentExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.UniqueExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ToDoubleExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.GroupAsExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.CreatePermanentExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.MaximumExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.SquareRootExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ToSingleExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.AverageExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.ternary.RangeExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.ternary.ConditionExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.DoubleExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.EmptyProcedureCallExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.BooleanExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.EmptyBagExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.EmptyStructExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.AsteriskExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.StringExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.IdentifierExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.IntegerExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.EmptySequenceExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.DifferenceExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.EqualExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.DivideExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.TimesExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.ModuloExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.PlusAssignExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.IntersectionExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.CompareExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.ModuloAssignExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.TimesAssignExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.UnionExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.InsertExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.SortingExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.TransitiveClosureExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.PowerExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.CommaExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.DependentJoinExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.SelectionExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.NotEqualExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.AssignExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.MinusAssignExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.LowerEqualExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.SymmetricDifferenceExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.ForAllExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.ListExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.GreaterEqualExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.NavigationExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.ConjunctionExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.ForAnyExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.DisjunctionExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.GreaterExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.InclusionExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.LowerExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.PlusExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.BRangeExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.MinusExpression
Returns the spelling and positions of all terminals in a node.
getSpellingAndPosition() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.DivideAssignExpression
Returns the spelling and positions of all terminals in a node.
getStart() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.BlockSection
Zwraca poczatek sekcji wzgledem sekcji nadrzednej.
getStoreByID(int) - Method in class pl.edu.pjwstk.yaod.system.processes.DBWR
Zwraca oslone skladu o podanym identyfikatorze.
getStoreByID(int) - Method in class pl.edu.pjwstk.yaod.system.processes.SVRP
Zwraca oslone skladu o podanym identyfikatorze.
getStoreById(Object) - Method in class pl.edu.pjwstk.yaod.system.DatabaseManager
Zwraca sklad identyfikowany okreslonym numerem.
getStoreClassName() - Method in class pl.edu.pjwstk.yaod.store.AbstractStoreDescriptor
 
getStoreDescriptor() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentStore
Zwraca deskryptor skladu.
getStoreDescriptor() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientStore
 
getStoreDescriptor() - Method in class pl.edu.pjwstk.yaod.store.javastore.JavaStore
 
getStoreID() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentAtomID
Zwraca identyfikator skladu.
getStoreID() - Method in class pl.edu.pjwstk.yaod.store.AbstractStore
Zwraca identyfikator skladu.
getStoreID() - Method in class pl.edu.pjwstk.yaod.store.AbstractBlockID
 
getStoreID() - Method in interface pl.edu.pjwstk.yaod.objects.ObjectID
Zwraca identyfikator skladu (czesc oid)
getStoreID() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientAtomID
 
getStoreID() - Method in class pl.edu.pjwstk.yaod.store.javastore.JavaAtomID
 
getStoreName() - Method in class pl.edu.pjwstk.yaod.store.AbstractStoreDescriptor
Zwraca nazwe skladu.
getStores() - Method in class pl.edu.pjwstk.yaod.system.processes.SVRP
Zwraca oslony wszystkich skladow.
getStores() - Method in class pl.edu.pjwstk.yaod.system.DatabaseManager
Zwraca liste skladow, ktorymi zarzadza menedzer, a ktore sa skladowymi bazy danych.
getSubordinates() - Method in class pl.edu.pjwstk.yaod.objects.YComplexObject
Zwraca identyfikatory wszystkich obiektow lezacych na tym samym poziomie w hierarchii obiektow.
getSubordinates() - Method in class pl.edu.pjwstk.yaod.objects.YRing
 
getSubordinates() - Method in class pl.edu.pjwstk.yaod.objects.YSpider
Zwraca identyfikatory wszystkich obiektow lezacych na tym samym poziomie w hierarchii obiektow.
getText() - Method in class pl.edu.pjwstk.yaod.yaql.parser.Lexer
 
getTree() - Method in class pl.edu.pjwstk.yaod.workbench.details.SystemTreePanel
 
getTree() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.AbstractWorkbenchNode
 
getTree() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.SystemNode
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class pl.edu.pjwstk.yaod.workbench.NodeRenderer
 
getType() - Method in class pl.edu.pjwstk.yaod.atoms.Atom
Zwraca typ atomu.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTree
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.PairStatementList
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.LastFormalParametersList
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.PairFormalParametersList
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.ActualParametersList
 
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.LastStatementList
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ReturnStatement
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.EmptyProcedureDeclarationStatement
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.WhileStatement
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.BlockStatement
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.XmlPrintStatement
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.BreakStatement
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.DoWhileStatement
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.EmptyStatement
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.RenameToStatement
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ProcedureDeclarationStatement
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.IfStatement
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.UpdateToStatement
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.EmptyBlockStatement
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.DeleteStatement
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ExpressionStatement
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ForEachStatement
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.IfElseStatement
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.PrintStatement
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ForStatement
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.EmptyReturnStatement
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.InsertIntoStatement
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ShowStatement
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.AscendingExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.LogarithmExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.PreDecrementExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.DereferenceExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.SineExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.SumExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.UPlusExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ToSequenceExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.BagExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.EmptyAsExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.EmptyGroupAsExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.SequenceExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.StructExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ProcedureCallExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.DescendingExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.PreIncrementExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ToIntegerExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.MinimumExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.CreateExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ToStringExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.CountExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ToStructExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ExistsExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ToBagExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.SignumExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.NegationExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.AsExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.CosineExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.CreateLocalExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.UMinusExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.AbsoluteValueExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ExponentExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.UniqueExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ToDoubleExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.GroupAsExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.CreatePermanentExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.MaximumExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.SquareRootExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ToSingleExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.AverageExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.ternary.RangeExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.ternary.ConditionExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.DoubleExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.EmptyProcedureCallExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.BooleanExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.EmptyBagExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.EmptyStructExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.AsteriskExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.StringExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.IdentifierExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.IntegerExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.EmptySequenceExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.DifferenceExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.EqualExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.DivideExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.TimesExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.ModuloExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.PlusAssignExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.IntersectionExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.CompareExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.ModuloAssignExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.TimesAssignExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.UnionExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.InsertExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.SortingExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.TransitiveClosureExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.PowerExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.CommaExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.DependentJoinExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.SelectionExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.NotEqualExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.AssignExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.MinusAssignExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.LowerEqualExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.SymmetricDifferenceExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.ForAllExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.ListExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.GreaterEqualExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.NavigationExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.ConjunctionExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.ForAnyExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.DisjunctionExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.GreaterExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.InclusionExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.LowerExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.PlusExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.BRangeExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.MinusExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.DivideAssignExpression
Returns the abstract syntax tree node type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Returns the query result type as a string value.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue
Returns a name of the result (QueryResult) type.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BinderValue
Returns a name of the result (QueryResult) type.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BagValue
Returns a name of the result (QueryResult) type.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StringValue
Returns a name of the result (QueryResult) type.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Returns a name of the result (QueryResult) type.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Returns a name of the result (QueryResult) type.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SequenceValue
Returns a name of the result (QueryResult) type.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StructValue
Returns a name of the result (QueryResult) type.
getTypeAsString() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BooleanValue
Returns a name of the result (QueryResult) type.
getValue() - Method in class pl.edu.pjwstk.yaod.atoms.IntegerAtom
Zwraca wartosc atomu.
getValue() - Method in class pl.edu.pjwstk.yaod.atoms.JavaIntegerAtom
Zwraca wartosc atomu.
getValue() - Method in class pl.edu.pjwstk.yaod.atoms.DoubleAtom
Zwraca wartosc atomu.
getValue() - Method in class pl.edu.pjwstk.yaod.atoms.JavaDoubleAtom
Zwraca wartosc atomu.
getValue() - Method in class pl.edu.pjwstk.yaod.atoms.BinaryAtom
Zwraca wartosc atomu.
getValue() - Method in class pl.edu.pjwstk.yaod.atoms.StringAtom
Zwraca wartosc atomu.
getValue() - Method in class pl.edu.pjwstk.yaod.atoms.JavaStringAtom
Zwraca wartosc atomu.
getValue() - Method in class pl.edu.pjwstk.yaod.atoms.ReferenceAtom
Zwraca wartosc referencji.
getValue() - Method in class pl.edu.pjwstk.yaod.objects.YInteger
Zwraca wartosc obiektu.
getValue() - Method in class pl.edu.pjwstk.yaod.objects.YReference
Zwraca wartoϾ referencji, tzn. identyfikator wskazywanego obiektu.
getValue() - Method in class pl.edu.pjwstk.yaod.objects.YDouble
Zwraca wartosc obiektu.
getValue() - Method in class pl.edu.pjwstk.yaod.objects.YString
Zwraca wartosc obiektu.
getValue() - Method in class pl.edu.pjwstk.yaod.objects.YBinary
Zwraca wartosc obiektu.
getValue() - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.DoubleResult
 
getValue() - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.IntegerResult
 
getValue() - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.BooleanResult
 
getValue() - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.BinderResult
 
getValue() - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.StringResult
 
getValue() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.terminals.LiteralTerminal
 
getValue() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BinderValue
Returns the value of the binder.
getValue() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StringValue
Returns the value of the string value.
getValue() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Returns the value of a double value.
getValue() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Returns the value of a integer value.
getValue() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BooleanValue
Returns the value of a boolean value.
getValueAsString() - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.SingleResult
 
getValueAsString() - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.IdentifierResult
 
getValueAsString() - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.AtomicResult
 
getValueAsString() - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.DoubleResult
 
getValueAsString() - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.IntegerResult
 
getValueAsString() - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.BooleanResult
 
getValueAsString() - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.BinderResult
 
getValueAsString() - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.StringResult
 
getValueAsString() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.AtomicValue
Returns the atomic value as a string value.
getValueAsString() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StringValue
Returns the string value as a string value.
getValueAsString() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Returns the double value as a string value.
getValueAsString() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Returns the integer value as a string value.
getValueAsString() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BooleanValue
Returns the boolean value as a string value.
GreaterEqualExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.GreaterEqualExpression.
The GreaterEqualExpression class represents the binary expression nodes in the abstract syntax tree.
GreaterEqualExpression(Expression, Expression, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.GreaterEqualExpression
Creates a new binary expression node with the given expressions l and r and terminal o.
GreaterExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.GreaterExpression.
The GreaterExpression class represents the binary expression nodes in the abstract syntax tree.
GreaterExpression(Expression, Expression, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.GreaterExpression
Creates a new binary expression node with the given expressions l and r and terminal o.
GroupAsExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.GroupAsExpression.
The GroupAsExpression class represents the unary expression nodes in the abstract syntax tree.
GroupAsExpression(Expression, KeywordTerminal, KeywordTerminal, IdentifierTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.GroupAsExpression
Creates a new unary expression node with the given expression r and terminals lk, rk and i.

H

hashCode() - Method in interface pl.edu.pjwstk.yaod.atoms.AtomID
Zwraca klucz haszowania, potrzebny do wyszukania atomu o podanym identyfikatorze w buforze obiektow.
hashCode() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentAtomID
Zwraca klucz haszowania dla tego identyfikatora (potrzebne do bufora atomow, ktory jest obiektem Hashtable).
hashCode() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentBlockID
Zwraca klucz haszowania, wykorzystywany w buforze blokow (jest obiektem Hashtable).
hashCode() - Method in class pl.edu.pjwstk.yaod.store.AbstractBlockID
 
hashCode() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientBlockID
 
hashCode() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientAtomID
 
hashCode() - Method in class pl.edu.pjwstk.yaod.store.javastore.JavaAtomID
 
head - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.PairStatementList
 
head - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.PairFormalParametersList
 
holdsBlocks() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.Datafile
Zwraca ilosc blokow jakie zawiera plik danych.
HTTP - Static variable in class pl.edu.pjwstk.yaod.system.processes.SVRP
 
HTTPCommunicator - class pl.edu.pjwstk.yaod.network.HTTPCommunicator.
Klasa zapewnia mozliwosc komunikacji miedzy klientem i serwerem za pomoca protokolu HTTP.
HTTPCommunicator(Socket, SVRP) - Constructor for class pl.edu.pjwstk.yaod.network.HTTPCommunicator
 

I

i - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.EmptyProcedureDeclarationStatement
 
i - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.RenameToStatement
 
i - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ProcedureDeclarationStatement
 
i - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.ParametricExpression
 
i - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ProcedureCallExpression
 
i - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.EmptyProcedureCallExpression
 
id - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.IdentifierExpression
 
IDENTIFIER - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
IdentifierExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.IdentifierExpression.
The IdentifierExpression class represents the single expression nodes in the abstract syntax tree.
IdentifierExpression(IdentifierTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.IdentifierExpression
Creates a new single expression node with the given terminal id.
IdentifierResult - class pl.edu.pjwstk.yaod.network.protocol.queryresult.IdentifierResult.
 
IdentifierResult(ObjectID) - Constructor for class pl.edu.pjwstk.yaod.network.protocol.queryresult.IdentifierResult
 
IdentifierTerminal - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.terminals.IdentifierTerminal.
 
IdentifierTerminal(String, int, int) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.terminals.IdentifierTerminal
 
IdentifierValue - class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue.
The IdentifierValue class represents the object identifier from the object store.
IdentifierValue(ObjectID, ObjectManager) - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue
Creates a new identifier initialized with specified id.
IfElseStatement - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.IfElseStatement.
The IfElseStatement class represents the statement nodes in the abstract syntax tree.
IfElseStatement(Expression, Statement, Statement, KeywordTerminal, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.IfElseStatement
Creates a new statement node with the given expression e statements s1 and s2 and terminals lk rk.
IfStatement - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.IfStatement.
The IfStatement class represents the statement nodes in the abstract syntax tree.
IfStatement(Expression, Statement, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.IfStatement
Creates a new statement node with the given expression e, statement s and terminal k.
InclusionExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.InclusionExpression.
The InclusionExpression class represents the binary expression nodes in the abstract syntax tree.
InclusionExpression(Expression, Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.InclusionExpression
Creates a new binary expression node with the given expressions l and r and terminal k.
indexOfATTRIBUTES(ComplexResult) - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.BinderResult
 
init_actions() - Method in class pl.edu.pjwstk.yaod.yaql.parser.Parser
Action encapsulation object initializer.
initDBManager(DatabaseManager) - Method in class pl.edu.pjwstk.yaod.system.Database
Wnicjalizuje menedzera danych, wczytujac dla niego pliki kontrolne wszystkich skladow i przesylajac mu instancje tych skladow.
initialize() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentStore
Inicjalizuje sklad, formatujac wszystkie pliki danych i tworzac atom wejsciowy.
initialize() - Method in class pl.edu.pjwstk.yaod.system.DatabaseManager
Inicjalizuje baze danych.
initialize() - Method in class pl.edu.pjwstk.yaod.store.AbstractStore
Inicjalizuje sklad (np. sformatowanie plikow danych).
initialize() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientStore
 
initialize() - Method in class pl.edu.pjwstk.yaod.store.javastore.JavaStore
 
initializeENVS() - Method in class pl.edu.pjwstk.yaod.yaql.Interpreter
The method responsible for initializing environmental stack.
InsertExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.InsertExpression.
The InsertExpression class represents the binary expression nodes in the abstract syntax tree.
InsertExpression(Expression, Expression, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.InsertExpression
Creates a new binary expression node with the given expressions l and r and terminal o.
InsertIntoStatement - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.InsertIntoStatement.
The InsertIntoStatement class represents the statement nodes in the abstract syntax tree.
InsertIntoStatement(Expression, Expression, KeywordTerminal, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.InsertIntoStatement
Creates a new statement node with the given expressions e1 and e2 and terminals lk and rk.
INT_SIZE - Static variable in class pl.edu.pjwstk.yaod.util.NewBits
 
IntegerAtom - class pl.edu.pjwstk.yaod.atoms.IntegerAtom.
Klasa reprezentujaca atom zawierajacy wartosc typu integer.
IntegerAtom(String, int) - Constructor for class pl.edu.pjwstk.yaod.atoms.IntegerAtom
Tworzy nowy atom.
IntegerExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.IntegerExpression.
The IntegerExpression class represents the single expression nodes in the abstract syntax tree.
IntegerExpression(LiteralTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.IntegerExpression
Creates a new single expression node with the given terminal lit.
IntegerResult - class pl.edu.pjwstk.yaod.network.protocol.queryresult.IntegerResult.
 
IntegerResult(int) - Constructor for class pl.edu.pjwstk.yaod.network.protocol.queryresult.IntegerResult
 
IntegerResult(Integer) - Constructor for class pl.edu.pjwstk.yaod.network.protocol.queryresult.IntegerResult
 
IntegerValue - class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue.
The IntegerValue class represents the integer numbers.
IntegerValue(double) - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Creates a new integer value initialized with specified value.
IntegerValue(int) - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Creates a new integer value initialized with specified value.
IntegerValue(Integer) - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Creates a new integer value initialized with specified value.
Interpreter - class pl.edu.pjwstk.yaod.yaql.Interpreter.
The Interpreter class represents the main code responsible for program interpretation.
Interpreter(SVRP) - Constructor for class pl.edu.pjwstk.yaod.yaql.Interpreter
Creates a new interpreter with specified sp, which is a server process of the data store.
IntersectionExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.IntersectionExpression.
The IntersectionExpression class represents the binary expression nodes in the abstract syntax tree.
IntersectionExpression(Expression, Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.IntersectionExpression
Creates a new binary expression node with the given expressions l and r and terminal k.
intValue() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Returns the double value as a integer value.
intValue() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Returns the integer value as a integer value.
isChainedRecord(short) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.DataBlock
Sprawdza, czy dany rekord jest lancuchowany, czyli czy zawiera dalszy ciag w innym bloku.
isConnected() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.DBManagerNode
 
isEmpty() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Tests whether or not the collection is empty.
isModified() - Method in class pl.edu.pjwstk.yaod.atoms.Atom
Sprawdza czy atom jest brudny (wymaga zapisania na dysku).
isModified() - Method in interface pl.edu.pjwstk.yaod.system.buffers.Bufferable
Pozwala ustalic czy element zostal zmodyfikowany.
isModified() - Method in class pl.edu.pjwstk.yaod.store.AbstractBlock
Sprawdza czy blok zostal zmodyfikowany.
isOpen() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.Datafile
Sprawdza czy plik jest otwarty.
isSuperSection() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.BlockSection
Sprawdza czy sekcja jest sekcja bazowa (jest pierwsza sekcja).

J

JavaAtomID - class pl.edu.pjwstk.yaod.store.javastore.JavaAtomID.
 
JavaAtomID(int) - Constructor for class pl.edu.pjwstk.yaod.store.javastore.JavaAtomID
 
JavaDoubleAtom - class pl.edu.pjwstk.yaod.atoms.JavaDoubleAtom.
Klasa reprezentujaca atom skladu obiektow javy.
JavaDoubleAtom(String, Object, String) - Constructor for class pl.edu.pjwstk.yaod.atoms.JavaDoubleAtom
Tworzy nowy atom.
JavaIntegerAtom - class pl.edu.pjwstk.yaod.atoms.JavaIntegerAtom.
Klasa reprezentujaca atom skladu obiektow javy.
JavaIntegerAtom(String, Object, String) - Constructor for class pl.edu.pjwstk.yaod.atoms.JavaIntegerAtom
Tworzy nowy atom.
JavaStore - class pl.edu.pjwstk.yaod.store.javastore.JavaStore.
 
JavaStore(short) - Constructor for class pl.edu.pjwstk.yaod.store.javastore.JavaStore
 
JavaStore(short, JavaStoreDescriptor, DatabaseManager) - Constructor for class pl.edu.pjwstk.yaod.store.javastore.JavaStore
 
JavaStoreDescriptor - class pl.edu.pjwstk.yaod.store.javastore.JavaStoreDescriptor.
 
JavaStoreDescriptor(String, String) - Constructor for class pl.edu.pjwstk.yaod.store.javastore.JavaStoreDescriptor
 
JavaStoreWrapper - class pl.edu.pjwstk.yaod.store.javastore.JavaStoreWrapper.
 
JavaStoreWrapper(JavaStore) - Constructor for class pl.edu.pjwstk.yaod.store.javastore.JavaStoreWrapper
 
JavaStringAtom - class pl.edu.pjwstk.yaod.atoms.JavaStringAtom.
Klasa reprezentujaca atom skladu obiektow javy.
JavaStringAtom(String, Object, String) - Constructor for class pl.edu.pjwstk.yaod.atoms.JavaStringAtom
Tworzy nowy atom.
jbInit() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.DBManagersNode
 

K

k - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.EmptyProcedureDeclarationStatement
 
k - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ProcedureDeclarationStatement
 
k - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.IfStatement
 
KEY_ABS - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_ALL - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_ANY - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_AS - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_ASC - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_AVG - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_BAG - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_BREAK - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_BY - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_CLOSE - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_COMPARE - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_COS - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_COUNT - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_CREATE - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_DELETE - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_DEREF - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_DESC - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_DO - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_EACH - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_ELSE - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_EXISTS - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_EXP - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_FOR - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_FUNCTION - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_GROUP - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_IF - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_IN - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_INSERT - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_INTERSECT - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_INTO - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_JOIN - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_LOCAL - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_LOG - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_MAX - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_MIN - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_MINUS - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_ORDER - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_PERMANENT - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_PRINT - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_PROCEDURE - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_RENAME - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_RETURN - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_SEQUENCE - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_SHOW - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_SIGN - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_SIN - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_SQRT - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_STRUCT - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_SUM - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_SYMMETRIC - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_TO - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_TOBAG - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_TODOUBLE - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_TOINTEGER - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_TOSEQUENCE - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_TOSINGLE - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_TOSTRING - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_TOSTRUCT - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_UNION - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_UNIQUE - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_UPDATE - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_WHERE - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_WHILE - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KEY_XML - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
KeywordTerminal - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.terminals.KeywordTerminal.
 
KeywordTerminal(String, int, int) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.terminals.KeywordTerminal
 

L

l - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.BinaryExpression
 
l - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.TernaryExpression
 
LastFormalParametersList - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.LastFormalParametersList.
The LastFormalParametersList class represents the tail of formal parameter list nodes in the abstract syntax tree.
LastFormalParametersList(IdentifierTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.LastFormalParametersList
Creates a new last formal parameters list node with the given terminal tail.
LastStatementList - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.LastStatementList.
The LastStatementList class represents the tail of statement list nodes in the abstract syntax tree.
LastStatementList(Statement) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.LastStatementList
Creates a new last statement list node with the given statement tail.
LCURLY - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
Lexer - class pl.edu.pjwstk.yaod.yaql.parser.Lexer.
This class is a scanner generated by JFlex 1.3.5 on 03-09-20 16:32 from the specification file file:/D:/code/java/YaodLocalFromTPSA/Yaod/lib/JFlex definition.jflex
Lexer(InputStream) - Constructor for class pl.edu.pjwstk.yaod.yaql.parser.Lexer
Creates a new scanner.
Lexer(Reader) - Constructor for class pl.edu.pjwstk.yaod.yaql.parser.Lexer
Creates a new scanner There is also a java.io.InputStream version of this constructor.
LexerException - exception pl.edu.pjwstk.yaod.yaql.parser.LexerException.
The LexerException class represents an exception which is thrown if an error occurs during lexing process.
LexerException(String, int, int) - Constructor for class pl.edu.pjwstk.yaod.yaql.parser.LexerException
Creates a new exception with specified message, additionally with line and column of an error.
ListExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.ListExpression.
The ListExpression class represents the binary expression nodes in the abstract syntax tree.
ListExpression(Expression, Expression, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.ListExpression
Creates a new binary expression node with the given expressions l and r and terminal o.
lit - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.DoubleExpression
 
lit - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.BooleanExpression
 
lit - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.StringExpression
 
lit - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.IntegerExpression
 
LIT_BOOLEAN - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
LIT_DOUBLE - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
LIT_INTEGER - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
LIT_STRING - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
LiteralTerminal - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.terminals.LiteralTerminal.
 
LiteralTerminal(String, int, int, Object) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.terminals.LiteralTerminal
 
lk - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.DoWhileStatement
 
lk - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ForEachStatement
 
lk - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.IfElseStatement
 
lo - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.ternary.ConditionExpression
 
loadDocument(String, ObjectID) - Method in class pl.edu.pjwstk.yaod.xml.XMLLoader
Wczytuje dokument do bazy danych.
LogarithmExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.LogarithmExpression.
The LogarithmExpression class represents the unary expression nodes in the abstract syntax tree.
LogarithmExpression(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.LogarithmExpression
Creates a new unary expression node with the given expression r and terminal k.
LowerEqualExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.LowerEqualExpression.
The LowerEqualExpression class represents the binary expression nodes in the abstract syntax tree.
LowerEqualExpression(Expression, Expression, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.LowerEqualExpression
Creates a new binary expression node with the given expressions l and r and terminal o.
LowerExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.LowerExpression.
The LowerExpression class represents the binary expression nodes in the abstract syntax tree.
LowerExpression(Expression, Expression, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.LowerExpression
Creates a new binary expression node with the given expressions l and r and terminal o.
LROUND - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
LSNR - class pl.edu.pjwstk.yaod.system.processes.LSNR.
Proces nasluchu.
LSNR(DatabaseManager, int, int) - Constructor for class pl.edu.pjwstk.yaod.system.processes.LSNR
Tworzy nowy obiekt procesu sekretarza bazy danych.
LSQUARE - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 

M

m - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.TernaryExpression
 
m_blockID - Variable in class pl.edu.pjwstk.yaod.store.AbstractBlock
 
main(String[]) - Static method in class pl.edu.pjwstk.yaod.system.Yaod
Startuje baze danych yaod.
main(String[]) - Static method in class pl.edu.pjwstk.yaod.creators.DatabaseCreator
 
main(String[]) - Static method in class pl.edu.pjwstk.yaod.workbench.Workbench
 
main(String[]) - Static method in class pl.edu.pjwstk.yaod.debug.blocks.BlockTester
 
MainWindow - class pl.edu.pjwstk.yaod.workbench.MainWindow.
 
MainWindow() - Constructor for class pl.edu.pjwstk.yaod.workbench.MainWindow
 
MaximumExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.MaximumExpression.
The MaximumExpression class represents the unary expression nodes in the abstract syntax tree.
MaximumExpression(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.MaximumExpression
Creates a new unary expression node with the given expression r and terminal k.
merge(NonAlgebraicExpression, BagValue) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Auxilary method responsible for evaluating binary non algebraic expression nodes.
message - Variable in class pl.edu.pjwstk.yaod.yaql.SBQLException
 
MinimumExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.MinimumExpression.
The MinimumExpression class represents the unary expression nodes in the abstract syntax tree.
MinimumExpression(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.MinimumExpression
Creates a new unary expression node with the given expression r and terminal k.
MinusAssignExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.MinusAssignExpression.
The MinusAssignExpression class represents the binary expression nodes in the abstract syntax tree.
MinusAssignExpression(Expression, Expression, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.MinusAssignExpression
Creates a new binary expression node with the given expressions l and r and terminal o.
MinusExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.MinusExpression.
The MinusExpression class represents the binary expression nodes in the abstract syntax tree.
MinusExpression(Expression, Expression, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.MinusExpression
Creates a new binary expression node with the given expressions l and r and terminal o.
mk - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ForEachStatement
 
ModuloAssignExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.ModuloAssignExpression.
The ModuloAssignExpression class represents the binary expression nodes in the abstract syntax tree.
ModuloAssignExpression(Expression, Expression, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.ModuloAssignExpression
Creates a new binary expression node with the given expressions l and r and terminal o.
ModuloExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.ModuloExpression.
The ModuloExpression class represents the binary expression nodes in the abstract syntax tree.
ModuloExpression(Expression, Expression, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.ModuloExpression
Creates a new binary expression node with the given expressions l and r and terminal o.
move(short, short, short) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.BlockSection
Kopiuje fragment sekcji w nowe miejsce.

N

NavigationExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.NavigationExpression.
The NavigationExpression class represents the binary expression nodes in the abstract syntax tree.
NavigationExpression(Expression, Expression, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.NavigationExpression
Creates a new binary expression node with the given expressions l and r and terminal o.
NegationExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.NegationExpression.
The NegationExpression class represents the unary expression nodes in the abstract syntax tree.
NegationExpression(Expression, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.NegationExpression
Creates a new unary expression node with the given expression r and terminal o.
nested() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Returns the new empty activation record.
nested() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue
Returns the value(s) of the object from the object store.
nested() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BinderValue
The result of nested function, as specified in Stack Based Approach by K.
nested() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StructValue
Returns the sum of recursively called nested method for all structure elements.
NetMessage - class pl.edu.pjwstk.yaod.network.protocol.NetMessage.
Klasa od ktorej dziedzicza wszystkie komunikaty protokolu Y.NET.
NetMessage() - Constructor for class pl.edu.pjwstk.yaod.network.protocol.NetMessage
 
NewBits - class pl.edu.pjwstk.yaod.util.NewBits.
Rozszerza Bits o kilka uzytecznych elementow majacych za zadanie zasymulowac prace na wskaznikach, znany c.
NewBits() - Constructor for class pl.edu.pjwstk.yaod.util.NewBits
 
NEXT_RECORD_LENGTH - Static variable in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.DataBlock
 
next_token() - Method in class pl.edu.pjwstk.yaod.yaql.parser.Lexer
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
NodeActionListener - interface pl.edu.pjwstk.yaod.workbench.NodeActionListener.
 
NodeRenderer - class pl.edu.pjwstk.yaod.workbench.NodeRenderer.
 
NodeRenderer() - Constructor for class pl.edu.pjwstk.yaod.workbench.NodeRenderer
 
nodeSelected(AbstractWorkbenchNode) - Method in interface pl.edu.pjwstk.yaod.workbench.NodeSelectionListener
 
NodeSelectionListener - interface pl.edu.pjwstk.yaod.workbench.NodeSelectionListener.
 
NonAlgebraicExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.NonAlgebraicExpression.
The AlgebraicExpression class represents the binary non algebraic expression nodes in the abstract syntax tree.
NonAlgebraicExpression(Expression, Expression) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.NonAlgebraicExpression
Creates a new binary expression node with the given expressions l and r.
NonParametricExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.NonParametricExpression.
The NonParametricExpression class represents the unary non parametric expression nodes in the abstract syntax tree.
NonParametricExpression(Expression) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.NonParametricExpression
Creates a new unary non parametric expression node with the given expression r.
NoSuchAtomException - exception pl.edu.pjwstk.yaod.atoms.NoSuchAtomException.
Wyjatek oznaczajacy, ze atom o podanym identyfikatorze nie istnieje.
NoSuchAtomException() - Constructor for class pl.edu.pjwstk.yaod.atoms.NoSuchAtomException
 
NoSuchBlockException - exception pl.edu.pjwstk.yaod.store.defaultstore.blocks.NoSuchBlockException.
Brak bloku o podanym identyfikatorze.
NoSuchBlockException() - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.blocks.NoSuchBlockException
 
NoSuchObjectException - exception pl.edu.pjwstk.yaod.objects.NoSuchObjectException.
Obiekt nie istnieje (np. zly oid).
NoSuchObjectException() - Constructor for class pl.edu.pjwstk.yaod.objects.NoSuchObjectException
 
NoSuchRecordException - exception pl.edu.pjwstk.yaod.store.defaultstore.blocks.NoSuchRecordException.
Brak rekordu o podanym numerze.
NoSuchRecordException() - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.blocks.NoSuchRecordException
 
NoSuchSlotException - exception pl.edu.pjwstk.yaod.store.defaultstore.blocks.NoSuchSlotException.
Brak slotu o podanym numerze.
NoSuchSlotException() - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.blocks.NoSuchSlotException
 
NotEqualExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.NotEqualExpression.
The NotEqualExpression class represents the binary expression nodes in the abstract syntax tree.
NotEqualExpression(Expression, Expression, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.NotEqualExpression
Creates a new binary expression node with the given expressions l and r and terminal o.

O

o - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.AsteriskExpression
 
o - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.PlusAssignExpression
 
o - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.ModuloAssignExpression
 
o - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.TimesAssignExpression
 
o - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.InsertExpression
 
o - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.AssignExpression
 
o - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.MinusAssignExpression
 
o - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.DivideAssignExpression
 
objectDeserialize(byte[]) - Method in class pl.edu.pjwstk.yaod.util.ObjectSerializer
Deserializuje obiekt z tablicy byte[].
ObjectID - interface pl.edu.pjwstk.yaod.objects.ObjectID.
Interfejs deklarujacy metody, ktore musi implementowac identyfikator obiektow dowolnego skladu.
ObjectManager - class pl.edu.pjwstk.yaod.objects.ObjectManager.
Tworzy i odczytuje obiekty.
ObjectManager(SVRP) - Constructor for class pl.edu.pjwstk.yaod.objects.ObjectManager
Tworzy nowego menedzera obiektow.
objectSerialize(Object) - Method in class pl.edu.pjwstk.yaod.util.ObjectSerializer
Serializuje obiekt do tablicy byte[]
ObjectSerializer - class pl.edu.pjwstk.yaod.util.ObjectSerializer.
Wykonuje prosta serializacje obiektow.
ObjectSerializer() - Constructor for class pl.edu.pjwstk.yaod.util.ObjectSerializer
 
OP_ASSIGN - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
OP_COLON - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
OP_COMMA - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
OP_CONJUNCTION - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
OP_DECREMENT - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
OP_DISJUNCTION - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
OP_DIVIDE - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
OP_DIVIDE_ASSIGN - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
OP_EQUAL - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
OP_GREATER - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
OP_GREATER_EQUAL - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
OP_INCREMENT - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
OP_INSERT - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
OP_LOWER - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
OP_LOWER_EQUAL - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
OP_MINUS - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
OP_MINUS_ASSIGN - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
OP_MODULO - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
OP_MODULO_ASSIGN - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
OP_NAVIGATION - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
OP_NEGATION - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
OP_NOT_EQUAL - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
OP_PLUS - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
OP_PLUS_ASSIGN - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
OP_POWER - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
OP_QUESTION - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
OP_RANGE - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
OP_TIMES - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
OP_TIMES_ASSIGN - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
OPEN_ICON - Static variable in class pl.edu.pjwstk.yaod.workbench.NodeRenderer
 
open() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentStore
Otwiera sklad otwierajac wszystkie pliki danych.
open() - Method in class pl.edu.pjwstk.yaod.store.AbstractStore
Otwiera sklad.
open() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientStore
 
open() - Method in class pl.edu.pjwstk.yaod.store.javastore.JavaStore
 
open(String) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.Datafile
Otwiera plik danych.
openAllDatafiles() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.FileManager
Otwiera wszystkie pliki danych.
operatorABSOLUTEVALUE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary absolute value operation.
operatorABSOLUTEVALUE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Method responsible for unary absolute value operation.
operatorABSOLUTEVALUE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Method responsible for unary absolute value operation.
operatorAS(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary as operation.
operatorAS(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SingleValue
Method responsible for unary group as operation.
operatorAS(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BagValue
Method responsible for unary as operation.
operatorAS(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SequenceValue
Method responsible for unary as operation.
operatorAS(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StructValue
Method responsible for unary as operation.
operatorASCENDING() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary ascending operation.
operatorASCENDING() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Method responsible for unary ascending operation.
operatorASCENDING() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SingleValue
Method responsible for unary ascending operation.
operatorASSIGN(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary assign operation.
operatorASSIGN(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue
Method responsible for binary assign operation.
operatorAVERAGE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary average operation.
operatorAVERAGE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Method responsible for unary average operation.
operatorAVERAGE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Method responsible for unary average operation.
operatorAVERAGE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Method responsible for unary average operation.
operatorBAG() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary bag operation.
operatorBAG() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SingleValue
Method responsible for unary bag operation.
operatorBAG() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BagValue
Method responsible for unary bag operation.
operatorBAG() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SequenceValue
Method responsible for unary bag operation.
operatorBAG() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StructValue
Method responsible for unary bag operation.
operatorCOMMA(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary comma operation.
operatorCOMMA(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SingleValue
Method responsible for binary comma operation.
operatorCOMMA(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BagValue
Method responsible for binary comma operation.
operatorCOMMA(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SequenceValue
Method responsible for binary comma operation.
operatorCOMMA(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StructValue
Method responsible for binary comma operation.
operatorCOMPARE(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary compare operation.
operatorCOMPARE(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue
Method responsible for binary compare operation.
operatorCOMPARE(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BinderValue
Returns a the result of comparing this binder with the result.
operatorCOMPARE(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BagValue
Method responsible for binary compare operation.
operatorCOMPARE(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StringValue
Method responsible for binary compare operation.
operatorCOMPARE(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Method responsible for binary compare operation.
operatorCOMPARE(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Method responsible for binary compare operation.
operatorCOMPARE(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SequenceValue
Method responsible for binary compare operation.
operatorCOMPARE(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StructValue
Method responsible for binary compare operation.
operatorCOMPARE(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BooleanValue
Method responsible for binary compare operation.
operatorCONDITION(QueryResult, QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for ternary condition operation.
operatorCONDITION(QueryResult, QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BooleanValue
Method responsible for ternary condition operation.
operatorCONJUNCTION(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary conjunction operation.
operatorCONJUNCTION(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BooleanValue
Method responsible for binary conjunction operation.
operatorCOSINE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary cosine operation.
operatorCOSINE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Method responsible for unary cosine operation.
operatorCOSINE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Method responsible for unary cosine operation.
operatorCOUNT() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary count operation.
operatorCOUNT() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Method responsible for unary count operation.
operatorCOUNT() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SingleValue
Method responsible for unary count operation.
operatorCOUNT() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StructValue
Method responsible for unary count operation.
operatorCREATE(EnvironmentalStack) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary create operation on environmental stack.
operatorCREATE(EnvironmentalStack) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Method responsible for unary create operation on environmental stack.
operatorCREATE(EnvironmentalStack) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue
Method responsible for unary create operation.
operatorCREATE(IdentifierValue) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary create operation.
operatorCREATE(IdentifierValue) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Method responsible for unary create operation.
operatorCREATE(IdentifierValue) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BinderValue
Creates a new object in data store, which structure corresponds to the structure this binder.
operatorCREATELOCAL(EnvironmentalStack) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary create local operation on environmental stack.
operatorCREATELOCAL(EnvironmentalStack) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Method responsible for unary create local operation on environmental stack.
operatorCREATELOCAL(EnvironmentalStack) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue
Method responsible for unary create local operation.
operatorCREATELOCAL(IdentifierValue) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary create local operation.
operatorCREATELOCAL(IdentifierValue) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Method responsible for unary create local operation.
operatorCREATELOCAL(IdentifierValue) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BinderValue
Creates a new local object in data store, which structure corresponds to the structure this binder.
operatorCREATEPERMANENT(EnvironmentalStack) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary create permanent operation on environmental stack.
operatorCREATEPERMANENT(EnvironmentalStack) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Method responsible for unary create permanent operation on environmental stack.
operatorCREATEPERMANENT(EnvironmentalStack) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue
Method responsible for unary craete permanent operation.
operatorCREATEPERMANENT(IdentifierValue) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary create permanent operation.
operatorCREATEPERMANENT(IdentifierValue) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Method responsible for unary create permanent operation.
operatorCREATEPERMANENT(IdentifierValue) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BinderValue
Creates a new permanent object in data store, which structure corresponds to the structure this binder.
operatorDELETE(EnvironmentalStack) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary create operation on environmental stack.
operatorDELETE(EnvironmentalStack) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Method responsible for unary delete operation.
operatorDELETE(EnvironmentalStack) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue
Method responsible for unary delete operation.
operatorDEREFERENCE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for dereference operation.
operatorDEREFERENCE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Returns the result of dereference operation on complex result, which is this complex result itself.
operatorDEREFERENCE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue
Method responsible for unary dereference operation.
operatorDEREFERENCE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.AtomicValue
Returns the result of dereference operation on atomic result, which is this atomic result itself.
operatorDEREFERENCE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BinderValue
Returns a the result of dereference operation on binder result, which is this binder itself.
operatorDESCENDING() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary descending operation.
operatorDESCENDING() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BagValue
Method responsible for unary descending operation.
operatorDESCENDING() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StringValue
Method responsible for unary descending operation.
operatorDESCENDING() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Method responsible for unary descending operation.
operatorDESCENDING() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Method responsible for unary descending operation.
operatorDESCENDING() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StructValue
Method responsible for unary descending operation.
operatorDESCENDING() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BooleanValue
Method responsible for unary descending operation.
operatorDIFFERENCE(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary difference operation.
operatorDIFFERENCE(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BagValue
Method responsible for binary difference operation.
operatorDISJUNCTION(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary disjunction operation.
operatorDISJUNCTION(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BooleanValue
Method responsible for binary disjunction operation.
operatorDIVIDE(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary divide operation.
operatorDIVIDE(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Method responsible for binary divide operation.
operatorDIVIDE(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Method responsible for binary divide operation.
operatorDIVIDEASSIGN(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary divide assign operation.
operatorDIVIDEASSIGN(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue
Method responsible for binary divide assign operation.
operatorEQUAL(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary equal operation.
operatorEQUAL(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StringValue
Method responsible for binary equal operation.
operatorEQUAL(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Method responsible for binary equal operation.
operatorEQUAL(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Method responsible for binary equal operation.
operatorEQUAL(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BooleanValue
Method responsible for binary equal operation.
operatorEXISTS() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary exists operation.
operatorEXISTS() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Method responsible for unary exists operation.
operatorEXISTS() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SingleValue
Method responsible for unary exists operation.
operatorEXPONENT() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary exponent operation.
operatorEXPONENT() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Method responsible for unary exponent operation.
operatorEXPONENT() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Method responsible for unary exponent operation.
operatorFULLDEREFERENCE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for full dereference operation.
operatorFULLDEREFERENCE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Returns the result of full dereference operation on complex result, which is this complex result with recursively fully dereferenced elements.
operatorFULLDEREFERENCE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue
Method responsible for unary full dereference operation.
operatorFULLDEREFERENCE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.AtomicValue
Return the result of full dereference operation on atomic result, which is this atomic result itself.
operatorFULLDEREFERENCE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BinderValue
Return a the result of full dereference operation on binder result, which is this binder containing recursively dereferenced value.
operatorGREATER(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary greater operation.
operatorGREATER(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Method responsible for binary greater operation.
operatorGREATER(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Method responsible for binary greater operation.
operatorGREATEREQUAL(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary greater equal operation.
operatorGREATEREQUAL(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Method responsible for binary greater equal operation.
operatorGREATEREQUAL(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Method responsible for binary greater equal operation.
operatorGROUPAS(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary group as operation.
operatorGROUPAS(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Method responsible for unary group as operation.
operatorGROUPAS(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SingleValue
Method responsible for unary as operation.
operatorINCLUSION(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary inclusion operation.
operatorINCLUSION(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SingleValue
Method responsible for binary inclusion operation.
operatorINCLUSION(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BagValue
Method responsible for binary inclusion operation.
operatorINCLUSION(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SequenceValue
Method responsible for binary inclusion operation.
operatorINCLUSION(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StructValue
Method responsible for binary inclusion operation.
operatorINSERT(QueryResult, EnvironmentalStack) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary insert operation.
operatorINSERT(QueryResult, EnvironmentalStack) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue
Method responsible for binary insert operation.
operatorINSERTINTO(QueryResult, EnvironmentalStack) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary insert into operation.
operatorINSERTINTO(QueryResult, EnvironmentalStack) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Method responsible for binary insert into operation.
operatorINSERTINTO(QueryResult, EnvironmentalStack) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue
Method responsible for binary insert into operation.
operatorINTERSECTION(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary intersection operation.
operatorINTERSECTION(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BagValue
Method responsible for binary intersection operation.
operatorLOGARITHM() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary logarithm operation.
operatorLOGARITHM() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Method responsible for unary logarithm operation.
operatorLOGARITHM() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Method responsible for unary logarithm operation.
operatorLOWER(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary lower operation.
operatorLOWER(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Method responsible for binary lower operation.
operatorLOWER(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Method responsible for binary lower operation.
operatorLOWEREQUAL(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary lower equal operation.
operatorLOWEREQUAL(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Method responsible for binary lower equal operation.
operatorLOWEREQUAL(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Method responsible for binary lower equal operation.
operatorMAXIMUM() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary maximum operation.
operatorMAXIMUM() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Method responsible for unary maximum operation.
operatorMAXIMUM() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Method responsible for unary maximum operation.
operatorMAXIMUM() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Method responsible for unary maximum operation.
operatorMINIMUM() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary minimum operation.
operatorMINIMUM() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Method responsible for unary minimum operation.
operatorMINIMUM() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Method responsible for unary minimum operation.
operatorMINIMUM() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Method responsible for unary minimum operation.
operatorMINUS() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary plus operation.
operatorMINUS() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
 
operatorMINUS() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Method responsible for unary minus operation.
operatorMINUS(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary minus operation.
operatorMINUS(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Method responsible for binary minus operation.
operatorMINUS(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Method responsible for binary minus operation.
operatorMINUSASSIGN(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary minus assign operation.
operatorMINUSASSIGN(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue
Method responsible for binary minus assign operation.
operatorMIXEDDEREFERENCE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for mixed dereference operation.
operatorMIXEDDEREFERENCE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Returns the result of mixed dereference operation on complex result, which is this complex result with recursively mixed dereferenced elements.
operatorMIXEDDEREFERENCE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue
Method responsible for unary mixed dereference operation.
operatorMIXEDDEREFERENCE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.AtomicValue
Return the result of mixed dereference operation on atomic result, which is this atomic result itself.
operatorMIXEDDEREFERENCE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BinderValue
Returns a the result of mixed dereference operation on binder result, which is this binder contained recursively dereferenced value.
operatorMODULO(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary modulo operation.
operatorMODULO(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Method responsible for binary modulo operation.
operatorMODULO(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Method responsible for binary modulo operation.
operatorMODULOASSIGN(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary modulo assign operation.
operatorMODULOASSIGN(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue
Method responsible for binary modulo assign operation.
operatorNEGATION() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary negation operation.
operatorNEGATION() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BooleanValue
Method responsible for unary negation operation.
operatorNOTEQUAL(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary not equal operation.
operatorNOTEQUAL(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StringValue
Method responsible for binary not equal operation.
operatorNOTEQUAL(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Method responsible for binary not equal operation.
operatorNOTEQUAL(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Method responsible for binary not equal operation.
operatorNOTEQUAL(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BooleanValue
Method responsible for binary not equal operation.
operatorPLUS() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary plus operation.
operatorPLUS() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
 
operatorPLUS() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Method responsible for unary plus operation.
operatorPLUS(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary plus operation.
operatorPLUS(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StringValue
Method responsible for binary plus operation, in this case - string concatenation.
operatorPLUS(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Method responsible for binary plus operation.
operatorPLUS(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Method responsible for binary plus operation.
operatorPLUS(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BooleanValue
Method responsible for binary plus operation.
operatorPLUSASSIGN(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary plus assign operation.
operatorPLUSASSIGN(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue
Method responsible for binary plus assign operation.
operatorPOWER(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary power operation.
operatorPOWER(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Method responsible for binary power operation.
operatorPOWER(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Method responsible for binary power operation.
operatorPREDECREMENT() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary predecrement operation.
operatorPREDECREMENT() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue
Method responsible for unary predecrement operation.
operatorPREINCREMENT() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary preincrement operation.
operatorPREINCREMENT() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue
Method responsible for unary preincrement operation.
operatorPRINT(PrintWriter) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary print operation.
operatorPRINT(String, PrintWriter) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary print operation.
operatorPRINT(String, PrintWriter) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Prints the actual atomic result in the normal fashion.
operatorPRINT(String, PrintWriter) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue
Method responsible for unary print operation.
operatorPRINT(String, PrintWriter) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.AtomicValue
Prints the actual atomic result in the normal fashion.
operatorPRINT(String, PrintWriter) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BinderValue
Prints the actual binder in the normal fashion.
operatorRANGE(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary range operation.
operatorRANGE(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SequenceValue
Method responsible for binary range operation.
operatorRANGE(QueryResult, QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for ternary range operation.
operatorRANGE(QueryResult, QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SequenceValue
Method responsible for ternary range operation.
operatorRENAMETO(QueryResult, EnvironmentalStack) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary rename to operation.
operatorRENAMETO(QueryResult, EnvironmentalStack) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Method responsible for binary rename to operation.
operatorRENAMETO(QueryResult, EnvironmentalStack) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue
Method responsible for binary rename to operation.
operatorSEQUENCE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary sequence operation.
operatorSEQUENCE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SingleValue
Method responsible for unary sequence operation.
operatorSEQUENCE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BagValue
Method responsible for unary sequence operation.
operatorSEQUENCE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SequenceValue
Method responsible for unary sequence operation.
operatorSEQUENCE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StructValue
Method responsible for unary sequence operation.
operatorSIGNUM() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary signum operation.
operatorSIGNUM() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Method responsible for unary signum operation.
operatorSIGNUM() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Method responsible for unary signum operation.
operatorSINE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary sine operation.
operatorSINE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Method responsible for unary sine operation.
operatorSINE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Method responsible for unary sine operation.
operatorSPECIALDEREFERENCE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for special dereference operation.
operatorSPECIALDEREFERENCE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Returns the result of special dereference operation on complex result, which is this complex result with recursively specially dereferenced elements.
operatorSPECIALDEREFERENCE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue
Method responsible for unary special dereference operation.
operatorSPECIALDEREFERENCE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.AtomicValue
Return the result of special dereference operation on atomic result, which is this atomic result itself.
operatorSPECIALDEREFERENCE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BinderValue
Returns a the result of special dereference operation on binder result, which is this binder containing recursively dereferenced value.
operatorSQUAREROOT() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary square root operation.
operatorSQUAREROOT() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Method responsible for unary square root operation.
operatorSQUAREROOT() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Method responsible for unary square root operation.
operatorSTRUCT() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary struct operation.
operatorSTRUCT() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SingleValue
Method responsible for unary struct operation.
operatorSTRUCT() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BagValue
Method responsible for unary struct operation.
operatorSTRUCT() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SequenceValue
Method responsible for unary struct operation.
operatorSTRUCT() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StructValue
Method responsible for unary struct operation.
operatorSUM() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary sum operation.
operatorSUM() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Method responsible for unary sum operation.
operatorSUM() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Method responsible for unary sum operation.
operatorSUM() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Method responsible for unary sum operation.
operatorSYMMETRICDIFFERENCE(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary symmetric difference operation.
operatorSYMMETRICDIFFERENCE(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BagValue
Method responsible for binary symmetric difference operation.
OperatorTerminal - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.terminals.OperatorTerminal.
 
OperatorTerminal(String, int, int) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.terminals.OperatorTerminal
 
operatorTIMES(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary times operation.
operatorTIMES(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Method responsible for binary times operation.
operatorTIMES(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Method responsible for binary times operation.
operatorTIMESASSIGN(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary times assign operation.
operatorTIMESASSIGN(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue
Method responsible for binary times assign operation.
operatorTOBAG() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary tobag operation.
operatorTOBAG() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Method responsible for unary tobag operation.
operatorTODOUBLE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary todouble operation.
operatorTODOUBLE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Method responsible for unary todouble operation.
operatorTODOUBLE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Method responsible for unary todouble operation.
operatorTOINTEGER() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary tointeger operation.
operatorTOINTEGER() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Method responsible for unary tointeger operation.
operatorTOINTEGER() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Method responsible for unary tointeger operation.
operatorTOSEQUENCE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary tosequence operation.
operatorTOSEQUENCE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Method responsible for unary tosequence operation.
operatorTOSINGLE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary tosingle operation.
operatorTOSINGLE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Method responsible for unary tosingle operation.
operatorTOSINGLE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SingleValue
Method responsible for unary tosingle operation.
operatorTOSTRING() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary tostring operation.
operatorTOSTRING() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StringValue
Method responsible for unary tostring operation.
operatorTOSTRING() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Method responsible for unary tostring operation.
operatorTOSTRING() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Method responsible for unary tostring operation.
operatorTOSTRING() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BooleanValue
Method responsible for unary tostring operation.
operatorTOSTRUCT() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary tostruct operation.
operatorTOSTRUCT() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Method responsible for unary tostruct operation.
operatorUNION(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary union operation.
operatorUNION(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SingleValue
Method responsible for binary union operation.
operatorUNION(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BagValue
Method responsible for binary union operation.
operatorUNION(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SequenceValue
Method responsible for binary union operation.
operatorUNION(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StructValue
Method responsible for binary union operation.
operatorUNIQUE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary unique operation.
operatorUNIQUE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SingleValue
Method responsible for unary unique operation.
operatorUNIQUE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BagValue
Method responsible for unary unique operation.
operatorUNIQUE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SequenceValue
Method responsible for unary unique operation.
operatorUNIQUE() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StructValue
Method responsible for unary unique operation.
operatorUPDATETO(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for binary update to operation.
operatorUPDATETO(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Method responsible for binary update to operation.
operatorUPDATETO(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue
Method responsible for binary update to operation.
operatorXMLPRINT(PrintWriter) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary xmlprint operation.
operatorXMLPRINT(String, PrintWriter) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary xmlprint operation.
operatorXMLPRINT(String, PrintWriter) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Prints the actual atomic result in the xml fashion.
operatorXMLPRINT(String, PrintWriter) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue
Method responsible for unary xmlprint operation.
operatorXMLPRINT(String, PrintWriter) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.AtomicValue
Prints the actual atomic result in the XML fasion.
operatorXMLPRINT(String, PrintWriter) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BinderValue
Prints the actual binder in the XML fasion.

P

p - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ProcedureDeclarationStatement
 
PairFormalParametersList - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.PairFormalParametersList.
The LastFormalParametersList class represents the pair of formal parameter list nodes in the abstract syntax tree.
PairFormalParametersList(IdentifierTerminal, FormalParametersList) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.PairFormalParametersList
Creates a new pair formal parameters list node with the given formal parameters list tail and terminal head.
PairStatementList - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.PairStatementList.
The LastStatementList class represents the pair of statement list nodes in the abstract syntax tree.
PairStatementList(Statement, StatementList) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.PairStatementList
Creates a new pair statement list node with the given statement head and statement list tail.
ParametricExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.ParametricExpression.
The ParametricExpression class represents the unary parametric expression nodes in the abstract syntax tree.
ParametricExpression(Expression) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.ParametricExpression
Creates a new unary parametric expression node with the given expression l.
Parser - class pl.edu.pjwstk.yaod.yaql.parser.Parser.
CUP v0.10k generated parser.
Parser() - Constructor for class pl.edu.pjwstk.yaod.yaql.parser.Parser
Default constructor.
Parser(Scanner) - Constructor for class pl.edu.pjwstk.yaod.yaql.parser.Parser
Constructor which sets the default scanner.
ParserException - exception pl.edu.pjwstk.yaod.yaql.parser.ParserException.
The ParserException class represents an exception which is thrown if an error occurs during parsing process.
ParserException(String, int, int) - Constructor for class pl.edu.pjwstk.yaod.yaql.parser.ParserException
Creates a new exception with specified message, additionally with line and column of an error.
PersistentAtomID - class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentAtomID.
Klasa reprezentuje identyfikator atomu pochodzacego ze skladu trwalych obiektow.
PersistentAtomID(short, short, short, short) - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentAtomID
Konstruktor tworzacy nowy identyfikator atomu.
PersistentBlockID - class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentBlockID.
Klasa reprezentuje identyfikator bloku.
PersistentBlockID(short, short) - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentBlockID
Tworzy nowy identyfikator bloku.
PersistentBlockID(short, short, short) - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentBlockID
Tworzy nowy identyfikator bloku.
PersistentBlockManager - class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentBlockManager.
Klasa reprezentuje menedzer blokow, ktorego zadaniem jest wczytywanie i zapisywanie blokow w skladzie trwalych obiektow.
PersistentBlockManager(PersistentStore) - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentBlockManager
Tworzy nowy obiekt menedzera blokow.
PersistentRecordID - class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentRecordID.
Klasa reprezentuje identyfikator rekordu w trwalym skladzie obiektow.
PersistentRecordID(AbstractBlockID, short) - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentRecordID
Tworzy nowy identyfikator rekordu.
PersistentRecordID(byte[]) - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentRecordID
Tworzy nowy identyfikator rekordu na bazie jego zserializowanej wersji.
PersistentRecordManager - class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentRecordManager.
Klasa zapewnia niskopoziomowa funkcjonalnosc domyslnego skladu trwalych obiektow.
PersistentRecordManager(PersistentBlockManager) - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentRecordManager
 
PersistentStore - class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentStore.
Klasa reprezentuje sklad trwalych obiektow.
PersistentStore(short, String, DatabaseManager) - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentStore
Tworzy nowy obiekt skladu trwalych obiektow.
PersistentStoreDescriptor - class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentStoreDescriptor.
Deskryptor skladu trwalych obiektow.
PersistentStoreDescriptor(String, String) - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentStoreDescriptor
Tworzy nowy deskryptor skladu.
PersistentStoreWrapper - class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentStoreWrapper.
Klasa stanowi oslone (wrapper) nad skladem trwalych obiektow.
PersistentStoreWrapper(PersistentStore) - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentStoreWrapper
Konstruktor tworzacy nowy obiekt oslony dla domyslnego skladu trwalych obiektow.
pl.edu.pjwstk.yaod.atoms - package pl.edu.pjwstk.yaod.atoms
 
pl.edu.pjwstk.yaod.creators - package pl.edu.pjwstk.yaod.creators
 
pl.edu.pjwstk.yaod.debug - package pl.edu.pjwstk.yaod.debug
 
pl.edu.pjwstk.yaod.debug.blocks - package pl.edu.pjwstk.yaod.debug.blocks
 
pl.edu.pjwstk.yaod.network - package pl.edu.pjwstk.yaod.network
 
pl.edu.pjwstk.yaod.network.protocol - package pl.edu.pjwstk.yaod.network.protocol
 
pl.edu.pjwstk.yaod.network.protocol.queryresult - package pl.edu.pjwstk.yaod.network.protocol.queryresult
 
pl.edu.pjwstk.yaod.objects - package pl.edu.pjwstk.yaod.objects
 
pl.edu.pjwstk.yaod.store - package pl.edu.pjwstk.yaod.store
 
pl.edu.pjwstk.yaod.store.defaultstore.blocks - package pl.edu.pjwstk.yaod.store.defaultstore.blocks
 
pl.edu.pjwstk.yaod.store.defaultstore.persistentstore - package pl.edu.pjwstk.yaod.store.defaultstore.persistentstore
 
pl.edu.pjwstk.yaod.store.defaultstore.transientstore - package pl.edu.pjwstk.yaod.store.defaultstore.transientstore
 
pl.edu.pjwstk.yaod.store.javastore - package pl.edu.pjwstk.yaod.store.javastore
 
pl.edu.pjwstk.yaod.system - package pl.edu.pjwstk.yaod.system
 
pl.edu.pjwstk.yaod.system.buffers - package pl.edu.pjwstk.yaod.system.buffers
 
pl.edu.pjwstk.yaod.system.processes - package pl.edu.pjwstk.yaod.system.processes
 
pl.edu.pjwstk.yaod.util - package pl.edu.pjwstk.yaod.util
 
pl.edu.pjwstk.yaod.workbench - package pl.edu.pjwstk.yaod.workbench
 
pl.edu.pjwstk.yaod.workbench.details - package pl.edu.pjwstk.yaod.workbench.details
 
pl.edu.pjwstk.yaod.workbench.dialogs - package pl.edu.pjwstk.yaod.workbench.dialogs
 
pl.edu.pjwstk.yaod.workbench.nodes - package pl.edu.pjwstk.yaod.workbench.nodes
 
pl.edu.pjwstk.yaod.xml - package pl.edu.pjwstk.yaod.xml
 
pl.edu.pjwstk.yaod.yaql - package pl.edu.pjwstk.yaod.yaql
 
pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree - package pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree
 
pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions - package pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions
 
pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary - package pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary
 
pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single - package pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single
 
pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.ternary - package pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.ternary
 
pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary - package pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary
 
pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements - package pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements
 
pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.terminals - package pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.terminals
 
pl.edu.pjwstk.yaod.yaql.engine - package pl.edu.pjwstk.yaod.yaql.engine
 
pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes - package pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes
 
pl.edu.pjwstk.yaod.yaql.parser - package pl.edu.pjwstk.yaod.yaql.parser
 
pl.edu.pjwstk.yaod.yaql.visitors - package pl.edu.pjwstk.yaod.yaql.visitors
 
PlusAssignExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.PlusAssignExpression.
The PlusAssignExpression class represents the binary expression nodes in the abstract syntax tree.
PlusAssignExpression(Expression, Expression, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.PlusAssignExpression
Creates a new binary expression node with the given expressions l and r and terminal o.
PlusExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.PlusExpression.
The PlusExpression class represents the binary expression nodes in the abstract syntax tree.
PlusExpression(Expression, Expression, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.PlusExpression
Creates a new binary expression node with the given expressions l and r and terminal o.
pop() - Method in class pl.edu.pjwstk.yaod.yaql.engine.EnvironmentalStack
Returns (and removes) the last element from the environmental stack.
pop() - Method in class pl.edu.pjwstk.yaod.yaql.engine.QueryResultStack
Returns (and removes) the last element from the query result stack.
PowerExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.PowerExpression.
The PowerExpression class represents the binary expression nodes in the abstract syntax tree.
PowerExpression(Expression, Expression, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.PowerExpression
Creates a new binary expression node with the given expressions l and r and terminal o.
PreDecrementExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.PreDecrementExpression.
The PreDecrementExpression class represents the unary expression nodes in the abstract syntax tree.
PreDecrementExpression(Expression, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.PreDecrementExpression
Creates a new unary expression node with the given expression r and terminal o.
PreIncrementExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.PreIncrementExpression.
The PreIncrementExpression class represents the unary expression nodes in the abstract syntax tree.
PreIncrementExpression(Expression, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.PreIncrementExpression
Creates a new unary expression node with the given expression r and terminal o.
printError(int, String) - Static method in class pl.edu.pjwstk.yaod.util.Errors
Wyswietla blad na ekran.
PrintStatement - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.PrintStatement.
The PrintStatement class represents the statement nodes in the abstract syntax tree.
PrintStatement(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.PrintStatement
Creates a new statement node with the given expression e and terminal k.
ProcedureAtom - class pl.edu.pjwstk.yaod.atoms.ProcedureAtom.
Atom reprezentujacy procedure skladowana.
ProcedureAtom(String) - Constructor for class pl.edu.pjwstk.yaod.atoms.ProcedureAtom
 
ProcedureCallExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ProcedureCallExpression.
The ProcedureCallExpression class represents the unary expression nodes in the abstract syntax tree.
ProcedureCallExpression(Expression, IdentifierTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ProcedureCallExpression
Creates a new unary expression node with the given expression r and terminal i.
ProcedureDeclarationStatement - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ProcedureDeclarationStatement.
The ProcedureDeclarationStatement class represents the statement nodes in the abstract syntax tree.
ProcedureDeclarationStatement(FormalParametersList, StatementList, KeywordTerminal, IdentifierTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ProcedureDeclarationStatement
Creates a new statement node with the given statement list s, formal parameters list p and terminals k and i.
production_table() - Method in class pl.edu.pjwstk.yaod.yaql.parser.Parser
Access to production table.
push(ActivationRecord) - Method in class pl.edu.pjwstk.yaod.yaql.engine.EnvironmentalStack
Puts new element onto query result stack.
push(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.QueryResultStack
Puts new element onto query result stack.
put(AbstractBlock) - Method in class pl.edu.pjwstk.yaod.system.buffers.BlockBuffer
Umieszcza blok w buforze.
put(Atom) - Method in class pl.edu.pjwstk.yaod.system.buffers.AtomBuffer
Umieszcza obiekt w buforze.
put(byte[], int) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.BlockSection
Umieszcza wartosc tablicy w okreslonym punkcie sekcji.
putBoolean(byte[], int, boolean) - Static method in class pl.edu.pjwstk.yaod.util.Bits
 
putChar(byte[], int, char) - Static method in class pl.edu.pjwstk.yaod.util.Bits
 
putDouble(byte[], int, double) - Static method in class pl.edu.pjwstk.yaod.util.Bits
 
putFloat(byte[], int, float) - Static method in class pl.edu.pjwstk.yaod.util.Bits
 
putInt(byte[], int, int) - Static method in class pl.edu.pjwstk.yaod.util.Bits
 
putLong(byte[], int, long) - Static method in class pl.edu.pjwstk.yaod.util.Bits
 
putMessage(NetMessage) - Method in class pl.edu.pjwstk.yaod.network.YNETCommunicator
Wysyla komunikat zgodny z protokolem Y.NET.
putShort(byte[], int, short) - Static method in class pl.edu.pjwstk.yaod.util.Bits
 
putShort(short, short) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.BlockSection
Umieszcza wartosc short w okreslonym punkcie sekcji.

Q

QueryReply - class pl.edu.pjwstk.yaod.network.protocol.QueryReply.
Klasa reprezentuje odpowiedz serwera na wykonane zapytanie.
QueryReply(Vector, DefaultMutableTreeNode, DefaultMutableTreeNode) - Constructor for class pl.edu.pjwstk.yaod.network.protocol.QueryReply
Tworzy nowy obiekt odpowiedzi, ktory zostanie przeslany do klienta.
QueryRequest - class pl.edu.pjwstk.yaod.network.protocol.QueryRequest.
Klasa reprezentujaca zadanie wykonania zapytania, przesylane serwerowi.
QueryRequest(String) - Constructor for class pl.edu.pjwstk.yaod.network.protocol.QueryRequest
Tworzy nowy obiekt zadania wykonania zapytania.
QueryResult - class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult.
The QueryResult class represents the main class of available results.
QueryResult() - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
 
QueryResultStack - class pl.edu.pjwstk.yaod.yaql.engine.QueryResultStack.
The QueryResultStack class represents the query result stack, which is responsible for holding all possible results which can be yielded during evaluation.
QueryResultStack() - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.QueryResultStack
Creates a new query result stack.

R

r - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.BinaryExpression
 
r - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.UnaryExpression
 
r - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.TernaryExpression
 
RangeExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.ternary.RangeExpression.
The RangeExpression class represents the ternary range expression nodes in the abstract syntax tree.
RangeExpression(Expression, Expression, Expression, OperatorTerminal, OperatorTerminal, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.ternary.RangeExpression
Creates a new ternary expression node with the given expressions l, m and r and terminals lo, mo and ro.
RCURLY - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
read(byte[], int) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.Datafile
Wczytuje do podanego bufora dane poczawszy od podanego offsetu.
readControlFile() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentStore
Wczytuje plik kontrolny skladu.
readControlFile() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientStore
 
readDataBlock(AbstractBlockID) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentBlockManager
Wczytuje blok danych o podanym identyfikatorze.
readDataBlock(AbstractBlockID) - Method in class pl.edu.pjwstk.yaod.debug.blocks.BlockTesterStore
 
readFreeSpaceBlock(AbstractBlockID) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentBlockManager
Wczytuje blok wolnej przestrzeni o podanym identyfikatorze.
readFreeSpaceBlock(AbstractBlockID) - Method in class pl.edu.pjwstk.yaod.debug.blocks.BlockTesterStore
 
readObject(String) - Method in class pl.edu.pjwstk.yaod.util.ObjectSerializer
Wczytuje zserializowany obiekt z dysku.
reconnect(ObjectID) - Method in class pl.edu.pjwstk.yaod.objects.YObject
Odlacza obiekt od biezacego obiektu nadrzednego i podlacza go do innego obiektu.
reconnectAfter(ObjectID, ObjectID) - Method in class pl.edu.pjwstk.yaod.objects.YObject
Odlacza obiekt od biezacego obiektu nadrzednego i podlacza go do innego obiektu.
RECORD_HEADER_LENGTH - Static variable in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.DataBlock
 
RecordNotChainedException - exception pl.edu.pjwstk.yaod.store.defaultstore.blocks.RecordNotChainedException.
Proba wykonania operacji charakterystycznej dla rekordu lancuchowanego na rekordzie nielancuchowanym.
RecordNotChainedException() - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.blocks.RecordNotChainedException
 
reduce_table() - Method in class pl.edu.pjwstk.yaod.yaql.parser.Parser
Access to reduce_goto table.
ReferenceAtom - class pl.edu.pjwstk.yaod.atoms.ReferenceAtom.
Klasa reprezentujaca atom referencji.
ReferenceAtom(String, AtomID) - Constructor for class pl.edu.pjwstk.yaod.atoms.ReferenceAtom
Tworzy nowy obiekt referencji.
registerDatafile(DatafileDescriptor) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentStoreDescriptor
Rejestruje plik danych.
registerDB(String, String, int) - Method in class pl.edu.pjwstk.yaod.workbench.nodes.DBManagersNode
 
RegisterDBDialog - class pl.edu.pjwstk.yaod.workbench.dialogs.RegisterDBDialog.
 
RegisterDBDialog(Frame, String, boolean) - Constructor for class pl.edu.pjwstk.yaod.workbench.dialogs.RegisterDBDialog
 
registerStore(String) - Method in class pl.edu.pjwstk.yaod.system.Database
Rejestruje sklad w bazie danych.
remove(AbstractBlockID) - Method in class pl.edu.pjwstk.yaod.system.buffers.BlockBuffer
Usuwa buforowany blok z bufora.
remove(AtomID) - Method in class pl.edu.pjwstk.yaod.system.buffers.AtomBuffer
Usuwa z buforu atom o podanym identyfikatorze.
removeMember(AtomID) - Method in class pl.edu.pjwstk.yaod.atoms.SpiderAtom
Odrejestrowywuje atom porzedny.
removeResultAt(int) - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.ComplexResult
 
renameBinder(BinderValue, String) - Method in class pl.edu.pjwstk.yaod.yaql.engine.ActivationRecord
Sets a specified binder (b) a new name (name).
renameElement(BinderValue, String) - Method in class pl.edu.pjwstk.yaod.yaql.engine.EnvironmentalStack
Sets a specified binder (b) a new name (name).
RenameToStatement - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.RenameToStatement.
The RenameToStatement class represents the statement nodes in the abstract syntax tree.
RenameToStatement(Expression, IdentifierTerminal, KeywordTerminal, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.RenameToStatement
Creates a new statement node with the given expression e and terminals lk, rk and i.
report_error(String, Object) - Method in class pl.edu.pjwstk.yaod.yaql.parser.Parser
 
report_fatal_error(String, Object) - Method in class pl.edu.pjwstk.yaod.yaql.parser.Parser
 
Result - class pl.edu.pjwstk.yaod.network.protocol.queryresult.Result.
 
Result() - Constructor for class pl.edu.pjwstk.yaod.network.protocol.queryresult.Result
 
results - Variable in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
 
retrieveAtom(AtomID) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentStoreWrapper
Odczytuje ze skladu rekord wskazywany danym identyfikatorem, a nastepnie tworzy na jego podstawie atom.
retrieveAtom(AtomID) - Method in interface pl.edu.pjwstk.yaod.store.Wrappable
Zwraca atom wkazany za pomoca jego identyfikatora.
retrieveAtom(AtomID) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientStoreWrapper
 
retrieveAtom(AtomID) - Method in class pl.edu.pjwstk.yaod.store.javastore.JavaStoreWrapper
 
retrieveAtom(JavaAtomID) - Method in class pl.edu.pjwstk.yaod.store.javastore.JavaStore
 
ReturnException - exception pl.edu.pjwstk.yaod.yaql.visitors.ReturnException.
The ReturnException class represents an exception which is thrown during program evaluation, when return statement occurs.
ReturnException() - Constructor for class pl.edu.pjwstk.yaod.yaql.visitors.ReturnException
Creates a new return exception.
ReturnException(QueryResult) - Constructor for class pl.edu.pjwstk.yaod.yaql.visitors.ReturnException
Creates a new return exception with specified result.
ReturnStatement - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ReturnStatement.
The ReturnStatement class represents the statement nodes in the abstract syntax tree.
ReturnStatement(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ReturnStatement
Creates a new statement node with the given expression e and terminal k.
RingAtom - class pl.edu.pjwstk.yaod.atoms.RingAtom.
Atom zlozony typu Ring.
RingAtom(String) - Constructor for class pl.edu.pjwstk.yaod.atoms.RingAtom
Tworzy nowy obiekt typu ring.
rk - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.DoWhileStatement
 
rk - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ForEachStatement
 
rk - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.IfElseStatement
 
ro - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.ternary.ConditionExpression
 
RROUND - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
RSQUARE - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
run() - Method in class pl.edu.pjwstk.yaod.system.processes.DBWR
Petla watku.
run() - Method in class pl.edu.pjwstk.yaod.system.processes.SVRP
Uruchamia watek realizujacy zadania procesu uslugowego: nasluchiwanie na zadania klientow, wykonywanie i wysylanie odpowiedzi.
run() - Method in class pl.edu.pjwstk.yaod.system.processes.LSNR
Glowna petla watku.

S

s - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.EmptyProcedureDeclarationStatement
 
s - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.WhileStatement
 
s - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.BlockStatement
 
s - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.DoWhileStatement
 
s - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ProcedureDeclarationStatement
 
s - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.IfStatement
 
s - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ForEachStatement
 
s - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ForStatement
 
s1 - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.IfElseStatement
 
s2 - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.IfElseStatement
 
SBQLException - exception pl.edu.pjwstk.yaod.yaql.SBQLException.
The SBQLException class represents an exception which is thrown if an error occurs during program interpretation.
SBQLException(String) - Constructor for class pl.edu.pjwstk.yaod.yaql.SBQLException
Creates a new exception with specified message.
SectionBoundsException - exception pl.edu.pjwstk.yaod.store.defaultstore.blocks.SectionBoundsException.
Proba dostepu do wartosci znajdujacej sie poza sekcja bloku.
SectionBoundsException() - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.blocks.SectionBoundsException
 
SelectionExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.SelectionExpression.
The SelectionExpression class represents the binary expression nodes in the abstract syntax tree.
SelectionExpression(Expression, Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.SelectionExpression
Creates a new binary expression node with the given expressions l and r and terminal k.
SEMICOLON - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
SequenceExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.SequenceExpression.
The SequenceExpression class represents the unary expression nodes in the abstract syntax tree.
SequenceExpression(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.SequenceExpression
Creates a new unary expression node with the given expression r and terminal k.
SequenceResult - class pl.edu.pjwstk.yaod.network.protocol.queryresult.SequenceResult.
 
SequenceResult() - Constructor for class pl.edu.pjwstk.yaod.network.protocol.queryresult.SequenceResult
 
SequenceResult(Vector) - Constructor for class pl.edu.pjwstk.yaod.network.protocol.queryresult.SequenceResult
 
SequenceValue - class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SequenceValue.
The SequenceValue class represents the sequence collections.
SequenceValue() - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SequenceValue
Creates a new empty sequence collection.
SequenceValue(QueryResult) - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SequenceValue
Creates a new sequence collection initialized with the r1.
SequenceValue(QueryResult, QueryResult) - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SequenceValue
Creates a new sequence collection initialized with the r1 and r2.
SequenceValue(Vector) - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SequenceValue
Creates a new sequence collection initialized with the v.
serializeAtomID(AtomID) - Method in class pl.edu.pjwstk.yaod.atoms.AtomSerializer
Serializuje identyfikator atomu.
serveRequest() - Method in class pl.edu.pjwstk.yaod.network.HTTPCommunicator
 
serveRequest() - Method in interface pl.edu.pjwstk.yaod.network.Communicable
 
serveRequest() - Method in class pl.edu.pjwstk.yaod.network.YNETCommunicator
 
ServerReply - class pl.edu.pjwstk.yaod.network.protocol.ServerReply.
Klasa reprezentujaca odpowiedz serwera na zadanie klienta.
ServerReply(String) - Constructor for class pl.edu.pjwstk.yaod.network.protocol.ServerReply
Tworzy now obiekt odpowiedzi.
setAbstractSyntaxTree(DefaultMutableTreeNode) - Method in class pl.edu.pjwstk.yaod.workbench.details.DBManagerPanel
 
setAID(AtomID) - Method in class pl.edu.pjwstk.yaod.atoms.Atom
Ustala identyfikator atomu.
setBlockID(AbstractBlockID) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentRecordID
Ustala identyfikator bloku.
setBlockID(AbstractBlockID) - Method in class pl.edu.pjwstk.yaod.store.AbstractBlock
Ustala identyfikator bloku.
setBlockID(short) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentBlockID
Ustala numer bloku w pliku danych.
setBlocksFreeSpace(short, short) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.FreeSpaceBlock
Rejestruje informacje na temat wolnej przestrzeni bloku o podanym numerze.
setBlockSize(short) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentStoreDescriptor
Ustala rozmiar bloku.
setBody(AbstractSyntaxTree) - Method in class pl.edu.pjwstk.yaod.objects.YProcedure
Ustala ast ciala procedury.
setConnected(boolean) - Method in class pl.edu.pjwstk.yaod.workbench.details.DBManagerPanel
 
setDumpData(DefaultMutableTreeNode) - Method in class pl.edu.pjwstk.yaod.workbench.details.DBDumpPanel
 
setEntry(AtomID) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentStore
Ustala identyfikator atomu wejsciowego.
setEntry(AtomID) - Method in class pl.edu.pjwstk.yaod.store.AbstractStore
Ustala identyfikator obiektu wejsciowego do skladu.
setEntry(AtomID) - Method in class pl.edu.pjwstk.yaod.store.AbstractStoreDescriptor
 
setEntry(AtomID) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientStore
 
setEntry(AtomID) - Method in class pl.edu.pjwstk.yaod.store.javastore.JavaStore
 
setEnvironmentalStackTree(DefaultMutableTreeNode) - Method in class pl.edu.pjwstk.yaod.workbench.details.DBManagerPanel
 
setFileID(short) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentBlockID
Ustala identyfikator pliku danych.
setFirstMember(AtomID) - Method in class pl.edu.pjwstk.yaod.atoms.RingAtom
Ustala identyfikator pierwszego atomu podrzednego.
setFirstMember(ObjectID) - Method in class pl.edu.pjwstk.yaod.objects.YRing
 
setLastMember(AtomID) - Method in class pl.edu.pjwstk.yaod.atoms.RingAtom
Ustala ostatni atom.
setLastMember(ObjectID) - Method in class pl.edu.pjwstk.yaod.objects.YRing
 
setMessage(String) - Method in class pl.edu.pjwstk.yaod.yaql.SBQLException
Sets the exception message.
setModified(boolean) - Method in class pl.edu.pjwstk.yaod.atoms.Atom
Ustala flage mowiaca, czy atom zostal zmodyfikowany i nalezy zapisac go na dysku przy najblizszym punkcie kontrolnym.
setModified(boolean) - Method in interface pl.edu.pjwstk.yaod.system.buffers.Bufferable
Pozwala ustalic wartosc flagi modyfikacji (czy element zostal zmodyfikowany).
setModified(boolean) - Method in class pl.edu.pjwstk.yaod.store.AbstractBlock
Ustala flage modyfikacji, ktora pomaga w decyzji czy blok wymaga zapisania na dysku.
setName(String) - Method in class pl.edu.pjwstk.yaod.atoms.Atom
Ustala nowa nazwe atomu.
setName(String) - Method in class pl.edu.pjwstk.yaod.objects.YObject
Ustala nazwe obiektu.
setName(String) - Method in class pl.edu.pjwstk.yaod.network.protocol.queryresult.BinderResult
 
setName(String) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BinderValue
Sets the new name of the binder.
setNext(AtomID) - Method in class pl.edu.pjwstk.yaod.atoms.Atom
Ustala nastepny atom w grafie warstwy logicznej (nie dotyczy niektorych typow atomow nadrzednych).
setNextPart(short, byte[]) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.DataBlock
Ustawia wskaznik kolejnego rekordu dla danego rekordu lancuchowanego.
setOwner(AtomID) - Method in class pl.edu.pjwstk.yaod.atoms.Atom
Ustala atom nadrzedny.
setParameters(AbstractSyntaxTree) - Method in class pl.edu.pjwstk.yaod.objects.YProcedure
 
setPrevious(AtomID) - Method in class pl.edu.pjwstk.yaod.atoms.Atom
Ustala atom poprzedni w grafie warstwy logicznej. (nie dotyczy niektorych typow atomow nadrzednych).
setPW(PrintWriter) - Method in class pl.edu.pjwstk.yaod.yaql.Interpreter
Sets the print writer which is an object responsible for displaying results.
setQueryResult(String) - Method in class pl.edu.pjwstk.yaod.workbench.details.DBManagerPanel
 
setResultAt(int, QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Sets the i-th element value to r in the collection.
setShowResultSchema(int) - Method in class pl.edu.pjwstk.yaod.workbench.nodes.DBManagersNode
 
setSize(short) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.BlockSection
Ustala wartosc sekcji.
setSlotID(short) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentRecordID
Ustala numer slotu.
setSource(String) - Method in class pl.edu.pjwstk.yaod.objects.YProcedure
 
setStart(short) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.BlockSection
Ustala poczatek sekcji wzgledem sekcji nadrzednej.
setStoreID(short) - Method in class pl.edu.pjwstk.yaod.store.AbstractBlockID
 
setStores(Hashtable) - Method in class pl.edu.pjwstk.yaod.system.DatabaseManager
Pozwala na wprowadzenie do menedzera listy obiektow reprezentujacych sklady.
setValue(AtomID) - Method in class pl.edu.pjwstk.yaod.atoms.ReferenceAtom
Ustala wartosc referencji.
setValue(byte[]) - Method in class pl.edu.pjwstk.yaod.atoms.BinaryAtom
Ustala wartosc atomu.
setValue(byte[]) - Method in class pl.edu.pjwstk.yaod.objects.YBinary
Ustala wartosc obiektu.
setValue(double) - Method in class pl.edu.pjwstk.yaod.atoms.DoubleAtom
Ustala wartosc atomu.
setValue(double) - Method in class pl.edu.pjwstk.yaod.atoms.JavaDoubleAtom
Ustala wartosc atomu (obiektu Javy).
setValue(double) - Method in class pl.edu.pjwstk.yaod.objects.YDouble
Ustala wartosc obiektu.
setValue(int) - Method in class pl.edu.pjwstk.yaod.atoms.IntegerAtom
Istala nowa wartosc atomu.
setValue(int) - Method in class pl.edu.pjwstk.yaod.atoms.JavaIntegerAtom
Ustala wartosc atomu (obiektu Javy).
setValue(int) - Method in class pl.edu.pjwstk.yaod.objects.YInteger
Ustala wartosc obiektu.
setValue(ObjectID) - Method in class pl.edu.pjwstk.yaod.objects.YReference
Ustawia wartosc referencji, tzn. identyfikator wskazywanego obiektu.
setValue(QueryResult) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BinderValue
Sets the new value of the binder.
setValue(String) - Method in class pl.edu.pjwstk.yaod.atoms.StringAtom
Ustala wartosc atomu.
setValue(String) - Method in class pl.edu.pjwstk.yaod.atoms.JavaStringAtom
Ustala wartosc atomu (obiektu Javy).
setValue(String) - Method in class pl.edu.pjwstk.yaod.objects.YString
Ustanawia nowa wartosc obiektu.
setWork(boolean) - Method in class pl.edu.pjwstk.yaod.system.processes.DBWR
Ustawia wartosc flagi, ktora nakazuje watkowi prace lub zatrzymanie sie.
setWork(boolean) - Method in class pl.edu.pjwstk.yaod.system.processes.LSNR
Ustawia flage pracy procesu.
SHORT_SIZE - Static variable in class pl.edu.pjwstk.yaod.util.NewBits
 
show() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTree
Method responsible for displaying the abstract syntax tree structure.
show() - Method in class pl.edu.pjwstk.yaod.yaql.engine.EnvironmentalStack
Shows all the elements of environmental stack.
show() - Method in class pl.edu.pjwstk.yaod.yaql.engine.QueryResultStack
Shows all the elements of query result stack.
show() - Method in class pl.edu.pjwstk.yaod.yaql.engine.ActivationRecord
Shows all the elements of activation record.
show(PrintWriter) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary show operation.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTree
Method responsible for displaying the abstract syntax tree structure.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.PairStatementList
Method responsible for displaying the pair statement list node.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.LastFormalParametersList
Method responsible for displaying the unary node.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.PairFormalParametersList
Method responsible for displaying the unary node.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.ActualParametersList
 
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.LastStatementList
Method responsible for displaying the last statement list node.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ReturnStatement
Method responsible for displaying the statement node.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.EmptyProcedureDeclarationStatement
Method responsible for displaying the statement node.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.WhileStatement
Method responsible for displaying the statement node.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.BlockStatement
Method responsible for displaying the statement node.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.XmlPrintStatement
Method responsible for displaying the statement node.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.BreakStatement
Method responsible for displaying the statement node.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.DoWhileStatement
Method responsible for displaying the statement node.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.EmptyStatement
Method responsible for displaying the statement node.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.RenameToStatement
Method responsible for displaying the statement node.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ProcedureDeclarationStatement
Method responsible for displaying the statement node.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.IfStatement
Method responsible for displaying the statement node.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.UpdateToStatement
Method responsible for displaying the statement node.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.EmptyBlockStatement
Method responsible for displaying the statement node.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.DeleteStatement
Method responsible for displaying the statement node.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ExpressionStatement
Method responsible for displaying the statement node.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ForEachStatement
Method responsible for displaying the statement node.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.IfElseStatement
Method responsible for displaying the statement node.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.PrintStatement
Method responsible for displaying the statement node.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ForStatement
Method responsible for displaying the statement node.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.EmptyReturnStatement
Method responsible for displaying the statement node.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.InsertIntoStatement
Method responsible for displaying the statement node.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ShowStatement
Method responsible for displaying the statement node.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.BinaryExpression
Method responsible for displaying the binary node.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.UnaryExpression
Method responsible for displaying the unary node.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.TernaryExpression
Method responsible for displaying the ternary node.
show(String) - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.SingleExpression
Method responsible for displaying the unary node.
show(String, PrintWriter) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.QueryResult
Method responsible for unary show operation.
show(String, PrintWriter) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.ComplexValue
Prints the actual atomic result in the raw fashion.
show(String, PrintWriter) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IdentifierValue
Method responsible for unary show operation.
show(String, PrintWriter) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.AtomicValue
Prints the actual atomic result in the raw fasion.
show(String, PrintWriter) - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BinderValue
Prints the actual binder in the raw fasion.
ShowStatement - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ShowStatement.
The ShowStatement class represents the statement nodes in the abstract syntax tree.
ShowStatement(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.ShowStatement
Creates a new statement node with the given expression e and terminal k.
SignumExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.SignumExpression.
The SignumExpression class represents the unary expression nodes in the abstract syntax tree.
SignumExpression(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.SignumExpression
Creates a new unary expression node with the given expression r and terminal k.
SineExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.SineExpression.
The SineExpression class represents the unary expression nodes in the abstract syntax tree.
SineExpression(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.SineExpression
Creates a new unary expression node with the given expression r and terminal k.
SingleExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.SingleExpression.
The SingleExpression class represents the single expression nodes in the abstract syntax tree.
SingleExpression() - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.SingleExpression
Creates a new single node.
SingleResult - class pl.edu.pjwstk.yaod.network.protocol.queryresult.SingleResult.
 
SingleResult() - Constructor for class pl.edu.pjwstk.yaod.network.protocol.queryresult.SingleResult
 
SingleValue - class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SingleValue.
The SingleValue class represents the main class of available single results (binders, identifiers and atomic values).
SingleValue() - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.SingleValue
 
sizeOf() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentBlockID
Zwraca dlugosc zserializowanego identyfikatora bloku.
sizeOf() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.BlockID
Zwraca dlugosc identyfikatora bloku po jego zserializowaniu.
sizeOf() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientBlockID
 
SLOT_LENGTH - Static variable in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.DataBlock
 
SortingExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.SortingExpression.
The SortingExpression class represents the binary expression nodes in the abstract syntax tree.
SortingExpression(Expression, Expression, KeywordTerminal, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.SortingExpression
Creates a new binary expression node with the given expressions l and r and terminals lk and rk.
SourcePosition - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.terminals.SourcePosition.
 
SourcePosition() - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.terminals.SourcePosition
 
SourcePosition(int, int) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.terminals.SourcePosition
 
SpiderAtom - class pl.edu.pjwstk.yaod.atoms.SpiderAtom.
Klasa reprezentujaca atom zlozony typu spider.
SpiderAtom(String) - Constructor for class pl.edu.pjwstk.yaod.atoms.SpiderAtom
Tworzy nowy obiekt typu spider.
SquareRootExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.SquareRootExpression.
The SquareRootExpression class represents the unary expression nodes in the abstract syntax tree.
SquareRootExpression(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.SquareRootExpression
Creates a new unary expression node with the given expression r and terminal k.
start_production() - Method in class pl.edu.pjwstk.yaod.yaql.parser.Parser
Indicates start production.
start_state() - Method in class pl.edu.pjwstk.yaod.yaql.parser.Parser
Indicates start state.
start() - Method in class pl.edu.pjwstk.yaod.system.DatabaseManager
Uruchamia menedzera.
start(String) - Method in class pl.edu.pjwstk.yaod.yaql.Interpreter
The main method responsible for program interpretation.
startDBWR() - Method in class pl.edu.pjwstk.yaod.system.processes.DBWR
Uruchamia proces (watek) dbwr.
startLSNR() - Method in class pl.edu.pjwstk.yaod.system.processes.LSNR
Startuje watek, otwiera gniazdko serwera.
Statement - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.Statement.
The Statement class represents the statement nodes in the abstract syntax tree.
Statement() - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.Statement
 
StatementList - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.StatementList.
The StatementList class represents the statement list nodes in the abstract syntax tree.
StatementList() - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.StatementList
 
stop() - Method in class pl.edu.pjwstk.yaod.system.DatabaseManager
Zatrzymuje menedzera.
stopDBWR() - Method in class pl.edu.pjwstk.yaod.system.processes.DBWR
Zatrzymuje proces (watek) dbwr.
stopLSNR() - Method in class pl.edu.pjwstk.yaod.system.processes.LSNR
Konczy prace sekretarza bazy danych.
STRING - Static variable in class pl.edu.pjwstk.yaod.yaql.parser.Lexer
lexical states
StringAtom - class pl.edu.pjwstk.yaod.atoms.StringAtom.
Klasa reprezentujaca atom zawierajacy wartosc typu string.
StringAtom(String, String) - Constructor for class pl.edu.pjwstk.yaod.atoms.StringAtom
Tworzy nowy atom zawierajacy wartosc string.
StringExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.StringExpression.
The StringExpression class represents the single expression nodes in the abstract syntax tree.
StringExpression(LiteralTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.single.StringExpression
Creates a new single expression node with the given terminal lit.
StringResult - class pl.edu.pjwstk.yaod.network.protocol.queryresult.StringResult.
 
StringResult(String) - Constructor for class pl.edu.pjwstk.yaod.network.protocol.queryresult.StringResult
 
StringValue - class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StringValue.
The StringValue class represents the string values.
stringValue() - Method in class pl.edu.pjwstk.yaod.objects.YSimpleObject
Konwertuje wartosc obiektu na string.
stringValue() - Method in class pl.edu.pjwstk.yaod.objects.YInteger
 
stringValue() - Method in class pl.edu.pjwstk.yaod.objects.YDouble
Konwertuje double na string.
stringValue() - Method in class pl.edu.pjwstk.yaod.objects.YString
Konwertuje wartosc obiektu na string.
stringValue() - Method in class pl.edu.pjwstk.yaod.objects.YBinary
Konwertuje wartosc obiektu do ciagu znakow.
stringValue() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StringValue
Returns the string value as a string value.
stringValue() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.DoubleValue
Returns the double value as a string value.
stringValue() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.IntegerValue
Returns the integer value as a string value.
stringValue() - Method in class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.BooleanValue
Returns the boolean value as a string value.
StringValue(String) - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StringValue
Creates a new string initialized with specified value.
StructExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.StructExpression.
The StructExpression class represents the unary expression nodes in the abstract syntax tree.
StructExpression(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.StructExpression
Creates a new unary expression node with the given expression r and terminal k.
StructResult - class pl.edu.pjwstk.yaod.network.protocol.queryresult.StructResult.
 
StructResult() - Constructor for class pl.edu.pjwstk.yaod.network.protocol.queryresult.StructResult
 
StructResult(Vector) - Constructor for class pl.edu.pjwstk.yaod.network.protocol.queryresult.StructResult
 
StructValue - class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StructValue.
The StructValue class represents the structure collections.
StructValue() - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StructValue
Creates a new empty struct collection.
StructValue(QueryResult) - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StructValue
Creates a new struct collection initialized with the r.
StructValue(QueryResult, QueryResult) - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StructValue
Creates a new bag collection initialized with the r1 and r2.
StructValue(Vector) - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.queryresulttypes.StructValue
Creates a new struct collection initialized with the v.
SumExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.SumExpression.
The SumExpression class represents the unary expression nodes in the abstract syntax tree.
SumExpression(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.SumExpression
Creates a new unary expression node with the given expression r and terminal k.
SVRP - class pl.edu.pjwstk.yaod.system.processes.SVRP.
Obiekty tej klasy reprezentuja klienta po stronie serwera.
SVRP(DatabaseManager, Socket, int) - Constructor for class pl.edu.pjwstk.yaod.system.processes.SVRP
Tworzy nowy proces uslugowy: tworzy komunikator, pobiera liste oslon oslon, inicjalizuje menedzera obiektow i parser yaql.
SymmetricDifferenceExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.SymmetricDifferenceExpression.
The SymmetricDifferenceExpression class represents the binary expression nodes in the abstract syntax tree.
SymmetricDifferenceExpression(Expression, Expression, KeywordTerminal, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.SymmetricDifferenceExpression
Creates a new binary expression node with the given expressions l and r and terminals lk and rk.
syntax_error(Symbol) - Method in class pl.edu.pjwstk.yaod.yaql.parser.Parser
 
SystemNode - class pl.edu.pjwstk.yaod.workbench.nodes.SystemNode.
 
SystemNode(JTree, SystemPanel) - Constructor for class pl.edu.pjwstk.yaod.workbench.nodes.SystemNode
 
SystemPanel - class pl.edu.pjwstk.yaod.workbench.details.SystemPanel.
 
SystemPanel() - Constructor for class pl.edu.pjwstk.yaod.workbench.details.SystemPanel
 
SystemTreePanel - class pl.edu.pjwstk.yaod.workbench.details.SystemTreePanel.
 
SystemTreePanel() - Constructor for class pl.edu.pjwstk.yaod.workbench.details.SystemTreePanel
 

T

tail - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.PairStatementList
 
tail - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.LastFormalParametersList
 
tail - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.PairFormalParametersList
 
tail - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.LastStatementList
 
Terminal - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.terminals.Terminal.
 
Terminal(String, SourcePosition) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.terminals.Terminal
 
TernaryExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.TernaryExpression.
The TernaryExpression class represents the ternaryexpression nodes in the abstract syntax tree.
TernaryExpression(Expression, Expression, Expression) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.TernaryExpression
Creates a new ternary expression node with the given expressions l, m and r.
TimesAssignExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.TimesAssignExpression.
The TimesAssignExpression class represents the binary expression nodes in the abstract syntax tree.
TimesAssignExpression(Expression, Expression, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.TimesAssignExpression
Creates a new binary expression node with the given expressions l and r and terminal o.
TimesExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.TimesExpression.
The TimesExpression class represents the binary expression nodes in the abstract syntax tree.
TimesExpression(Expression, Expression, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.TimesExpression
Creates a new binary expression node with the given expressions l and r and terminal o.
ToBagExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ToBagExpression.
The ToBagExpression class represents the unary expression nodes in the abstract syntax tree.
ToBagExpression(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ToBagExpression
Creates a new unary expression node with the given expression r and terminal k.
toByteArray() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentRecordID
Serializuje identyfikator rekordu.
toByteArray() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentBlockID
Serializuje identyfikator bloku.
toByteArray() - Method in class pl.edu.pjwstk.yaod.store.AbstractBlock
Serializuje blok.
toByteArray() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.BlockID
Serializuje identyfikator bloku.
toByteArray() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.FreeSpaceBlock
Serializuje blok wolnej przestrzeni.
toByteArray() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.DataBlock
Serializuje blok (w celu pozniejszego zapisania go np. na dysku).
toByteArray() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientBlockID
 
ToDoubleExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ToDoubleExpression.
The ToDoubleExpression class represents the unary expression nodes in the abstract syntax tree.
ToDoubleExpression(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ToDoubleExpression
Creates a new unary expression node with the given expression r and terminal k.
ToIntegerExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ToIntegerExpression.
The ToIntegerExpression class represents the unary expression nodes in the abstract syntax tree.
ToIntegerExpression(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ToIntegerExpression
Creates a new unary expression node with the given expression r and terminal k.
Tokens - interface pl.edu.pjwstk.yaod.yaql.parser.Tokens.
CUP generated interface containing symbol constants.
top() - Method in class pl.edu.pjwstk.yaod.yaql.engine.EnvironmentalStack
Returns (without removal) the last element from the environmental stack.
top() - Method in class pl.edu.pjwstk.yaod.yaql.engine.QueryResultStack
Returns (without removal) the last element from the query result stack.
ToSequenceExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ToSequenceExpression.
The ToSequenceExpression class represents the unary expression nodes in the abstract syntax tree.
ToSequenceExpression(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ToSequenceExpression
Creates a new unary expression node with the given expression r and terminal k.
ToSingleExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ToSingleExpression.
The ToSingleExpression class represents the unary expression nodes in the abstract syntax tree.
ToSingleExpression(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ToSingleExpression
Creates a new unary expression node with the given expression r and terminal k.
toString() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentAtomID
Zapisuje identyfikator w formie umozliwijajacej wyswietlenie jej na ekranie.
toString() - Method in interface pl.edu.pjwstk.yaod.objects.ObjectID
Zwraca oid w czytelnej postaci, np. do wypisania na ekranie.
toString() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientAtomID
 
toString() - Method in class pl.edu.pjwstk.yaod.store.javastore.JavaAtomID
 
toString() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.AgentsNode
 
toString() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.SystemNode
 
toString() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.DBDumpNode
 
toString() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.DBControlFileNode
 
toString() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.DBManagerNode
 
toString() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.DBManagersNode
 
toString() - Method in class pl.edu.pjwstk.yaod.workbench.nodes.XMLDocumentsNode
 
toString() - Method in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.terminals.SourcePosition
 
ToStringExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ToStringExpression.
The ToStringExpression class represents the unary expression nodes in the abstract syntax tree.
ToStringExpression(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ToStringExpression
Creates a new unary expression node with the given expression r and terminal k.
ToStructExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ToStructExpression.
The ToStructExpression class represents the unary expression nodes in the abstract syntax tree.
ToStructExpression(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.ToStructExpression
Creates a new unary expression node with the given expression r and terminal k.
TransientAtomID - class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientAtomID.
 
TransientAtomID(short, short, short) - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientAtomID
 
TransientBlockID - class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientBlockID.
 
TransientBlockID(short, short) - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientBlockID
 
TransientBlockManager - class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientBlockManager.
 
TransientBlockManager() - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientBlockManager
 
TransientRecordID - class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientRecordID.
 
TransientRecordID(AbstractBlockID, short) - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientRecordID
 
TransientStore - class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientStore.
 
TransientStore(short, String, DatabaseManager) - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientStore
 
TransientStoreDescriptor - class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientStoreDescriptor.
 
TransientStoreDescriptor(String, String) - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientStoreDescriptor
 
TransientStoreWrapper - class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientStoreWrapper.
 
TransientStoreWrapper(TransientStore) - Constructor for class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientStoreWrapper
 
TransitiveClosureExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.TransitiveClosureExpression.
The TransitiveClosureExpression class represents the binary expression nodes in the abstract syntax tree.
TransitiveClosureExpression(Expression, Expression, KeywordTerminal, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.TransitiveClosureExpression
Creates a new binary expression node with the given expressions l and r and terminals lk and rk.
TriangleAtom - class pl.edu.pjwstk.yaod.atoms.TriangleAtom.
Klasa reprezentujaca atom zlozony typu Triangle.
TriangleAtom() - Constructor for class pl.edu.pjwstk.yaod.atoms.TriangleAtom
 
TYPE_EXPRESSION - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_ALGEBRAIC - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_ALGEBRAIC_ASSIGN - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_ALGEBRAIC_COMMA - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_ALGEBRAIC_COMPARE - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_ALGEBRAIC_CONJUNCTION - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_ALGEBRAIC_DIFFERENCE - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_ALGEBRAIC_DISJUNCTION - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_ALGEBRAIC_DIVIDE - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_ALGEBRAIC_DIVIDEASSIGN - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_ALGEBRAIC_EQUAL - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_ALGEBRAIC_GREATER - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_ALGEBRAIC_GREATEREQUAL - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_ALGEBRAIC_INCLUSION - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_ALGEBRAIC_INTERSECTION - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_ALGEBRAIC_LOWER - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_ALGEBRAIC_LOWEREQUAL - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_ALGEBRAIC_MINUS - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_ALGEBRAIC_MINUSASSIGN - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_ALGEBRAIC_MODULO - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_ALGEBRAIC_MODULOASSIGN - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_ALGEBRAIC_NOTEQUAL - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_ALGEBRAIC_PLUS - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_ALGEBRAIC_PLUSASSIGN - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_ALGEBRAIC_POWER - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_ALGEBRAIC_RANGE - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_ALGEBRAIC_SYMMETRICDIFFERENCE - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_ALGEBRAIC_TIMES - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_ALGEBRAIC_TIMESASSIGN - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_ALGEBRAIC_UNION - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_NONALGEBRAIC - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_NONALGEBRAIC_DEPENDENTJOIN - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_NONALGEBRAIC_FORALL - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_NONALGEBRAIC_FORANY - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_NONALGEBRAIC_NAVIGATION - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_NONALGEBRAIC_SELECTION - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_NONALGEBRAIC_SORTING - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_BINARY_NONALGEBRAIC_TRANSITIVECLOSURE - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_EMPTYBAG - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_EMPTYSEQUENCE - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_EMPTYSTRUCT - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_IDENTIFIER - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_LITERAL - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_LITERAL_BOOLEAN - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_LITERAL_DOUBLE - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_LITERAL_INTEGER - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_LITERAL_STRING - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_TERNARY - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_TERNARY_CONDITION - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_TERNARY_RANGE - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY_NONPARAMETRIC - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY_NONPARAMETRIC_ABSOLUTEVALUE - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY_NONPARAMETRIC_ASCENDING - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY_NONPARAMETRIC_AVERAGE - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY_NONPARAMETRIC_BAG - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY_NONPARAMETRIC_COSINE - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY_NONPARAMETRIC_COUNT - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY_NONPARAMETRIC_DEREFERENCE - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY_NONPARAMETRIC_DESCENDING - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY_NONPARAMETRIC_EXISTS - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY_NONPARAMETRIC_EXPONENT - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY_NONPARAMETRIC_LOGARITHM - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY_NONPARAMETRIC_MAXIMUM - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY_NONPARAMETRIC_MINIMUM - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY_NONPARAMETRIC_MINUS - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY_NONPARAMETRIC_NEGATION - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY_NONPARAMETRIC_PLUS - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY_NONPARAMETRIC_SEQUENCE - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY_NONPARAMETRIC_SIGNUM - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY_NONPARAMETRIC_SINE - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY_NONPARAMETRIC_SQUAREROOT - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY_NONPARAMETRIC_STRUCT - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY_NONPARAMETRIC_SUM - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY_NONPARAMETRIC_TODOUBLE - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY_NONPARAMETRIC_TOINTEGER - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY_NONPARAMETRIC_TOSTRING - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY_NONPARAMETRIC_UNIQUE - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY_PARAMETRIC - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY_PARAMETRIC_AS - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_EXPRESSION_UNARY_PARAMETRIC_GROUPAS - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_STATEMENT - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_STATEMENT_ASSIGN - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_STATEMENT_BLOCK - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_STATEMENT_DELETE - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_STATEMENT_DOWHILE - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_STATEMENT_EMPTY - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_STATEMENT_EMPTYBLOCK - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_STATEMENT_EXPRESSION - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_STATEMENT_FOREACH - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_STATEMENT_IF - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_STATEMENT_IFELSE - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_STATEMENT_PRINT - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_STATEMENT_PROCEDURE - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_STATEMENT_SHOW - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_STATEMENT_WHILE - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_STATEMENTLIST - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_STATEMENTLIST_LAST - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TYPE_STATEMENTLIST_PAIR - Static variable in interface pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.AbstractSyntaxTreeTypes
 
TypeMismatchException - exception pl.edu.pjwstk.yaod.yaql.engine.TypeMismatchException.
The TypeMismatchException class represents an exception which is thrown if an error occurs during evaluation.
TypeMismatchException(QueryResult, String) - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.TypeMismatchException
Creates a new exception with specified message, based on an unary operator type mismatch.
TypeMismatchException(QueryResult, String, QueryResult) - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.TypeMismatchException
Creates a new exception with specified message, based on a binary operator type mismatch.
TypeMismatchException(QueryResult, String, QueryResult, QueryResult) - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.TypeMismatchException
Creates a new exception with specified message, based on a ternary operator type mismatch.
TypeMismatchException(String) - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.TypeMismatchException
Creates a new exception with specified message.
TypeMismatchException(String, QueryResult, String, QueryResult, String) - Constructor for class pl.edu.pjwstk.yaod.yaql.engine.TypeMismatchException
Creates a new exception with message.

U

UMINUS - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
UMinusExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.UMinusExpression.
The UMinusExpression class represents the unary expression nodes in the abstract syntax tree.
UMinusExpression(Expression, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.UMinusExpression
Creates a new unary expression node with the given expression r and terminal o.
UnaryExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.UnaryExpression.
The UnaryExpression class represents the unary expression nodes in the abstract syntax tree.
UnaryExpression(Expression) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.UnaryExpression
Creates a new unary expression node with the given expression r.
UnionExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.UnionExpression.
The UnionExpression class represents the binary expression nodes in the abstract syntax tree.
UnionExpression(Expression, Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.binary.UnionExpression
Creates a new binary expression node with the given expressions l and r and terminal o.
UniqueExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.UniqueExpression.
The UniqueExpression class represents the unary expression nodes in the abstract syntax tree.
UniqueExpression(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.UniqueExpression
Creates a new unary expression node with the given expression r and terminal k.
unregisterDatafile(DatafileDescriptor) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentStoreDescriptor
Odrejestrowywuje plik danych.
unregisterStore(short) - Method in class pl.edu.pjwstk.yaod.system.Database
Wyrejestrowywuje sklad z bazy danych.
updateAtom(Atom) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentStoreWrapper
Aktualizuje podany atom.
updateAtom(Atom) - Method in interface pl.edu.pjwstk.yaod.store.Wrappable
Aktualizuje atom zapisany wczesniej w skladzie.
updateAtom(Atom) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientStoreWrapper
 
updateAtom(Atom) - Method in class pl.edu.pjwstk.yaod.store.javastore.JavaStoreWrapper
 
updateFreeSpace(DataBlock) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentBlockManager
Aktualizuje informacje o wolnej przestrzeni w podanym bloku.
updateFreeSpace(DataBlock) - Method in class pl.edu.pjwstk.yaod.debug.blocks.BlockTesterStore
 
updateRecord(PersistentRecordID, byte[]) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentRecordManager
Aktualizuje rekord o podanym wskazniku, zastepujac go nowymi danymi.
updateRecord(short, byte[], boolean) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.blocks.DataBlock
Aktualizuje rekord identyfikowany podanym slotem.
UpdateToStatement - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.UpdateToStatement.
The UpdateToStatement class represents the statement nodes in the abstract syntax tree.
UpdateToStatement(Expression, Expression, KeywordTerminal, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.UpdateToStatement
Creates a new statement node with the given expressions e1 and e2 and terminals lk and rk.
UPLUS - Static variable in interface pl.edu.pjwstk.yaod.yaql.parser.Tokens
 
UPlusExpression - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.UPlusExpression.
The UPlusExpression class represents the unary expression nodes in the abstract syntax tree.
UPlusExpression(Expression, OperatorTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.expressions.unary.UPlusExpression
Creates a new unary expression node with the given expression r and terminal o.
user_init() - Method in class pl.edu.pjwstk.yaod.yaql.parser.Parser
User initialization code.

V

value - Variable in class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.terminals.LiteralTerminal
 
visit(AlgebraicExpression) - Method in interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor
Method responsible for traversing certain binary node in abstract syntax tree.
visit(AlgebraicExpression) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Method responsible for traversing certain binary node in abstract syntax tree.
visit(BlockStatement) - Method in interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor
Method responsible for traversing node representing block statement ({ ... }) in abstract syntax tree.
visit(BlockStatement) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Method responsible for traversing node representing block statement ({ ... }) in abstract syntax tree.
visit(BreakStatement) - Method in interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor
Method responsible for traversing node representing break statement (break ;)in abstract syntax tree.
visit(BreakStatement) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Method responsible for traversing node representing break statement (break ;)in abstract syntax tree.
visit(DeleteStatement) - Method in interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor
Method responsible for traversing node representing delete statement (delet ...
visit(DeleteStatement) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Method responsible for traversing node representing delete statement (delet ...
visit(DoWhileStatement) - Method in interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor
Method responsible for traversing node representing do while statement (do ... while (...)
visit(DoWhileStatement) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Method responsible for traversing node representing do while statement (do ... while (...)
visit(EmptyBlockStatement) - Method in interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor
Method responsible for traversing node representing empty block statement ({ }) in abstract syntax tree.
visit(EmptyBlockStatement) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Method responsible for traversing node representing empty block statement ({ }) in abstract syntax tree.
visit(EmptyProcedureDeclarationStatement) - Method in interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor
Method responsible for traversing node representing empty procedure declaration statement (procedure without parameters) (procedure/function id() { ... }) in abstract syntax tree.
visit(EmptyProcedureDeclarationStatement) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Method responsible for traversing node representing empty procedure declaration statement (procedure without parameters) (procedure/function id() { ... }) in abstract syntax tree.
visit(EmptyReturnStatement) - Method in interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor
Method responsible for traversing node representing empty return statement (return ;) in abstract syntax tree.
visit(EmptyReturnStatement) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Method responsible for traversing node representing empty return statement (return ;) in abstract syntax tree.
visit(EmptyStatement) - Method in interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor
Method responsible for traversing node representing empty statement ( ;) in abstract syntax tree.
visit(EmptyStatement) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Method responsible for traversing node representing empty statement ( ;) in abstract syntax tree.
visit(ExpressionStatement) - Method in interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor
Method responsible for traversing node representing expression statement (...
visit(ExpressionStatement) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Method responsible for traversing node representing expression statement (...
visit(ForEachStatement) - Method in interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor
Method responsible for traversing node representing for each statement (for each ... do ...) in abstract syntax tree.
visit(ForEachStatement) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Method responsible for traversing node representing for each statement (for each ... do ...) in abstract syntax tree.
visit(ForStatement) - Method in interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor
Method responsible for traversing node representing for statement (for (...; ...; ...)
visit(ForStatement) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Method responsible for traversing node representing for statement (for (...; ...; ...)
visit(IfElseStatement) - Method in interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor
Method responsible for traversing node representing if else statement (if (...)
visit(IfElseStatement) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Method responsible for traversing node representing if else statement (if (...)
visit(IfStatement) - Method in interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor
Method responsible for traversing node representing if statement (if (...)
visit(IfStatement) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Method responsible for traversing node representing if statement (if (...)
visit(InsertIntoStatement) - Method in interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor
Method responsible for traversing node representing insert into statement (insert ... into ...
visit(InsertIntoStatement) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Method responsible for traversing node representing insert into statement (insert ... into ...
visit(LastStatementList) - Method in interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor
Method responsible for traversing node representing last statement list (...
visit(LastStatementList) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Method responsible for traversing node representing last statement list (...
visit(NonAlgebraicExpression) - Method in interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor
Method responsible for traversing certain binary node in abstract syntax tree.
visit(NonAlgebraicExpression) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Method responsible for traversing certain binary node in abstract syntax tree.
visit(NonParametricExpression) - Method in interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor
Method responsible for traversing certain unary node in abstract syntax tree.
visit(NonParametricExpression) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Method responsible for traversing certain unary node in abstract syntax tree.
visit(PairStatementList) - Method in interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor
Method responsible for traversing node representing pair statement list (...
visit(PairStatementList) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Method responsible for traversing node representing pair statement list (...
visit(ParametricExpression) - Method in interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor
Method responsible for traversing certain unary node in abstract syntax tree.
visit(ParametricExpression) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Method responsible for traversing certain unary node in abstract syntax tree.
visit(PrintStatement) - Method in interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor
Method responsible for traversing node representing print statement (print (...)
visit(PrintStatement) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Method responsible for traversing node representing print statement (print (...)
visit(ProcedureDeclarationStatement) - Method in interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor
Method responsible for traversing node representing procedure declaration statement (procedure/function id(...) {
visit(ProcedureDeclarationStatement) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Method responsible for traversing node representing procedure declaration statement (procedure/function id(...) {
visit(RenameToStatement) - Method in interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor
Method responsible for traversing node representing rename to statement (rename ... to ...
visit(RenameToStatement) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Method responsible for traversing node representing rename to statement (rename ... to ...
visit(ReturnStatement) - Method in interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor
Method responsible for traversing node representing return statement (return ...;) in abstract syntax tree.
visit(ReturnStatement) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Method responsible for traversing node representing return statement (return ...;) in abstract syntax tree.
visit(ShowStatement) - Method in interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor
Method responsible for traversing node representing show statement (show (...)
visit(ShowStatement) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Method responsible for traversing node representing show statement (show (...)
visit(SingleExpression) - Method in interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor
Method responsible for traversing certain single node in abstract syntax tree.
visit(SingleExpression) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Method responsible for traversing certain single node in abstract syntax tree.
visit(TernaryExpression) - Method in interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor
Method responsible for traversing certain ternary node in abstract syntax tree.
visit(TernaryExpression) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Method responsible for traversing certain ternary node in abstract syntax tree.
visit(UpdateToStatement) - Method in interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor
Method responsible for traversing node representing update to statement (update ... to ...
visit(UpdateToStatement) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Method responsible for traversing node representing update to statement (update ... to ...
visit(WhileStatement) - Method in interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor
Method responsible for traversing node representing while statement (while (...)
visit(WhileStatement) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Method responsible for traversing node representing while statement (while (...)
visit(XmlPrintStatement) - Method in interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor
Method responsible for traversing node representing xmlprint statement (xmlprint (...)
visit(XmlPrintStatement) - Method in class pl.edu.pjwstk.yaod.yaql.visitors.EvalVisitor
Method responsible for traversing node representing xmlprint statement (xmlprint (...)
Visitor - interface pl.edu.pjwstk.yaod.yaql.visitors.Visitor.
The Visitor interface represents the visitor pattern used for traversing the abstract syntax tree.

W

WhileStatement - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.WhileStatement.
The WhileStatement class represents the statement nodes in the abstract syntax tree.
WhileStatement(Expression, Statement, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.WhileStatement
Creates a new statement node with the given expression e, statement s and terminal k.
Workbench - class pl.edu.pjwstk.yaod.workbench.Workbench.
Klasa uruchamiajaca Workbencha.
Workbench() - Constructor for class pl.edu.pjwstk.yaod.workbench.Workbench
 
Wrappable - interface pl.edu.pjwstk.yaod.store.Wrappable.
Interfejs implementowany przez wszystkie oslony skladow.
write(byte[], int) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.Datafile
Zapisuje zawartosc podanej tablicy na podanej pozycji w pliku.
writeBlock(AbstractBlock) - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentBlockManager
Zapisuje blok na dysku.
writeBlock(AbstractBlock) - Method in class pl.edu.pjwstk.yaod.debug.blocks.BlockTesterStore
 
writeControlFile() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.persistentstore.PersistentStore
Zapisuje plik kontrolny skladu na dysku.
writeControlFile() - Method in class pl.edu.pjwstk.yaod.store.defaultstore.transientstore.TransientStore
 
writeObject(Object, String) - Method in class pl.edu.pjwstk.yaod.util.ObjectSerializer
Serializuje obiekt i zapisuje go na dysku.

X

XML_RESULTS - Static variable in class pl.edu.pjwstk.yaod.workbench.nodes.DBManagersNode
 
XMLDocumentNode - class pl.edu.pjwstk.yaod.workbench.nodes.XMLDocumentNode.
 
XMLDocumentNode(String) - Constructor for class pl.edu.pjwstk.yaod.workbench.nodes.XMLDocumentNode
 
XMLDocumentsNode - class pl.edu.pjwstk.yaod.workbench.nodes.XMLDocumentsNode.
 
XMLDocumentsNode() - Constructor for class pl.edu.pjwstk.yaod.workbench.nodes.XMLDocumentsNode
 
XMLLoader - class pl.edu.pjwstk.yaod.xml.XMLLoader.
Laduje dokument XML do bazy danych, wykorzystujac interfejs DOM.
XMLLoader(ObjectManager) - Constructor for class pl.edu.pjwstk.yaod.xml.XMLLoader
Tworzy nowy obiekt loadera.
XMLLoadRequest - class pl.edu.pjwstk.yaod.network.protocol.XMLLoadRequest.
Klasa realizujaca zadanie zaladowania do bazy danych przeslanego dokumentu XML.
XMLLoadRequest(String) - Constructor for class pl.edu.pjwstk.yaod.network.protocol.XMLLoadRequest
Tworzy nowe zadanie.
XmlPrintStatement - class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.XmlPrintStatement.
The XmlPrintStatement class represents the statement nodes in the abstract syntax tree.
XmlPrintStatement(Expression, KeywordTerminal) - Constructor for class pl.edu.pjwstk.yaod.yaql.abstractsyntaxtree.statements.XmlPrintStatement
Creates a new statement node with the given expression e and terminal k.

Y

Yaod - class pl.edu.pjwstk.yaod.system.Yaod.
Klasa uruchamiajaca serwer.
YAOD_RESULTS - Static variable in class pl.edu.pjwstk.yaod.workbench.nodes.DBManagersNode
 
Yaod() - Constructor for class pl.edu.pjwstk.yaod.system.Yaod
 
YBackward - class pl.edu.pjwstk.yaod.objects.YBackward.
Klasa, ktorej zadaniem jest dodanie zachowania do statycznych struktur, jakimi sa atomy referencyjne.
YBinary - class pl.edu.pjwstk.yaod.objects.YBinary.
Klasa reprezentujaca obiekt zawierajacy dane binarne.
YBinary(SVRP, BinaryAtom) - Constructor for class pl.edu.pjwstk.yaod.objects.YBinary
Tworzy nowy obiekt danych binarnych na bazie atomu juz zapisanego w bazie.
YBinary(SVRP, String, byte[]) - Constructor for class pl.edu.pjwstk.yaod.objects.YBinary
Tworzy nowy obiekt danych binarnych.
YComplexObject - class pl.edu.pjwstk.yaod.objects.YComplexObject.
Klasa z ktorej dziedzicza wszystkie obiekty zlozone.
YDouble - class pl.edu.pjwstk.yaod.objects.YDouble.
Klasa rozszerzajaca mozliwosci statycznych struktur, jakimi sa atomy typu double.
YDouble(SVRP, DoubleAtom) - Constructor for class pl.edu.pjwstk.yaod.objects.YDouble
 
YDouble(SVRP, String, double) - Constructor for class pl.edu.pjwstk.yaod.objects.YDouble
Tworzy nowy obiekt zawierajacy wartosc double.
YInteger - class pl.edu.pjwstk.yaod.objects.YInteger.
Klasa rozszerzajaca statyczne struktury, jakimi sa atomy typu integer.
YInteger(SVRP, IntegerAtom) - Constructor for class pl.edu.pjwstk.yaod.objects.YInteger
Konstruktor tworzacy nowy obiekt YInteger na podstawie istniejacego juz w systemie atomu.
YInteger(SVRP, String, int) - Constructor for class pl.edu.pjwstk.yaod.objects.YInteger
Konstruktor tworzacy nowy obiekt YInteger.
YJavaDouble - class pl.edu.pjwstk.yaod.objects.YJavaDouble.
Klasa obiektow typu double zapisanych w skladzie obiektow Javy.
YJavaDouble(SVRP, JavaDoubleAtom) - Constructor for class pl.edu.pjwstk.yaod.objects.YJavaDouble
Tworzy obiekt na bazie atomu juz umieszczonego w bazie.
YJavaDouble(SVRP, String, Object, String) - Constructor for class pl.edu.pjwstk.yaod.objects.YJavaDouble
Tworzy obiekt typu double.
YJavaInteger - class pl.edu.pjwstk.yaod.objects.YJavaInteger.
Klasa obiektow typu integer zapisanych w skladzie obiektow Javy.
YJavaInteger(SVRP, JavaIntegerAtom) - Constructor for class pl.edu.pjwstk.yaod.objects.YJavaInteger
Tworzy obiekt na bazie atomu juz umieszczonego w bazie.
YJavaInteger(SVRP, String, Object, String) - Constructor for class pl.edu.pjwstk.yaod.objects.YJavaInteger
Tworzy obiekt typu integer.
YJavaString - class pl.edu.pjwstk.yaod.objects.YJavaString.
Klasa obiektow typu string zapisanych w skladzie obiektow Javy.
YJavaString(SVRP, JavaStringAtom) - Constructor for class pl.edu.pjwstk.yaod.objects.YJavaString
Tworzy obiekt na bazie atomu juz umieszczonego w bazie.
YJavaString(SVRP, String, Object, String) - Constructor for class pl.edu.pjwstk.yaod.objects.YJavaString
Tworzy obiekt typu string.
YNET - Static variable in class pl.edu.pjwstk.yaod.system.processes.SVRP
 
YNETCommunicator - class pl.edu.pjwstk.yaod.network.YNETCommunicator.
Klasa zapewnia mozliwosc komunikacji miedzy klientem i serwerem za pomoca protokolu Y.NET.
YNETCommunicator(Socket, SVRP) - Constructor for class pl.edu.pjwstk.yaod.network.YNETCommunicator
Otwiera polaczenie serwera z klientem.
YNETCommunicator(String, int) - Constructor for class pl.edu.pjwstk.yaod.network.YNETCommunicator
Otwiera polaczenie klienta z serwerem.
YObject - class pl.edu.pjwstk.yaod.objects.YObject.
Klasa, ktorej zadaniem jest dodanie zachowania do statycznych struktur, jakimi sa atomy.
YProcedure - class pl.edu.pjwstk.yaod.objects.YProcedure.
Obiekt reprezentujacy procedure w skladzie obiektow.
YProcedure(SVRP, ProcedureAtom) - Constructor for class pl.edu.pjwstk.yaod.objects.YProcedure
Tworzy nowy obiekt procedury na bazie istniejacego juz w skladzie atomu.
YProcedure(SVRP, String) - Constructor for class pl.edu.pjwstk.yaod.objects.YProcedure
Tworzy nowy obiekt procedury.
YReference - class pl.edu.pjwstk.yaod.objects.YReference.
Klasa, ktorej zadaniem jest dodanie zachowania do statycznych struktur, jakimi sa atomy referencyjne.
YRing - class pl.edu.pjwstk.yaod.objects.YRing.
Klasa reprezentujaca obiekty zlozone typu Ring.
YSimpleObject - class pl.edu.pjwstk.yaod.objects.YSimpleObject.
Klasa abstrakcyjna, majaca na celu zgrupowanie wszystkich obiektow prostych.
YSimpleObject(SVRP, Atom) - Constructor for class pl.edu.pjwstk.yaod.objects.YSimpleObject
Konstruktor tworzacy nowy obiekt prosty.
YSpider - class pl.edu.pjwstk.yaod.objects.YSpider.
Klasa, ktorej zadaniem jest dodanie zachowania do statycznych struktur, jakimi sa atomy typu spider.
YString - class pl.edu.pjwstk.yaod.objects.YString.
Klasa rozszerzajaca statyczne struktury, jakimi sa atomy typu string.
YString(SVRP, StringAtom) - Constructor for class pl.edu.pjwstk.yaod.objects.YString
Konstruktor tworzacy nowy obiekt typu string na podstawie istniejacego juz w systemie atomu.
YString(SVRP, String, String) - Constructor for class pl.edu.pjwstk.yaod.objects.YString
Konstruktor tworzacy nowy obiekt typu string.
YTriangle - class pl.edu.pjwstk.yaod.objects.YTriangle.
Klasa reprezentujaca obiekt zlozony typu triangle.
yybegin(int) - Method in class pl.edu.pjwstk.yaod.yaql.parser.Lexer
Enters a new lexical state
yycharat(int) - Method in class pl.edu.pjwstk.yaod.yaql.parser.Lexer
Returns the character at position pos from the matched text.
yyclose() - Method in class pl.edu.pjwstk.yaod.yaql.parser.Lexer
Closes the input stream.
YYEOF - Static variable in class pl.edu.pjwstk.yaod.yaql.parser.Lexer
This character denotes the end of file
YYINITIAL - Static variable in class pl.edu.pjwstk.yaod.yaql.parser.Lexer
 
yylength() - Method in class pl.edu.pjwstk.yaod.yaql.parser.Lexer
Returns the length of the matched text region.
yyreset(Reader) - Method in class pl.edu.pjwstk.yaod.yaql.parser.Lexer
Closes the current stream, and resets the scanner to read from a new input stream.
yystate() - Method in class pl.edu.pjwstk.yaod.yaql.parser.Lexer
Returns the current lexical state.
yytext() - Method in class pl.edu.pjwstk.yaod.yaql.parser.Lexer
Returns the text matched by the current regular expression.

_

_action_table - Static variable in class pl.edu.pjwstk.yaod.yaql.parser.Parser
Parse-action table.
_production_table - Static variable in class pl.edu.pjwstk.yaod.yaql.parser.Parser
Production table.
_reduce_table - Static variable in class pl.edu.pjwstk.yaod.yaql.parser.Parser
reduce_goto table.

A B C D E F G H I J K L M N O P Q R S T U V W X Y _