Ila

Uses of Class
org.topoweb.ila.NodeSet

Packages that use NodeSet
org.topoweb.ila Common classes and interfaces shared by the org.topoweb.ila.* subpackages. 
org.topoweb.ila.protocol Defines the over-the-wire representation (or other serialization) of some Ila classes and interfaces. 
org.topoweb.ila.server.spi Service provider interfaces. 
 

Uses of NodeSet in org.topoweb.ila
 

Fields in org.topoweb.ila declared as NodeSet
static NodeSet NodeSet.EMPTY
          An empty set with infinite range.
static NodeSet NodeSet.UNKNOWN
          An empty set with no range.
 

Methods in org.topoweb.ila that return NodeSet
 NodeSet LinkNode.getForelinks()
          Returns the forelinks.
 NodeSet LinkNode.getBacklinks()
          Returns the backlinks.
 NodeSet LinkNode.getLinks(int type)
          Returns the links for the given type.
 NodeSet Ila.getLinks(org.topoweb.net.Ori src, int linkType, org.topoweb.util.StringRange linkRange, int pageOrder, int maxCount)
          Returns the links of the specified type for the node with the given Ori as a NodeSet.
 NodeSet Ila.getKnown(org.topoweb.util.StringRange range, int pageOrder, int maxCount)
          Returns a list of nodes known by Ila in the given lexical range as a NodeSet.
 

Constructors in org.topoweb.ila with parameters of type NodeSet
LinkNode(org.topoweb.net.Ori ori, State state, NodeSet fore, NodeSet back)
          Creates a new instance with the specified ori, state, forelinks and backlinks.
LinkNode(org.topoweb.net.Ori ori, State state, NodeSet fore, NodeSet back)
          Creates a new instance with the specified ori, state, forelinks and backlinks.
 

Uses of NodeSet in org.topoweb.ila.protocol
 

Methods in org.topoweb.ila.protocol that return NodeSet
 NodeSet PNodeSet.toNodeSet(org.w3c.dom.Element element)
          Translates the given element to a NodeSet instance.
 NodeSet RemoteIla.getLinks(org.topoweb.net.Ori src, int linkType, org.topoweb.util.StringRange linkRange, int pageOrder, int maxCount)
           
 NodeSet RemoteIla.getKnown(org.topoweb.util.StringRange range, int pageOrder, int maxCount)
           
 

Methods in org.topoweb.ila.protocol with parameters of type NodeSet
 org.w3c.dom.Element PNodeSet.toElement(NodeSet nodeSet, org.w3c.dom.Document factory)
          Translates the specified nodeSet using the given factory.
 

Uses of NodeSet in org.topoweb.ila.server.spi
 

Methods in org.topoweb.ila.server.spi that return NodeSet
 NodeSet IlaImpl.getLinks(org.topoweb.net.Ori src, int linkType, org.topoweb.util.StringRange linkRange, int pageOrder, int maxCount)
           
 NodeSet IlaImpl.getKnown(org.topoweb.util.StringRange range, int pageOrder, int maxCount)
           
 NodeSet DataAccessor.getKnown(org.topoweb.util.StringRange range, int pageOrder, int maxCount)
          Returns a list of known nodes in the given lexical range.
 NodeSet DataAccessor.getLinks(org.topoweb.net.Ori src, int linkType, org.topoweb.util.StringRange linkRange, int pageOrder, int maxCount)
          Returns the links of the specified type for the given node.
 


Ila

Copyright (C) 2002 Babak Farhang

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.