Serialized Form
|
Package org.openrdf.model |
|
Package org.openrdf.model.impl |
_id
String _id
_label
String _label
- The label.
_language
String _language
- The language tag (null if not set).
_datatype
URI _datatype
- The datatype (null if not set).
_subject
Resource _subject
- subject
_predicate
URI _predicate
- predicate
_object
Value _object
- object
_namespace
String _namespace
- The namespace.
_localName
String _localName
- local name
_lineNo
int _lineNo
_columnNo
int _columnNo
|
Package org.openrdf.sesame.admin |
|
Package org.openrdf.sesame.config |
_id
String _id
_title
String _title
_sailType
String _sailType
_readable
boolean _readable
_writeable
boolean _writeable
|
Package org.openrdf.sesame.config.ui |
_repositoryId
String _repositoryId
- Repository id
_id
String _id
- Repository id
_id
String _id
- Repository id
_config
SystemConfig _config
- SystemConfig
_accessControlTable
AccessControlTable _accessControlTable
- AccessControlTable
_sailTable
SailTable _sailTable
- SailTable
_parameterTable
ParameterTable _parameterTable
- ParameterTable
_okButton
JButton _okButton
_cancelButton
JButton _cancelButton
|
Class org.openrdf.sesame.config.ui.AdvancedDialog.AccessControlPanel extends JPanel implements Serializable |
_addButton
JButton _addButton
_removeButton
JButton _removeButton
|
Class org.openrdf.sesame.config.ui.AdvancedDialog.SailStackPanel extends JPanel implements Serializable |
_upButton
JButton _upButton
_downButton
JButton _downButton
_addButton
JButton _addButton
_removeButton
JButton _removeButton
|
Class org.openrdf.sesame.config.ui.AdvancedDialog.SailStackPanel.ParameterPanel extends JPanel implements Serializable |
_class
String _class
- Class
_scrollPane
JScrollPane _scrollPane
_title
JLabel _title
- Title
_addButton
JButton _addButton
_removeButton
JButton _removeButton
_noFocusBorder
Border _noFocusBorder
- Border
_fileChooser
ConfigureSesameFrame.SystemConfigFileChooser _fileChooser
- File chooser
_serverIOPanel
ServerIOPanel _serverIOPanel
- Panel for loading/sending a system configuration from/to a server.
_config
SystemConfig _config
- SystemConfig
_configChanged
boolean _configChanged
- Indicates if the SystemConfig has changed
_file
File _file
- SystemConfig File
_serverURL
String _serverURL
- Server URL
_newAction
Action _newAction
_closeAction
Action _closeAction
_loadFromServerAction
Action _loadFromServerAction
_sendToServerAction
Action _sendToServerAction
_openFileAction
Action _openFileAction
_saveFileAction
Action _saveFileAction
_saveFileAsAction
Action _saveFileAsAction
_exitAction
Action _exitAction
_aboutAction
Action _aboutAction
_id
String _id
- Repository id
_sailClass
String _sailClass
- Sail Class
_id
String _id
- Repository id
_sailClass
String _sailClass
- Sail class
_config
SystemConfig _config
- SystemConfig
_table
RepositoryTable _table
- RepositoryTable
_detailsButton
JButton _detailsButton
_addButton
JButton _addButton
_cloneButton
JButton _cloneButton
_removeButton
JButton _removeButton
_id
String _id
- Repository id
_id
String _id
- Repository id
_config
SystemConfig _config
- SystemConfig
_adminPassword
JTextField _adminPassword
_logDir
JTextField _logDir
_logLevel
JComboBox _logLevel
_tmpDir
JTextField _tmpDir
_rmiEnabled
JCheckBox _rmiEnabled
_rmiFactoryClassLabel
JLabel _rmiFactoryClassLabel
_rmiFactoryClass
JTextField _rmiFactoryClass
_rmiPortLabel
JLabel _rmiPortLabel
_rmiPort
IntTextField _rmiPort
_config
SystemConfig _config
- SystemConfig
_table
UserTable _table
- UserTable
_addButton
JButton _addButton
- Add button
_removeButton
JButton _removeButton
- Remove button
_value
Object _value
- Value being edited
_table
XTable _table
- XTable
_config
SystemConfig _config
- SystemConfig
_model
XTableModel _model
- The model for this XTable.
_value
String _value
- Edited value
_config
SystemConfig _config
- SystemConfig
_columns
ColumnData[] _columns
- An array of ColumnData objects containing meta-info
about the table's columns.
_rows
List _rows
- A List of RowData objects.
|
Package org.openrdf.sesame.constants |
|
Package org.openrdf.sesame.query |
_colCount
int _colCount
- The number of columns of this table.
_rowList
List _rowList
- List containing all rows. The rows are again of type List and
contain the values for each column in that row.
_columnNames
String[] _columnNames
- Array of strings with column names.
|
Package org.openrdf.sesame.query.rdql.parser |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
|
Package org.openrdf.sesame.query.rql.model |
_memberSet
TreeSet _memberSet
- The members (classes) of this intersection.
_values
Value[] _values
_position
int _position
_size
int _size
|
Package org.openrdf.sesame.query.rql.parser |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
|
Package org.openrdf.sesame.query.serql.parser |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
String eol
- The end of line string for this machine.
kind
int kind
- An integer that describes the kind of this token. This numbering
system is determined by JavaCCParser, and a table of these numbers is
stored in the file ...Constants.java.
beginLine
int beginLine
- beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
beginColumn
int beginColumn
- beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
endLine
int endLine
- beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
endColumn
int endColumn
- beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
image
String image
- The string image of the token.
next
Token next
- A reference to the next regular (non-special) token from the input
stream. If this is the last token from the input stream, or if the
token manager has not read tokens beyond this one, this field is
set to null. This is true only if this token is also a regular
token. Otherwise, see below for a description of the contents of
this field.
specialToken
Token specialToken
- This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
If there are no such special tokens, this field is set to null.
When there are more than one such special token, this field refers
to the last of these special tokens, which in turn refers to the next
previous special token through its specialToken field, and so on
until the first special token (whose specialToken field is null).
The next fields of special tokens refer to other special tokens that
immediately follow it (without an intervening regular token). If there
is no such token, this field is null.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
|
Package org.openrdf.sesame.repository.remote |
|
Package org.openrdf.sesame.sail |
|
Package org.openrdf.sesame.sail.query |
|
Package org.openrdf.sesame.sailimpl.memory |
_explicit
boolean _explicit
|
Package org.openrdf.sesame.sailimpl.nativerdf.model |
|
Package org.openrdf.sesame.sailimpl.omm.security |
|
Package org.openrdf.sesame.sailimpl.rdbms.model |
|
Package org.openrdf.sesame.server.http |
_configHandler
SystemConfigHandler _configHandler
_value
String _value
- The String-representation of the RDFFormat object.
|
Package org.openrdf.util.rmirouting |
|
Class org.openrdf.util.rmirouting.ChannelIfaceImpl_Stub extends RemoteStub implements Serializable |
serialVersionUID: 2l
Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.