eRqlEngine API documentation - http://www.wleklinski.de/rdf/
A B C D E F G H I J L M N O P Q R S T U V W X Y _

G

GroupedTuples - class eworks.RDF.model.GroupedTuples.
Represents a set of grouped tuples and provides methods to manage them.
GroupedTuples() - Constructor for class eworks.RDF.model.GroupedTuples
Creates a new and empty set of tuples.
GroupedTuples(int) - Constructor for class eworks.RDF.model.GroupedTuples
Creates a new and empty set of tuples with a given initial capacity.
GroupedTuples(Collection) - Constructor for class eworks.RDF.model.GroupedTuples
Creates a new set of tuples and initializes it with a given set of tuples.
Gui - class eworks.eRQL.gui.Gui.
GUI for eRqlEngine and RqlEngine - an eRQL and RQL processor.
gDayDT - Static variable in class gr.forth.ics.vrp.corevrp.vocabulary.XMLSchema_DT
dateTime XML Schema datatype
gMonthDT - Static variable in class gr.forth.ics.vrp.corevrp.vocabulary.XMLSchema_DT
dateTime XML Schema datatype
gMonthDayDT - Static variable in class gr.forth.ics.vrp.corevrp.vocabulary.XMLSchema_DT
dateTime XML Schema datatype
gYearDT - Static variable in class gr.forth.ics.vrp.corevrp.vocabulary.XMLSchema_DT
gYear XML Schema datatype
gYearMonthDT - Static variable in class gr.forth.ics.vrp.corevrp.vocabulary.XMLSchema_DT
dateTime XML Schema datatype
genID1 - Static variable in class gr.forth.ics.vrp.corevrp.vocabulary.rdfschema
Since the w3c appended a description to the schema ns a genID:1 will be generated.
genSysID() - Method in interface gr.forth.ics.vrp.corevrp.model.IModel
Whenever a system-generated identifier is needed for statements or nodes.
genSysID() - Method in class gr.forth.ics.vrp.corevrp.model.Model
Whenever a system-generated identifier is needed for statements or nodes.
general - Variable in class gr.forth.ics.vrp.vrpgui.StatisticsDialogLayout
 
generate() - Method in class gr.forth.ics.vrp.visualization.RDF_Visualization
 
generate() - Method in class gr.forth.ics.vrp.visualization.SVGGenerator
 
get(int) - Method in class eworks.RDF.model.Statement
Returns the statement's component with the given index, 0 will return it's subject, 1 it's predicate and 2 it's object.
get(int) - Method in interface eworks.RDF.model.Tuple
Returns the tuple's component with the given index.
get(int) - Method in class eworks.RDF.model.TupleImpl
Returns the tuple's component with the given index.
get(String) - Method in class eworks.RQL.engine.SymbolTable
Returns the value of the variable specified by name.
get(int) - Method in class eworks.RQL.model.ProjectionList
Returns the i-th projection that is encapsulated by this projection list.
get(int) - Method in class eworks.RQL.model.RangeList
Returns the i-th range that is encapsulated by this range list.
get(String) - Method in class gr.forth.ics.vrp.corevrp.model.Existing
 
get(int) - Method in class gr.forth.ics.vrp.corevrp.model.Existing
 
getAllAncestors() - Method in class gr.forth.ics.vrp.corevrp.model.RDF_DAG
Computes the distinct ancestors for all nodes contained in the dag and put the number of the descendants in the dag
getAllClasses(boolean) - Method in class gr.forth.ics.vrp.corevrp.broker.RDF_SemanticBroker
 
getAllDescendants(Resource) - Method in class gr.forth.ics.vrp.corevrp.model.RDF_DAG
Computes the distinct descendants for all nodes under the node and put the number of the descendants in the dag
getAllMetaClasses() - Method in class gr.forth.ics.vrp.corevrp.model.Model
Returning a Collection of all metaclasses contained by the model.
getAllProperties(boolean) - Method in class gr.forth.ics.vrp.corevrp.broker.RDF_SemanticBroker
 
getAllResources(boolean) - Method in class gr.forth.ics.vrp.corevrp.broker.RDF_SemanticBroker
 
getBaseURI() - Method in interface gr.forth.ics.vrp.corevrp.model.IModel
Get the base URI for the model.
getBaseURI() - Method in class gr.forth.ics.vrp.corevrp.model.Model
Get the base URI for the model.
getClassTypeOfProperty(RDF_Property) - Method in class gr.forth.ics.vrp.corevrp.broker.RDF_SemanticBroker
 
getClassTypes(RDF_Resource, boolean) - Method in class gr.forth.ics.vrp.corevrp.broker.RDF_SemanticBroker
 
getClasses() - Method in interface gr.forth.ics.vrp.corevrp.model.IModel
Returning a Collection of all classes contained by the model.
getClasses() - Method in class gr.forth.ics.vrp.corevrp.model.Model
Returning a Collection of all classes contained by the model.
getClassesOfMetaclass(RDF_Class, boolean) - Method in class gr.forth.ics.vrp.corevrp.broker.RDF_SemanticBroker
 
getClipped(int, int, int, int, int, int, int, int) - Static method in class gr.forth.ics.vrp.visualization.Clipping
Calculate the clipping points of a line with a rectangle.
getClipped(double, double, int, double, double, int, double, double, double, double) - Static method in class gr.forth.ics.vrp.visualization.Clipping
Calculate the clipping points of a line with a rectangle.
getContainers() - Method in interface gr.forth.ics.vrp.corevrp.model.IModel
Returning a Collection of all RDF containers contained in the model.
getContainers() - Method in class gr.forth.ics.vrp.corevrp.model.Model
Returning a Collection of all RDF containers contained in the model.
getDataResources() - Method in interface gr.forth.ics.vrp.corevrp.model.IModel
Returns a Collection of all resources that don't belong to the basic RDF types i.e., rdfs:Class, rdf:Property, rdf:Container and rdf:Statement.
getDataResources() - Method in class gr.forth.ics.vrp.corevrp.model.Model
Returns a Collection of all resources that don't belong to the basic RDF types i.e., rdfs:Class, rdf:Property, rdf:Container and rdf:Statement.
getDomainOfProperty(RDF_Property, boolean, boolean) - Method in class gr.forth.ics.vrp.corevrp.broker.RDF_SemanticBroker
 
getExtension(File) - Static method in class eworks.eRQL.gui.Utils
Gets the extension of a file f.
getID() - Method in class gr.forth.ics.vrp.corevrp.model.Resource
Get the URI of the resource.
getInsets() - Method in class gr.forth.ics.vrp.vrpgui.VRPPanel
 
getInstanceDistribution() - Method in class gr.forth.ics.vrp.statistics.RDFModelStatistics
Returns the instances distribution.
getInstanceResources(RDF_Class, boolean, boolean) - Method in class gr.forth.ics.vrp.corevrp.broker.RDF_SemanticBroker
 
getIsObjectResource() - Method in class gr.forth.ics.vrp.corevrp.model.Triple
Returns the type of the object.
getKind() - Method in class gr.forth.ics.vrp.corevrp.model.RDF_MetaClass
If the object represents a metaclass of classes returns the integer .
getLabelFor(RDF_Resource) - Method in class gr.forth.ics.vrp.corevrp.broker.RDF_SemanticBroker
 
getLeaves() - Method in class gr.forth.ics.vrp.corevrp.model.RDF_DAG
Find the leaves, i.e., the nodes without descendants based on the information
getLength() - Method in class eworks.RQL.model.ProjectionList
Returns the number of projections encapsulated by this projection list.
getLength() - Method in class eworks.RQL.model.RangeList
Returns the number of ranges encapsulated by this range list.
getLinksWithObject(RDF_Resource) - Method in class gr.forth.ics.vrp.corevrp.broker.RDF_SemanticBroker
 
getLinksWithSubject(RDF_Resource) - Method in class gr.forth.ics.vrp.corevrp.broker.RDF_SemanticBroker
 
getLocalName() - Method in class eworks.RDF.model.UriLiteralValue
Returns the URI's local name component.
getMetaClass(RDF_Class) - Method in class gr.forth.ics.vrp.corevrp.broker.RDF_SemanticBroker
 
getMetaClasses() - Method in class gr.forth.ics.vrp.corevrp.model.Model
Returning a Collection of all metaclasses of classes contained by the model.
getMetaProperties() - Method in class gr.forth.ics.vrp.corevrp.model.Model
Returning a Collection of all metaclasses of properties contained by the model.
getModelPart(HashSet) - Method in class gr.forth.ics.vrp.corevrp.model.Model
 
getName() - Method in class eworks.RQL.model.Variable
Returns the variable's name.
getNames() - Method in class gr.forth.ics.vrp.corevrp.model.Namespace
 
getNamespace() - Method in class eworks.RDF.model.UriLiteralValue
Returns the URI's namespace component.
getNamespaceInfor() - Method in class gr.forth.ics.vrp.corevrp.broker.RDF_SemanticBroker
 
getNamespaces() - Method in class gr.forth.ics.vrp.corevrp.model.Model
Returning a HashMap containing the URI and the object reference of all the external namespaces that have been parsed.
getNodes() - Method in interface gr.forth.ics.vrp.corevrp.model.IModel
Returning a Collection containing all the values of the existing HashMap.
getNodes() - Method in class gr.forth.ics.vrp.corevrp.model.Model
Returning a Collection containing all the values of the existing HashMap.
getNumberOfGroups() - Method in class eworks.RDF.model.AbstractTuples
Returns the number of tuple goups, always 1 in this implementation.
getNumberOfGroups() - Method in class eworks.RDF.model.GroupedTuples
Returns the number of tuple groups.
getNumberOfGroups() - Method in class eworks.RDF.model.SingleGroupedTuples
Returns the number of tuple groups.
getNumberOfGroups() - Method in class eworks.RDF.model.Statement
Returns the number of tuple goups, always 1 in this implementation.
getNumberOfGroups() - Method in class eworks.RDF.model.TupleImpl
Returns the number of tuple goups, always 1 in this implementation.
getNumberOfGroups() - Method in interface eworks.RDF.model.Tuples
Returns the number of tuple groups.
getObject() - Method in class eworks.RDF.model.Statement
Returns this statement's object.
getObject() - Method in class gr.forth.ics.vrp.corevrp.model.Triple
Returns the object of the triple
getObject() - Method in class gr.forth.ics.vrp.corevrp.parser.UpCall
Get the object of the UpCall.
getPredicat() - Method in class eworks.RDF.model.Statement
Returns this statement's predicate.
getPredicate() - Method in class gr.forth.ics.vrp.corevrp.model.Triple
Returns the predicate of the triple
getPredicate() - Method in class gr.forth.ics.vrp.corevrp.parser.UpCall
Get the predicate of the UpCall.
getProjection() - Method in class eworks.RQL.model.Query
Returns this query's projection list.
getProperties() - Method in interface gr.forth.ics.vrp.corevrp.model.IModel
Returning a Collection of all properties contained by the model.
getProperties() - Method in class gr.forth.ics.vrp.corevrp.model.Model
Returning a Collection of all properties contained by the model.
getPropertiesOfClass(RDF_Class, boolean) - Method in class gr.forth.ics.vrp.corevrp.broker.RDF_SemanticBroker
 
getPropertiesWithDomain(RDF_Class, boolean) - Method in class gr.forth.ics.vrp.corevrp.broker.RDF_SemanticBroker
 
getPropertiesWithRange(RDF_Class, boolean) - Method in class gr.forth.ics.vrp.corevrp.broker.RDF_SemanticBroker
 
getRange() - Method in class eworks.RQL.model.Query
Returns this query's range.
getRangeOfProperty(RDF_Property, boolean, boolean) - Method in class gr.forth.ics.vrp.corevrp.broker.RDF_SemanticBroker
 
getReification() - Method in class gr.forth.ics.vrp.corevrp.parser.UpCall
In case the statement needs to be reified return true else false.
getReifiedStatements() - Method in interface gr.forth.ics.vrp.corevrp.model.IModel
Returning a Collection of all reified statements contained in the model.
getReifiedStatements() - Method in class gr.forth.ics.vrp.corevrp.model.Model
Returning a Collection of all reified statements contained in the model.
getRelatives(Resource, int) - Method in class gr.forth.ics.vrp.corevrp.model.RDF_DAG
Returns a HashSet containing all the distinct relatives of a node res
getRes_Lit() - Method in class gr.forth.ics.vrp.corevrp.parser.UpCall
In case the object is a Literal it returns false else true.
getResource(String) - Method in interface gr.forth.ics.vrp.corevrp.model.IModel
Returns the resource with the specified URI.
getResource(String) - Method in class gr.forth.ics.vrp.corevrp.model.Model
Returns the resource with the specified URI.
getResource(int) - Method in class gr.forth.ics.vrp.corevrp.model.Model
 
getResourceByID(String) - Method in class gr.forth.ics.vrp.corevrp.broker.RDF_SemanticBroker
 
getRootClasses(boolean) - Method in class gr.forth.ics.vrp.corevrp.broker.RDF_SemanticBroker
 
getRootProperties(boolean) - Method in class gr.forth.ics.vrp.corevrp.broker.RDF_SemanticBroker
 
getScanner() - Method in class java_cup.runtime.lr_parser
Simple accessor method to get the default scanner.
getSelectedNS() - Method in class gr.forth.ics.vrp.vrpgui.ChooseOutNamespaceDialog
 
getSelection() - Method in class eworks.RQL.model.Query
Returns this query's condition used to select, that's the WHERE clause according to the RQL syntax.
getSize() - Method in class eworks.RDF.model.Statement
Returns the statement's number of components (always 3).
getSize() - Method in interface eworks.RDF.model.Tuple
Returns the tupel's number of components.
getSize() - Method in class eworks.RDF.model.TupleImpl
Returns the tupel's number of components.
getStatement(int) - Method in class eworks.RDF.model.Statements
 
getStatement() - Method in class gr.forth.ics.vrp.corevrp.parser.UpCall
 
getStatements() - Method in interface gr.forth.ics.vrp.corevrp.model.IModel
Returns the statements comprising the model.
getStatements() - Method in class gr.forth.ics.vrp.corevrp.model.Model
Returns the statements comprising the model.
getStatistics() - Method in interface gr.forth.ics.vrp.corevrp.model.IModel
 
getStatistics() - Method in class gr.forth.ics.vrp.corevrp.model.Model
 
getSubClasses(RDF_Class, boolean, boolean) - Method in class gr.forth.ics.vrp.corevrp.broker.RDF_SemanticBroker
 
getSubProperties(RDF_Property, boolean, boolean) - Method in class gr.forth.ics.vrp.corevrp.broker.RDF_SemanticBroker
 
getSubject() - Method in class eworks.RDF.model.Statement
Returns this statement's subject.
getSubject() - Method in class gr.forth.ics.vrp.corevrp.model.Triple
Returns the subject of the triple
getSuperClasses(RDF_Class, boolean, boolean) - Method in class gr.forth.ics.vrp.corevrp.broker.RDF_SemanticBroker
 
getSuperProperties(RDF_Property, boolean, boolean) - Method in class gr.forth.ics.vrp.corevrp.broker.RDF_SemanticBroker
 
getTuple(int) - Method in class eworks.RDF.model.AbstractTuples
Returns a certain tuple specified by it's numerical index.
getTuple(int) - Method in class eworks.RDF.model.Statement
Returns a certain tuple specified by it's numerical index.
getTuple(int) - Method in class eworks.RDF.model.TupleImpl
Returns a certain tuple specified by it's numerical index.
getTuple(int) - Method in interface eworks.RDF.model.Tuples
Returns a certain tuple specified by it's numerical index.
getTuple() - Method in class eworks.RQL.engine.SymbolTable
Returns all bound variables and their values as tuple, using an instance of Tuple.
getTuplesByGroup(int) - Method in class eworks.RDF.model.AbstractTuples
Returns all tuples of a certain tuple group.
getTuplesByGroup(int) - Method in class eworks.RDF.model.GroupedTuples
Returns all tuples of a certain tuple groups, that is specified by it's numerical index.
getTuplesByGroup(int) - Method in class eworks.RDF.model.SingleGroupedTuples
Returns all tuples of a certain tuple groups, that is specified by it's numerical index.
getTuplesByGroup(int) - Method in class eworks.RDF.model.Statement
Returns all tuples of a certain tuple group.
getTuplesByGroup(int) - Method in class eworks.RDF.model.TupleImpl
Returns all tuples of a certain tuple group.
getTuplesByGroup(int) - Method in interface eworks.RDF.model.Tuples
Returns all tuples of a certain tuple groups, that is specified by it's numerical index.
getURI() - Method in class eworks.RDF.model.UriLiteralValue
Returns the encapsulated URI.
getURI(String) - Static method in class eworks.RDF.util.UriFactory
Returns as instance of java.net.URI for the given URI literal.
getURI() - Method in class gr.forth.ics.vrp.corevrp.model.Namespace
Returns the URI of the namespace
getValue(SymbolTable) - Method in class eworks.RDF.model.LiteralValue
Returns the literal value, that's the instance itself.
getValue() - Method in class eworks.RDF.model.LiteralValue
Returns the literal value, that's the instance itself.
getValue(SymbolTable) - Method in class eworks.RDF.model.Value
Returns this value's literal value, according to a given symbol table.
getValue(SymbolTable) - Method in class eworks.RQL.model.Variable
Returns the variable's value, using a certain symbol table.
getVariable() - Method in class eworks.RQL.model.Projection
Returns this projection's encapsulated variable.
get_action(int, int) - Method in class java_cup.runtime.lr_parser
Fetch an action from the action table.
get_from_real() - Method in class java_cup.runtime.virtual_parse_stack
Transfer an element from the real to the virtual stack.
get_int(String) - Method in class gr.forth.ics.vrp.corevrp.model.Existing
 
get_reduce(int, int) - Method in class java_cup.runtime.lr_parser
Fetch a state from the reduce-goto table.
get_url(int) - Method in class gr.forth.ics.vrp.corevrp.model.Existing
 
getcomment() - Method in class gr.forth.ics.vrp.corevrp.model.RDF_Resource
Get the comments of the resource.
getdag() - Method in class gr.forth.ics.vrp.corevrp.model.RDF_DAG
 
getdebug() - Method in class gr.forth.ics.vrp.corevrp.parser.parser
 
getdomain() - Method in class gr.forth.ics.vrp.corevrp.model.RDF_Property
Getting the domain(s) of the property.
getextParsingTime() - Method in class gr.forth.ics.vrp.corevrp.parser.parser
Returns the time required to parse external namespaces
getfetch_all() - Method in class gr.forth.ics.vrp.corevrp.parser.parser
 
getinheritTime() - Method in class gr.forth.ics.vrp.corevrp.validator.RDF_Validator
Returns the time required to inherit the domain and the range to the sub properties
getisDefinedBy() - Method in class gr.forth.ics.vrp.corevrp.model.RDF_Resource
Get the isDefinedBy statements of the resource.
getlabel() - Method in class gr.forth.ics.vrp.corevrp.model.RDF_Resource
Get the labels of the resource.
getlang() - Method in class gr.forth.ics.vrp.corevrp.model.Literal
 
getlink() - Method in class gr.forth.ics.vrp.corevrp.model.RDF_Property
Getting all links of the property.
getloop_element() - Method in class gr.forth.ics.vrp.corevrp.model.RDF_DAG
 
getmember() - Method in class gr.forth.ics.vrp.corevrp.model.RDF_Container
Get the members.
getno_loop() - Method in class gr.forth.ics.vrp.corevrp.model.RDF_DAG
 
getobject() - Method in class gr.forth.ics.vrp.corevrp.model.Link
Get the object of a link.
getobject() - Method in class gr.forth.ics.vrp.corevrp.model.RDF_Statement
Get the object of the statement.
getonly() - Method in class gr.forth.ics.vrp.corevrp.parser.parser
 
getorder() - Method in class gr.forth.ics.vrp.corevrp.model.RDF_DAG
Accessing the order.
getpredicate() - Method in class gr.forth.ics.vrp.corevrp.model.RDF_Statement
Get the predicate of the statement.
getrange() - Method in class gr.forth.ics.vrp.corevrp.model.RDF_Property
Get the range of the property.
getroots() - Method in class gr.forth.ics.vrp.corevrp.model.RDF_DAG
 
getseeAlso() - Method in class gr.forth.ics.vrp.corevrp.model.RDF_Resource
Get the seeAlso statements of the resource.
getsimple() - Method in class gr.forth.ics.vrp.corevrp.parser.parser
 
getsubClassOf() - Method in class gr.forth.ics.vrp.corevrp.model.RDF_Class
Get all subClassOf statements of the class.
getsubClassOfDAG() - Method in class gr.forth.ics.vrp.corevrp.validator.RDF_Validator
Returns the subClasses Directed Acyclic Graph.
getsubPropertyOf() - Method in class gr.forth.ics.vrp.corevrp.model.RDF_Property
Getting all subPropertyOf statements of the property.
getsubPropertyOfDAG() - Method in class gr.forth.ics.vrp.corevrp.validator.RDF_Validator
Returns the subProperties Directed Acyclic Graph.
getsubject() - Method in class gr.forth.ics.vrp.corevrp.model.Link
Get the subject of a link.
getsubject() - Method in class gr.forth.ics.vrp.corevrp.model.RDF_Statement
Get the subject of the statement.
gettriples() - Method in class gr.forth.ics.vrp.corevrp.parser.parser
 
gettype() - Method in class gr.forth.ics.vrp.corevrp.model.Literal
 
gettype() - Method in class gr.forth.ics.vrp.corevrp.model.RDF_Resource
Get the type of the resource.
getvalue() - Method in class gr.forth.ics.vrp.corevrp.model.Literal
 
getvalue() - Method in class gr.forth.ics.vrp.corevrp.model.RDF_Resource
Get the value statements of the resource.
getverbose() - Method in interface gr.forth.ics.vrp.corevrp.model.IModel
 
getverbose() - Method in class gr.forth.ics.vrp.corevrp.model.Model
Indicates whether messages about the actions performed by the VRP will be reported.
getverbose() - Method in class gr.forth.ics.vrp.corevrp.parser.parser
 
gr.forth.ics.vrp.corevrp.broker - package gr.forth.ics.vrp.corevrp.broker
 
gr.forth.ics.vrp.corevrp.model - package gr.forth.ics.vrp.corevrp.model
 
gr.forth.ics.vrp.corevrp.parser - package gr.forth.ics.vrp.corevrp.parser
 
gr.forth.ics.vrp.corevrp.validator - package gr.forth.ics.vrp.corevrp.validator
 
gr.forth.ics.vrp.corevrp.vocabulary - package gr.forth.ics.vrp.corevrp.vocabulary
 
gr.forth.ics.vrp.statistics - package gr.forth.ics.vrp.statistics
 
gr.forth.ics.vrp.visualization - package gr.forth.ics.vrp.visualization
 
gr.forth.ics.vrp.vrpgui - package gr.forth.ics.vrp.vrpgui
 

eRqlEngine API documentation - http://www.wleklinski.de/rdf/
A B C D E F G H I J L M N O P Q R S T U V W X Y _