-
AfterValueChangeTest.Node
Node
@author Generated from Forte
@since 19-Nov-2008
-
EDU.purdue.jtb.syntaxtree.Node
The interface which all syntax tree classes must implement.
-
aStarLibrary.Node
-
abstrasy.Node
sor.eu/eupl Sauf obligation légale ou contractuelle écrite, le logiciel distribué sous la Licence est distribué "en l’état", SANS GARANTIES OU CONDITIONS QUELLES QU’ELLES SOIENT, expresses ou implicites. Consultez la Licence pour les autorisations et les restrictions linguistiques spécifiques relevant de la Licence.
@author Luc Bruninx
@version 1.0 (experimental)
-
aima.core.probability.bayes.Node
Artificial Intelligence A Modern Approach (3rd Edition): page 511.
A node is annotated with quantitative probability information. Each node corresponds to a random variable, which may be discrete or continuous. If there is an arrow from node X to node Y in a Bayesian Network, X is said to be a parent of Y and Y is a child of X. Each node Xi has a conditional probability distribution P(Xi | Parents(Xi)) that quantifies the effect of the parents on the node.
@author Ciaran O'Reilly
-
aima.core.search.framework.Node
Artificial Intelligence A Modern Approach (3rd Edition): Figure 3.10, page 79.
Figure 3.10 Nodes are the data structures from which the search tree is constructed. Each has a parent, a state, and various bookkeeping fields. Arrows point from child to parent.
Search algorithms require a data structure to keep track of the search tree that is being constructed. For each node n of the tree, we have a structure that contains four components:
- n.STATE: the state in the state space to which the node corresponds;
- n.PARENT: the node in the search tree that generated this node;
- n.ACTION: the action that was applied to the parent to generate the node;
- n.PATH-COST: the cost, traditionally denoted by g(n), of the path from the initial state to the node, as indicated by the parent pointers.
@author Ravi Mohan
@author Ciaran O'Reilly
@author Mike Stampone
-
alex.zhrenjie04.wordfilter.search.tree.Node
-
anvil.script.expression.Node
class Node
@author : Jani Lehtim�ki
-
at.salzburgresearch.nodekeeper.model.Node
...
Author: Thomas Kurz (tkurz@apache.org)
-
att.grappa.Node
-
au.csiro.ontology.Node
Represents a node in the taxonomy generated after classifying an ontology.
@author Alejandro Metke
-
bibliothek.gui.dock.station.split.Node
-
bibliothek.gui.dock.station.split.SplitDockPerspective.Node
-
booton.translator.Node
@version 2014/07/05 19:06:00
-
ca.nengo.model.Node
A part of a Network that can be run independently (eg a Neuron). Normally a source of Origins and/or Terminations.
@author Bryan Tripp
-
cascading.pattern.model.tree.Node
-
ch.ethz.inf.se.rcl.examples.delaunayrefinement.graph.Node
@author Mischael Schill
-
ch.ethz.inf.se.soj.examples.delaunayrefinement.graph.Node
@author Mischael Schill
-
ch.njol.skript.config.Node
@author Peter Güttinger
-
ch.qos.logback.core.pattern.parser.Node
-
ch.ralscha.extdirectspring.provider.RemoteProviderTreeLoad.Node
-
ch.tatool.element.Node
The node interface allows for a class to be used as part of the hierarchy tree in Tatool.
@author Michael Ruflin
-
ch.uzh.ifi.seal.changedistiller.treedifferencing.Node
General tree node.
{@link TreeDifferencer} can only apply the matching and edit script generation if the two trees are made out of suchnodes.
@author Beat Fluri
@see TreeDifferencer
-
cn.com.manager.domains.Node
@author kete
-
cn.wanghaomiao.xpath.model.Node
xpath语法链的一个基本节点
@author 汪浩淼 [haomiaowang@sohu-inc.com et.tw@163.com]
@since 14-3-7 下午3:36
-
co.cask.cdap.app.queue.QueueSpecificationGenerator.Node
-
co.cask.tigon.app.queue.QueueSpecificationGenerator.Node
-
com.aerospike.client.cluster.Node
Server node representation. This class manages server node connections and health status.
-
com.alibaba.otter.shared.common.model.config.node.Node
Node数据对象
@author jianghang 2011-8-19 上午10:19:40
-
com.ardor3d.scenegraph.Node
Node defines an internal node of a scene graph. The internal node maintains a collection of children and handles merging said children into a single bound to allow for very fast culling of multiple nodes. Node allows for any number of children to be attached.
-
com.aspose.words.Node
-
com.atilika.kuromoji.trie.Trie.Node
-
com.atlantbh.jmeter.plugins.hbasecomponents.utils.filter.Node
Helper class for filters.
-
com.badlogic.gdx.graphics.g3d.model.Node
-
com.bazaarvoice.jless.ast.node.Node
-
com.betfair.platform.virtualheap.Node
-
com.blazebit.regex.node.Node
-
com.bulletphysics.collision.broadphase.Dbvt.Node
-
com.carrotsearch.randomizedtesting.FilterExpressionParser.Node
-
com.cedarsoft.commons.struct.Node
A node extends the interface {@link StructPart} with read/write support.
-
com.couchbase.client.core.node.Node
Represents a Couchbase Node.
@author Michael Nitschinger
@since 2.0
-
com.cxy.redisclient.domain.Node
-
com.denimgroup.threadfix.webapp.viewmodels.Node
-
com.dotcms.repackage.org.dom4j.Node
-
com.dotcms.repackage.org.jboss.cache.Node
-
com.dotcms.repackage.org.w3c.dom.Node
-
com.dotmarketing.util.diff.html.dom.Node
Represents any element in the DOM tree of a HTML file.
-
com.dp4j.ast.Node
@author simpatico
-
com.dragome.compiler.graph.Node
-
com.dtrules.xmlparser.XMLTree.Node
-
com.eclipsesource.tabris.demos.enron.EnronDataset.Node
-
com.enioka.jqm.jpamodel.Node
Not part of any API - this an internal JQM class and may change without notice.
JPA persistence class for storing the definition of the different nodes that are member of the JMQ cluster.
There can be some confusion between terms: an engine
is a Java process that represents a {@link Node}. There can only be one engine running the same Node at the same time.
A node is the holder of all the parameters needed for the engine to run: a list of {@link Queue}s to poll (through {@link DeploymentParameter}s), the different TCP ports to use, etc.
-
com.espertech.esper.epl.join.rep.Node
Node is the structure to hold results of event lookups in joined streams. A node holds a set of event which are the result of a lookup in a stream's table. A Node can be linked to its parent node and the event within the parent node, which was the event that was used to perform a lookup.
-
com.facebook.presto.metadata.Node
A node is a server in a cluster than can process queries.
-
com.facebook.presto.spi.Node
-
com.facebook.presto.sql.tree.Node
-
com.founder.fix.bpmn2extensions.connectormenu.Node
A representation of the model object '
Node'.
The following features are supported:
- {@link com.founder.fix.bpmn2extensions.connectormenu.Node#getId Id}
- {@link com.founder.fix.bpmn2extensions.connectormenu.Node#getName Name}
- {@link com.founder.fix.bpmn2extensions.connectormenu.Node#getIco Ico}
- {@link com.founder.fix.bpmn2extensions.connectormenu.Node#getMenuConnector Menu Connector}
- {@link com.founder.fix.bpmn2extensions.connectormenu.Node#getNode Node}
@see com.founder.fix.bpmn2extensions.connectormenu.ConnectormenuPackage#getNode()
@model
@generated
-
com.gargoylesoftware.htmlunit.javascript.host.Node
The JavaScript object "Node" which is the base class for all DOM objects. This will typically wrap an instance of {@link DomNode}.
@version $Revision: 5301 $
@author
Mike Bowler
@author David K. Taylor
@author Barnaby Court
@author
Christian Sell
@author
George Murnock
@author Chris Erskine
@author Bruce Faulkner
@author Ahmed Ashour
-
com.gistlabs.mechanize.document.node.Node
Describes a node of a document having attributes and child nodes.
To support additional interpreted attributes special attribute names can be used following the notation ${attributeName}. Refer to the current node implementation for supported special attributes (e.g HtmlElement.getAttribute("${text}")
)
@author Martin Kersten
-
com.github.mustachejava.util.Node
-
com.google.code.lightssh.project.tree.entity.Node
结点
@author YangXiaojin
-
com.google.gwt.dev.js.rhino.Node
This class implements the root of the intermediate representation.
@author Norris Boyd
@author Mike McCabe
-
com.google.gwt.dom.client.Node
The Node interface is the primary datatype for the entire Document Object Model. It represents a single node in the document tree. While all objects implementing the Node interface expose methods for dealing with children, not all objects implementing the Node interface may have children.
-
com.google.gwt.thirdparty.javascript.rhino.Node
-
com.google.gwt.xml.client.Node
This is the base interface for DOM nodes, as obtained from using XMLParser
methods. Methods for iterating over and accessing values from nodes are supplied here.
-
com.google.gxp.compiler.base.Node
An artifact generated from some source code. It's probably easiest to think of a {@code Node} as an AST node, though most {@code Node}s are only indirectly a result of parsing.
-
com.google.javascript.rhino.Node
This class implements the root of the intermediate representation.
-
com.google.jstestdriver.token.Node
-
com.google.refine.rdf.Node
-
com.google.test.metric.cpp.dom.Node
-
com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap.Node
-
com.googlecode.gaal.suffix.api.SuffixTree.Node
-
com.googlecode.goclipse.go.lang.model.Node
@author steel
-
com.googlecode.gwt.test.finder.Node
-
com.gwtext.client.data.Node
A data Node class.
@author Sanjiv Jivan
-
com.hazelcast.instance.Node
-
com.hp.hpl.jena.graph.Node
A Node has five subtypes: Node_Blank, Node_Anon, Node_URI, Node_Variable, and Node_ANY. Nodes are only constructed by the node factory methods, and they will attempt to re-use existing nodes with the same label if they are recent enough.
@author Jeremy Carroll and Chris Dollin
-
com.hp.jena.graph.Node
-
com.huaban.analysis.jieba.Node
-
com.ibm.sbt.playground.assets.Node
Definition of a node.
-
com.impetus.kundera.graph.Node
Represents a node in object graph
@author amresh.singh
-
com.impossibl.postgres.jdbc.SQLTextTree.Node
-
com.innoq.liqid.model.Node
Node 10.12.2011
-
com.intellij.openapi.graph.base.Node
-
com.ir.objects.Node
A Node, used in the A* Search to link squares to their associated f scores
@author Mark Feaver
-
com.jayway.restassured.path.xml.element.Node
-
com.jclark.xsl.om.Node
represents a Node in an XML document
-
com.jme.scene.Node
-
com.jme3.scene.Node
Node
defines an internal node of a scene graph. The internal node maintains a collection of children and handles merging said children into a single bound to allow for very fast culling of multiple nodes. Node allows for any number of children to be attached.
@author Mark Powell
@author Gregg Patton
@author Joshua Slack
-
com.kurento.kmf.test.services.Node
Nodes in Selenium Grid testing.
@author Boni Garcia (bgarcia@gsyc.es)
@since 4.2.5
-
com.l2jfrozen.gameserver.geo.pathfinding.Node
-
com.linkedin.norbert.cluster.javaapi.Node
-
com.mattibal.meshnet.NetworkTree.Node
-
com.meidusa.amoeba.sqljep.Node
-
com.metamx.collections.spatial.Node
-
com.mossle.bpm.graph.Node
节点.
-
com.neptuny.xgrapher.gen.model.Node
eptuny.it/XGrapher}GraphElement"> </extension> </complexContent> </complexType>
-
com.nokia.dempsy.Dempsy.Application.Cluster.Node
-
com.ojn.gexf4j.core.Node
-
com.oltpbenchmark.benchmarks.jpab.objects.Node
A simple binary tree node entity class.
-
com.projity.grouping.core.Node
This is the bridge interface of the bridge pattern Don't implement this interface, implement NodeImpl instead It represents project management objects like Task, Resource, Assignment but doesn't implements them directly
-
com.redhat.ceylon.compiler.typechecker.tree.Node
-
com.sk89q.worldedit.math.interpolation.Node
Represents a node for interpolation.
The {@link #tension}, {@link #bias} and {@link #continuity} fieldsare parameters for the Kochanek-Bartels interpolation algorithm.
-
com.sleepycat.je.tree.Node
A Node contains all the common base information for any JE B-Tree node.
-
com.sparc.knappsack.models.reports.Node
-
com.spidercache.node.Node
-
com.sun.corba.se.impl.orbutil.graph.Node
Node in a graph.
-
com.sun.el.parser.Node
@author Jacob Hookom [jacob@hookom.net]
@version $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: tcfujii $
-
com.sun.enterprise.config.serverbeans.Node
A cluster defines a homogeneous set of server instances that share the same applications, resources, and configuration.
-
com.sun.sgs.service.Node
An abstraction for node information, used in conjunction with the {@link WatchdogService} and {@link NodeListener}s.
-
com.sun.tools.javac.comp.Infer.GraphSolver.InferenceGraph.Node
-
com.touchgraph.graphlayout.Node
-
com.vaadin.client.debug.internal.ProfilerSection.Node
-
com.vaadin.sass.internal.tree.Node
-
com.vividsolutions.jts.geomgraph.Node
@version 1.7
-
com.vividsolutions.jts.planargraph.Node
A node in a {@link PlanarGraph}is a location where 0 or more {@link Edge}s meet. A node is connected to each of its incident Edges via an outgoing DirectedEdge. Some clients using a PlanarGraph
may want to subclass Node
to add their own application-specific data and methods.
@version 1.7
-
com.volantis.mcs.dom.Node
Warning: This is a facade provided for use by user code, not for implementation by user code. User implementations of this interface are highly likely to be incompatible with future releases of the product at both binary and source levels.
@mock.generate
-
com.wesabe.api.accounts.analytics.TagHierarchy.Node
-
com.whatevernot.flatlang.handler.Node
A simple implementation of a node. This is the standard implementation and should suffice for most purposes.
@author parki
-
com.xith3d.scenegraph.Node
-
communicator.Node
-
core.Trees.Node
-
cz.matfyz.aai.fantom.game.Graph.Node
-
de.ailis.jollada.model.Node
A scene node.
@author Klaus Reimer (k@ailis.de)
-
de.axxeed.animosy.model.Node
-
de.hwrberlin.it11.tsp.model.Node
Die Node stellt einen Knoten in dem Netz der zu besuchenden Orte dar.
-
de.metalcon.autocompleteServer.Helper.SuggestTree.Node
-
de.neuland.jade4j.parser.node.Node
-
de.pdark.decentxml.Node
-
de.schauderhaft.degraph.model.Node
-
de.tuclausthal.informatik.winf.mobileagents.p2p.Node
A Node
is a representation of a network's node or peer.
It can be used for obtain further information or initiate actions to or with this node.
@author dluebke
@version 1.0.3 (2003-10-16)
@since 1.0
-
diva.graph.modular.Node
A node is an object that is contained by a graph and is connected to other nodes by edges. A node has a semantic object that is its semantic equivalent in the application and may have a visual object which is its syntactic representation in the user interface.
@author Michael Shilman
@version $Id: Node.java,v 1.13 2005/07/08 19:55:07 cxh Exp $
@Pt.AcceptedRating Red
-
dk.brics.string.flow.Node
Superclass for flow graph nodes. A node represent a definition (a variable or expression).
-
dk.brics.xact.Node
Base class for all nodes.
-
dk.brics.xmlgraph.Node
-
edu.byu.ece.rapidSmith.router.Node
This class represents the basic routing element, a node or wire. A node is described as a wire with a particular name in a particular tile. When routing, it keeps track of the source node by setting the parent variable.
@author Chris Lavin
-
edu.cmu.sphinx.result.Node
A node is part of Lattices, representing the theory that a word was spoken over a given period of time. A node also has a set of entering and leaving {@link edu.cmu.sphinx.result.Edge edges}, connecting it to other nodes. One can get and set the beginning and end frames of the word via the getBeginTime and getEndTime methods. When setting these times, the beginning time must be earlier or equal to the end time, otherwise an error will be thrown.
The posterior probability of any word in a word lattice is the probability that the node representing that word occurs on any path through the lattice. It is usually computed as the ratio of the total likelihood scores of all paths through the lattice that pass through the node, to the total likelihood score of all paths through the lattice. Path scores are usually computed using the acoustic likelihoods of the nodes, although language scores can also be incorporated. The posterior probabilities of an entire lattice is usually computed efficiently using the Forward-Backward Algorithm. Refer to the {@link edu.cmu.sphinx.result.Lattice#computeNodePosteriors computeNodePosteriors} method in the Lattice class for details.
-
edu.gmu.seor.prognos.unbbayesplugin.jt.prs.Node
A class representing a generic node containing graphical/visual information.
@author Michael
@author Rommel Carvalho (rommel.caralho@gmail.com)
@version 04/18/2009
@author Shou MatsumotoRefactor: interface extraction -> INode
-
edu.harvard.wcfia.yoshikoder.dictionary.Node
-
edu.indiana.extreme.xbaya.graph.Node
@author Satoshi Shirasuna
-
edu.isi.karma.rep.Node
@author szekely
-
edu.isi.karma.rep.alignment.Node
-
edu.stanford.hci.flowmap.structure.Node
ics.stanford.edu/~dphan/code/bsd.license.html
-
edu.umd.cloud9.util.FibonacciHeapInt.Node
-
edu.vt.rt.hyflow.benchmark.rmi.list.Node
-
edu.yale.cs.hadoopdb.catalog.xml.Node
3.org/2001/XMLSchema}anyType"> <sequence maxOccurs="unbounded"> <element name="Relations" type="{http://edu.yale.cs.db.hadoop/DBConfigurationSchema}Relation"/> </sequence> <attribute name="Location" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Driver" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Username" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Password" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
ee.widespace.forum.Node
-
elemental.dom.Node
-
eu.planets_project.pp.plato.model.tree.Node
A node in the objective tree contains children and does not contain any measurement unit and values. Part of our implementation of the Composite Design Pattern, cf. TreeNode and Leaf - Node corresponds to the Composite
This will be named REQUIREMENT with the next major release. CRITERIA are then the measurable requirements, i.e. the now-called Leaves.
@see Leaf
@see TreeNode
@author Christoph Becker
-
eu.pursuit.vopsi.Node
-
eu.scape_project.planning.model.tree.Node
A node in the objective tree contains children and does not contain any measurement unit and values. Part of our implementation of the Composite Design Pattern, cf. TreeNode and Leaf - Node corresponds to the Composite
This will be named REQUIREMENT with the next major release. CRITERIA are then the measurable requirements, i.e. the now-called Leaves.
@see Leaf
@see TreeNode
@author Christoph Becker
-
fi.luomus.commons.xml.Document.Node
-
fiftyone.mobile.detection.entities.Node
A node in the trie data structures held at each character position.
-
flex2.compiler.mxml.dom.Node
Represents a generic tag not necessarily in the MXML language namespace.
@author Clement Wong
-
fr.tm.elibel.smartqvt.qvtast.Node
A representation of the model object '
Node'.
The following features are supported:
- {@link fr.tm.elibel.smartqvt.qvtast.Node#getStart Start}
- {@link fr.tm.elibel.smartqvt.qvtast.Node#getLength Length}
- {@link fr.tm.elibel.smartqvt.qvtast.Node#getOffset Offset}
- {@link fr.tm.elibel.smartqvt.qvtast.Node#getMessages Messages}
@see fr.tm.elibel.smartqvt.qvtast.QvtAstPackage#getNode()
@model
@generated
-
freenet.node.Node
@author amphibian
-
fuse.zipfs.util.Node
-
game.Node
This class should be renamed XmlElement after it is compliant (element names will be case senstive); parser/generator of a simplified version of xml; node names are case-insenstive; a stanza is a top level node of a document (not used in pokemon)
-
games.stendhal.server.core.pathfinder.Node
-
gistoolkit.common.Node
Keeps track of a hirearchy of information.
@author ithaqua
@version
-
gld.infra.Node
Basic node
@author Group Datastructures
@version 1.0
-
gnu.javax.swing.text.html.parser.support.low.node
-
gnu.testlet.org.omg.CORBA.ORB.communication.node
The support for the tree structure, used in the test of ability to pass and return the tree structure.
@author Audrius Meskauskas (AudriusA@Bioinformatics.org)
-
graphStructure.Node
This class represents a node object that can be used as end points for edges. Nodes can be added, deleted or moved by using the interface of the editor component.
@author Jon Harris
-
groovy.util.Node
Represents an arbitrary tree node which can be used for structured metadata or any arbitrary XML-like tree. A node can have a name, a value and an optional Map of attributes. Typically the name is a String and a value is either a String or a List of other Nodes, though the types are extensible to provide a flexible structure, e.g. you could use a QName as the name which includes a namespace URI and a local name. Or a JMX ObjectName etc. So this class can represent metadata like
{foo a=1 b="abc"}
or nested metadata like
{foo a=1 b="123" { bar x=12 text="hello" }}
@author
James Strachan
@author Paul King
@version $Revision: 19450 $
-
groovy.util.slurpersupport.Node
Represents a node.
@author John Wilson
-
helma.objectmodel.db.Node
An implementation of INode that can be stored in the internal database or an external relational database.
-
helper.SeleniumHelper.Node
-
httl.Node
Node. (API, Prototype, Immutable, ThreadSafe)
@see httl.Template
@author @author Liang Fei (liangfei0201 AT gmail DOT com)
-
hudson.model.Node
Base type of Hudson slaves (although in practice, you probably extend {@link Slave} to define a new slave type.)
As a special case, {@link Jenkins} extends from here.
@author Kohsuke Kawaguchi
@see NodeMonitor
@see NodeDescriptor
-
info.unipax.bina.networkanalysis.gl.base.Node
-
info.walnutstreet.vs.ps04.p2p.ring.Node
@author Christoph Gostner
@version 0.7
-
io.crate.sql.tree.Node
-
j2dbench.Node
-
jade.core.Node
This interface represents a node of a JADE platform (i.e. a component that can host a slice of a platform-level service). Concrete nodes for a platform are created by the concrete IMTP manager.
@see jade.core.IMTPManager
@author Giovanni Rimassa - FRAMeTech s.r.l.
-
japa.parser.ast.Node
Abstract class for all nodes of the AST.
@author Julio Vilmar Gesser
-
javafx.scene.Node
-
javax.jcr.Node
Represents a directory node in the repository.
-
javax.media.j3d.Node
The Node class provides an abstract class for all Group and Leaf Nodes. It provides a common framework for constructing a Java 3D scene graph, specifically bounding volumes.
For more information, see the Introduction to the Java 3D API.
NOTE: Applications should not extend this class directly.
-
javax.validation.Path.Node
-
javax.xml.soap.Node
A representation of a node (element) in an XML document. This interface extnends the standard DOM Node interface with methods for getting and setting the value of a node, for getting and setting the parent of a node, and for removing a node
@author Scott.Stark@jboss.org
-
jcgp.backend.population.Node
Nodes make up the main part of the chromosome, where the actual functions are evolved. Each node contains a function and a number of connections. The node outputs the result of performing its function on the values of its connections. Nodes therefore implement both {@code Mutable} and {@code Connection}since they can be mutated but also connected to. Nodes are constructed with a fixed number of connections (determined by the maximum arity of the function set) and must be reinstantiated if the experiment arity changes.
When mutating a node, it is easiest to use {@code mutate()}. Alternatively, you may also perform a specific mutation using {@code setConnection(...)} and {@code setFunction(...)}.
@author Eduardo Pedroni
-
jease.cmf.domain.Node
A Node is the fundamental base for building tree-like content repositories. A Node has an id, a reference to its parent node and contains an array of children. The id must be unique between all the children of a node. The Node-Class contains a transient static set of changed nodes which is used to store references to all nodes which were changed during a reorganisation of the tree (e.g. appending a node to another parent). This way the persistence layer can perform updates to database very efficiently, because it needs only to iterate the changed nodes and save them.
-
jodd.lagarto.dom.Node
DOM node.
-
joshua.prefix_tree.Node
Represents a node in a prefix tree.
@author Lane Schwartz
-
js.dom.Node
@version 2013/07/04 20:41:55
-
kgp.model.Node
-
kodkod.ast.Node
A node in the abstract syntax tree (DAG). A node can accept a ReturnVisitor and have a sequence of zero or more children.
@specfield children: int ->lone Node
@specfield components: set Node
@invariant children.Node = { i: int | 0 <= i < #children }
@invariant components= children[int]
@author Emina Torlak
-
ldif.entity.Node
-
li.cil.oc.api.network.Node
A single node in a {@link Network}.
All nodes in a network have a unique address; the network will generate a unique address and assign it to new nodes.
Per default there are two kinds of nodes: tile entities and items.
Items will usually only have nodes when in containers, such as a computer or disk drive. Otherwise you'll have to connect/disconnect them manually as desired.
All other kinds of nodes you may come up with will also have to be handled manually.
Items have to be handled by a corresponding {@link li.cil.oc.api.driver.Item}. Existing blocks may be interfaced with the adapter block if a {@link li.cil.oc.api.driver.Block} exists that supports the block.
Important: like the
Network interface you must not create your own implementations of this interface. Use the factory methods in the network API to create new node instances and store them in your environment.
@see Component
-
linkedlist.Node
-
lombok.ast.Node
-
loop.ast.Node
An abstract node in the parse tree.
@author dhanji@gmail.com (Dhanji R. Prasanna)
-
lt.refactory.primsAlgo.graph.Node
Point class for saving point coordinates in x and y coordinate system.
@author arminas, osvaldas
-
lupos.compression.huffman.tree.Node
Super class for all nodes in the huffman tree
-
lupos.datastructures.patriciatrie.node.Node
This class implements some of the base algorithms that can be executed on Patricia Tries.
-
lupos.endpoint.client.formatreader.csv.Node
-
lupos.endpoint.client.formatreader.tsv.Node
-
lupos.sparql1_1.Node
-
ma.glasnost.orika.impl.generator.Node
-
macromedia.asc.parser.Node
The base Node class.
@author Jeff Dyer
-
mf.org.w3c.dom.Node
3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification.
-
mindnotes.shared.model.Node
-
minesweeper.ai.utils.Node
-
mockit.coverage.paths.Node
-
model.Node
-
name.pehl.totoe.xml.client.Node
The Node interface is the primary datatype for the entire Document Object Model. It represents a single node in the document tree.
@author $Author$
@version $Date$ $Revision: 623$
-
net.asfun.jangod.tree.Node
-
net.citizensnpcs.properties.Node
A Node of Citizens is a property value that can be generated in citizens.yml
-
net.javacrumbs.jsonunit.core.internal.Node
For internal use only!!! Abstract node representation.
-
net.jmesnil.jmx.core.tree.Node
-
net.kuujo.vertigo.cluster.Node
com/kuujo">Jordan Halterman
-
net.myexperiments.gos.pathfinder.Node
-
net.paoding.analysis.dictionary.support.detection.Node
@author Zhiliang Wang [qieqie.wang@gmail.com]
@since 2.0.2
-
net.percederberg.grammatica.parser.Node
An abstract parse tree node. This class is inherited by all nodes in the parse tree, i.e. by the token and production classes.
@author Per Cederberg,
@version 1.2
-
net.sf.fmj.filtergraph.Node
Base class for all filter graph nodes.
@author Ken Larson
-
net.sf.jcontracts.dependencyanalyzer.Node
-
net.sf.joafip.store.service.objectfortest.Node
-
net.sf.katta.node.Node
-
net.sf.l2j.gameserver.pathfinding.Node
@author -Nemesiss-
-
net.sf.mrailsim.rails.Node
Node is the class that each end of a track is assigned with. With nodes the different tracks are connected together. Two track ends are connected to each other when the same node object is assigned. All the nodes are kept in the NodeManager class, and each node holds a reference to a track it was assigned to.
@see NodeManager
@see NodeConnector
-
net.sourceforge.cruisecontrol.gui.configuration.tree.nodes.Node
Abstract superclass for all nodes making up a ConfigTree. Provides methods related to the display of nodes' editor GUIs and HTML documentation and their conversion to and from HTML.
@author radtken
-
net.sourceforge.htmlunit.corejs.javascript.Node
This class implements the root of the intermediate representation.
@author Norris Boyd
@author Mike McCabe
-
net.sourceforge.javautil.groovy.builder.interceptor.annotation.Node
-
net.sourceforge.jpowergraph.Node
The node in the graph.
-
net.sourceforge.processdash.tool.redact.HierarchyInfo.Node
-
net.tacospice.stevenet.Node
-
nodebox.node.Node
-
nodes.Node
Class node implements a node in a binary tree (not necessarily a BST)
Implements: {@code java.lang.Cloneable}.
@see java.lang.Cloneable
@version 1.1 12/3/2012
@author Eugene Krapivin
-
nu.validator.saxtree.Node
The common node superclass.
@version $Id$
@author hsivonen
-
nu.xom.Node
The generic superclass for all the contents of an XML document. There are exactly eight kinds of nodes in XOM:
Element
Document
Text
Comment
Attribute
ProcessingInstruction
DocType
Namespace
Every instance of Node
is an instance of one of these eight classes (including, possibly, one of their subclasses).
@author Elliotte Rusty Harold
@version 1.1b4
-
ognl.Node
JJTree interface for AST nodes, as modified to handle the OGNL operations getValue and setValue. JJTree's original comment: All AST nodes must implement this interface. It provides basic machinery for constructing the parent and child relationships between nodes.
@author Luke Blanshard (blanshlu@netscape.net)
@author Drew Davidson (drew@ognl.org)
-
opennlp.tools.formats.ad.ADParagraphStream.ParagraphParser.Node
-
opennlp.tools.formats.ad.ADSentenceStream.SentenceParser.Node
-
org.activecluster.Node
-
org.adjective.syntactic.parser.ast.Node
-
org.ajax4jsf.org.w3c.tidy.Node
Used for elements and text nodes element name is null for text nodes start and end are offsets into lexbuf which contains the textual content of all elements in the parse tree. Parent and content allow traversal of the parse tree in any direction. attributes are represented as a linked list of AttVal nodes which hold the strings for attribute/value pairs.
@author Dave Raggett
dsr@w3.org
@author Andy Quick
ac.quick@sympatico.ca (translation to Java)
@author Fabrizio Giustina
@version $Revision: 1.1.2.1 $ ($Author: alexsmirnov $)
-
org.alfresco.webservice.types.Node
-
org.andromda.translation.ocl.node.Node
-
org.apache.accumulo.core.security.ColumnVisibility.Node
-
org.apache.agila.model.Node
Interface representing a node in a workflow graph. Nodes are required to be stateless and reentrant, as a given node in a graph will be shared by mutliple execution instances.
@author
Geir Magnusson Jr.
@version $Id: Node.java 38 2005-06-01 19:39:54Z chirino $
-
org.apache.airavata.workflow.model.graph.Node
-
org.apache.airavata.xbaya.graph.Node
-
org.apache.avro.Node
-
org.apache.axiom.c14n.omwrapper.interfaces.Node
@author Saliya Ekanayake (esaliya@gmail.com)
-
org.apache.cayenne.ejbql.parser.Node
A JJTree-compliant tree node interface.
@since 3.0
-
org.apache.cocoon.precept.stores.dom.simple.Node
-
org.apache.commons.configuration.HierarchicalConfiguration.Node
-
org.apache.commons.jexl2.parser.Node
-
org.apache.commons.jrcs.rcs.Node
Ancestor to all nodes in a version control Archive.
Nodes store the deltas between two revisions of the text.
This class is NOT thread safe.
@see TrunkNode
@see BranchNode
@see Archive
@author
Juanco Anez
@version $Id: Node.java,v 1.5 2003/10/13 07:59:46 rdonkin Exp $
-
org.apache.ctakes.ytex.kernel.tree.Node
-
org.apache.el.parser.Node
@author Jacob Hookom [jacob@hookom.net]
@version $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: remy.maucherat@jboss.com $
-
org.apache.felix.karaf.shell.dev.util.Node
Represents a node in a {@link org.apache.felix.karaf.shell.dev.util.Tree}
-
org.apache.flex.forks.velocity.runtime.parser.node.Node
All AST nodes must implement this interface. It provides basic machinery for constructing the parent and child relationships between nodes.
-
org.apache.geronimo.clustering.Node
A Node is an instance of a connection to a Cluster. Nodes are named uniquely within their Cluster and VM. A VM may contain more than one Node.
@version $Rev: 46019 $ $Date: 2004-09-14 03:56:06 -0600 (Tue, 14 Sep 2004) $
-
org.apache.geronimo.datastore.impl.remote.messaging.Node
@version $Revision: 1.1 $ $Date: 2004/03/24 11:37:05 $
-
org.apache.geronimo.genesis.dependency.DependencyTree.Node
-
org.apache.geronimo.gshell.layout.model.Node
-
org.apache.geronimo.monitoring.console.data.Node
@version $Rev: 731939 $ $Date: 2009-01-06 21:49:50 +0800 (Tue, 06 Jan 2009) $
-
org.apache.hadoop.hdfs.server.namenode.snapshot.SnapshotTestHelper.TestDirectoryTree.Node
-
org.apache.hadoop.hive.ql.lib.Node
This interface defines the functions needed by the walkers and dispatchers. These are implemented by the node of the graph that needs to be walked.
-
org.apache.hadoop.net.Node
The interface defines a node in a network topology. A node may be a leave representing a data node or an inner node representing a datacenter or rack. Each data has a name and its location in the network is decided by a string with syntax similar to a file name. For example, a data node's name is hostname:port# and if it's located at rack "orange" in datacenter "dog", the string representation of its network location is /dog/orange
@author hairong
-
org.apache.helix.taskexecution.Dag.Node
-
org.apache.hivemind.conditional.Node
An AST node in the tree parsed from the conditional expression. Nodes form a binary tree, each node may have a left and a right sub-node.
@author Howard M. Lewis Ship
@since 1.1
-
org.apache.jackrabbit.api.jsr283.Node
This interface holds extensions made in JCR 2.0 while work is in progress implementing JCR 2.0.
@since JCR 2.0
-
org.apache.jackrabbit.mk.model.Node
-
org.apache.jackrabbit.mongomk.api.model.Node
A higher level object representing a node.
@author
org.apache.james.mime4j.field.address.parser.Node
-
org.apache.jasper.compiler.Node
An internal data representation of a JSP page or a JSP docuement (XML). Also included here is a visitor class for tranversing nodes.
@author Kin-man Chung
@author Jan Luehe
@author Shawn Bayern
@author Mark Roth
-
org.apache.jetspeed.page.document.Node
Node
@author
Scott T. Weaver
@version $Id: Node.java 516448 2007-03-09 16:25:47Z ate $
-
org.apache.jetspeed.prefs.om.Node
Interface representing a {@link java.util.prefs.Preferences}node.
@author
David Le Strat
-
org.apache.jsieve.parser.generated.Node
-
org.apache.juddi.api_v3.Node
-
org.apache.juddi.portlets.client.model.Node
-
org.apache.kafka.common.Node
Information about a Kafka node
-
org.apache.karaf.bundle.command.bundletree.Node
Represents a node in a {@link Tree}
-
org.apache.karaf.cellar.core.Node
Generic cluster node interface.
-
org.apache.karaf.shell.dev.util.Node
Represents a node in a {@link org.apache.karaf.shell.dev.util.Tree}
-
org.apache.karaf.tooling.features.Node
-
org.apache.lenya.cms.repository.Node
A repository node is used to persist a {@link Persistable}.
@version $Id: Node.java 568271 2007-08-21 20:49:18Z andreas $
-
org.apache.logging.log4j.core.config.Node
A Configuration node.
-
org.apache.lucene.spatial.prefix.tree.Node
Represents a grid cell. These are not necessarily thread-safe, although new Cell("") (world cell) must be.
@lucene.experimental
-
org.apache.mahout.classifier.df.node.Node
Represents an abstract node of a decision tree
-
org.apache.mahout.df.node.Node
Represents an abstract node of a decision tree
-
org.apache.mina.util.byteaccess.ByteArrayList.Node
-
org.apache.myfaces.tobago.example.data.Node
-
org.apache.nutch.scoring.webgraph.Node
A class which holds the number of inlinks and outlinks for a given url along with an inlink score from a link analysis program and any metadata. The Node is the core unit of the NodeDb in the WebGraph.
-
org.apache.pivot.wtk.text.Node
Abstract base class for document nodes.
-
org.apache.pivot.xml.Node
Abstract base class for XML nodes.
-
org.apache.qpid.client.messaging.address.Node
-
org.apache.servicemix.maven.plugin.jbi.JbiResolutionListener.Node
-
org.apache.shale.clay.parser.Node
This class represents a node within a parsed document.
-
org.apache.stratos.lb.common.conf.structure.Node
This is the basic data structure which holds a Nginx formatted configuration file.
-
org.apache.stratos.load.balancer.conf.structure.Node
This is the basic data structure which holds a Nginx formatted configuration file.
-
org.apache.struts2.el.parser.Node
@author Jacob Hookom [jacob@hookom.net]
@version $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: markt $
-
org.apache.tapestry5.dom.Node
A node within the DOM.
-
org.apache.tuscany.sca.Node
-
org.apache.tuscany.sca.domain.model.Node
A node. Runs SCA composites
@version $Rev: 552343 $ $Date: 2007-09-07 12:41:52 +0100 (Fri, 07 Sep 2007) $
-
org.apache.tuscany.sca.node.Node
Represents an SCA processing node. A node is loaded with an SCA composites. It can start and stop that composite.
@version $Rev: 703068 $ $Date: 2008-10-08 23:33:54 -0700 (Wed, 08 Oct 2008) $
-
org.apache.tuscany.sca.node2.Node
-
org.apache.tuscany.sca.topology.Node
Represents an SCA node implementation. An SCA node is a running instance of a program able to run SCA assemblies. A distributes runtime contains main nodes
@version $Rev: 548759 $ $Date: 2007-06-19 16:14:14 +0100 (Tue, 19 Jun 2007) $
-
org.apache.uima.ducc.common.Node
-
org.apache.velocity.runtime.parser.node.Node
This file describes the interface between the Velocity code and the JavaCC generated code.
@author
Henning P. Schmiedehausen
@version $Id: Node.java 356581 2005-12-13 19:26:31Z henning $
-
org.bladerunnerjs.model.engine.Node
-
org.chasen.mecab.Node
-
org.checkerframework.dataflow.cfg.node.Node
-
org.cipango.diameter.node.Node
A Diameter node is a host process that implements the Diameter protocol, and acts either as a Client, Agent or Server. Can be used standalone or linked to a {@link Server}.
-
org.cipango.util.PriorityQueue.Node
-
org.cipango.util.TimerQueue.Node
-
org.codehaus.activecluster.Node
Represents a node member in a cluster
@version $Revision: 1.3 $
-
org.codehaus.aspectwerkz.expression.ast.Node
-
org.codehaus.jettison.Node
-
org.codehaus.mojo.pluginsupport.dependency.DependencyTree.Node
-
org.commoncrawl.io.internal.NIODNSCache.Node
-
org.contikios.contiki.collect.Node
-
org.corrib.s3b.sscf.tools.sscf2js.Node
@author Adam Gzella
@created 14.04.2006
-
org.crsh.vfs.spi.url.Node
-
org.cybergarage.xml.Node
-
org.datanucleus.query.node.Node
Representation of a node in a tree of nodes. Has a parent, and a list of children. Each node has a type and a value. Optionally has a set of properties; these represent arguments when part of a method call.
-
org.dmg.pmml.Node
-
org.dom4j.Node
Node
defines the polymorphic behavior for all XML nodes in a dom4j tree.
A node can be output as its XML format, can be detached from its position in a document and can have XPath expressions evaluated on itself.
A node may optionally support the parent relationship and may be read only.
@author
James Strachan
@version $Revision: 1.31 $
@see #supportsParent
@see #isReadOnly
-
org.drools.definition.process.Node
-
org.drools.ruleflow.core.Node
-
org.drools.workbench.models.guided.dtree.shared.model.nodes.Node
-
org.drools.workflow.core.Node
-
org.eclipse.dd.di.Node
A representation of the model object 'Node'.
@see org.eclipse.dd.di.DiPackage#getNode()
@model abstract="true"extendedMetaData="name='Node' kind='elementOnly'"
@generated
-
org.eclipse.draw2d.graph.Node
-
org.eclipse.gmf.runtime.notation.Node
-
org.eclipse.jetty.deploy.graph.Node
Basic Graph Node
-
org.eclipse.jetty.xml.XmlParser.Node
-
org.eclipse.nebula.widgets.nattable.columnCategories.Node
Represents a node of the Tree class.
-
org.eclipse.php.formatter.ui.preferences.WhiteSpaceOptions.Node
-
org.eclipse.php.internal.core.filenetwork.ReferenceTree.Node
-
org.elasticsearch.hadoop.serialization.dto.Node
-
org.elasticsearch.node.Node
A node represent a node within a cluster (
cluster.name). The {@link #client()} can be usedin order to use a {@link Client} to perform actions/operations against the cluster.
In order to create a node, the {@link NodeBuilder} can be used. When done with it, make sure tocall {@link #close()} on it.
@author kimchy (shay.banon)
-
org.fireflow.model.net.Node
工作流网的节点。
@author 非也,nychen2000@163.com
-
org.freeplane.core.ui.IndexedTree.Node
-
org.freeplane.plugin.script.proxy.Proxy.Node
-
org.freeplane.uispec4j.framework.Node
-
org.gatein.api.navigation.Node
A node object which represents the current state of a node retrieved from the portal. All changes to the node are not saved until {@link Navigation#saveNode(Node)} is called.
@author
Nick Scavelli
@author
Stian Thorgersen
-
org.gdbms.parser.Node
-
org.geoserver.wcs.kvp.rangesubset.Node
-
org.geotools.caching.spatialindex.Node
@source $URL$
-
org.geotools.data.shapefile.index.quadtree.Node
DOCUMENT ME!
@author Tommaso Nolli
@source $URL$
-
org.geotools.geometry.iso.topograph2D.Node
A node in a {@link PlanarGraph}is a location where 0 or more {@link Edge}s meet. A node is connected to each of its incident Edges via an outgoing DirectedEdge.
@source $URL$
-
org.geotools.graph.structure.Node
Represents a node in a graph. A node is a point in a graph which is iadjacent to 0 or more edges. The collection of edges that are incident/ adjacent to the node, is referred to as the "adjacency list" of the node.
@see Graph
@see Edge
@author Justin Deoliveira, Refractions Research Inc, jdeolive@refractions.net
@source $URL$
-
org.geotools.xml.Node
Represents a value in the parse tree. A node has a corresponds to a particular instance component of a document (element or attribute). Each node contains a parsed value, as well as a reference to the instance.
@author Justin Deoliveira,Refractions Research Inc.,jdeolive@refractions.net
@source $URL$
-
org.gephi.graph.api.Node
A graph node.
@author Mathieu Bastian
-
org.gephi.preview.api.Node
Interface of a preview node.
@author Jérémy Subtil
-
org.gnubridge.search.Node
-
org.graphstream.graph.Node
An Interface that advises general purpose methods for handling nodes as elements of a graph.
Important
Implementing classes should indicate the complexity of their implementation for each method.
@since July 12 2007
-
org.graylog2.cluster.Node
@author Dennis Oelkers
-
org.graylog2.restclient.models.Node
-
org.hibernate.hql.ast.tree.Node
Base node class for use by Hibernate within its AST trees.
@author Joshua Davis
@author Steve Ebersole
-
org.hibernate.test.id.uuid.sqlrep.Node
TODO : javadoc
@author Steve Ebersole
-
org.hivedb.meta.Node
Node models a database instance suitable for storage of partitioned Data.
@author Kevin Kelm (kkelm@fortress-consulting.com)
-
org.htmlparser.Node
A Node interface is implemented by all types of nodes (tags, string elements, etc)
-
org.infinispan.tree.Node
A Node is a {@link Fqn named} logical grouping of data in the {@link TreeCache} API of JBoss {@link Cache}. A node should be used to contain data for a single data record, for example information about a particular person or account.
One purpose of grouping cache data into separate nodes is to minimize transaction locking interference, and increase concurrency. So for example, when multiple threads or possibly distributed caches are acccessing different accounts simultaneously.
A node has references to its children, parent (each node except the root - defined by {@link Fqn#ROOT} - has a singleparent) and data contained within the node (as key/value pairs). The data access methods are similar to the collections {@link Map} interface, but some are read-only or return copies of the underlying the data.
@author
Manik Surtani (manik AT jboss DOT org)
@see org.infinispan.tree.TreeCache
@since 4.0
-
org.infoglue.cms.net.Node
-
org.jamesii.core.math.parsetree.Node
The Class Node. A node in a parse tree can be anything on which operations might be executed. A node may have children or not, but a node can always be calculated (by calculating its sub tree).
@author Jan Himmelspach
-
org.jayasoft.woj.client.views.contentProvider.Node
-
org.jboss.annotation.factory.ast.Node
-
org.jboss.aop.annotation.factory.duplicate.ast.Node
-
org.jboss.aop.pointcut.ast.Node
-
org.jboss.as.cli.operation.OperationRequestAddress.Node
-
org.jboss.as.cmp.ejbql.Node
-
org.jboss.cache.Node
A Node is a {@link Fqn named} logical grouping of data in the JBoss {@link Cache}. A node should be used to contain data for a single data record, for example information about a particular person or account.
One purpose of grouping cache data into separate nodes is to minimize transaction locking interference, and increase concurrency. So for example, when multiple threads or possibly distributed caches are acccessing different accounts simultaneously.
Another is that when making changes to this node, its data might be kept in a single database row or file on disk. (Persisted via the use of a {@link org.jboss.cache.loader.CacheLoader}.)
A node has references to its children, parent (each node except the root - defined by {@link Fqn#ROOT} - hasa single parent) and data contained within the node (as key/value pairs). The data access methods are similar to the collections {@link Map} interface,but some are read-only or return copies of the underlying the data.
@author
Manik Surtani (manik AT jboss DOT org)
@see Cache
@since 2.0.0
-
org.jboss.cache.aop.test.propagation.Node
Main interface for network sensor supervising example.
-
org.jboss.dna.graph.Node
A node in a {@link Graph graph}, with methods to access the properties and children.
-
org.jboss.ejb.plugins.cmp.ejbql.Node
-
org.jboss.el.parser.Node
@author Jacob Hookom [jacob@hookom.net]
@version $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: markt $
-
org.jboss.forge.parser.xml.Node
{@link Node} is a data structure representing a container in a classic tree. May sometimes be synonymous with theterm "Element" in XML. It may contain a {@link Map} of attributes ({@link String}s), a reference to a {@link List} ofchild {@link Node}s, and text data.
@author
Aslak Knutsen
@author
Lincoln Baxter, III
@author
ALR
@version $Revision: $
-
org.jboss.seam.remoting.annotationparser.syntaxtree.Node
The interface which all syntax tree classes must implement.
-
org.jboss.shrinkwrap.api.Node
-
org.jboss.shrinkwrap.descriptor.api.Node
-
org.jboss.shrinkwrap.descriptor.spi.Node
-
org.jboss.shrinkwrap.descriptor.spi.node.Node
-
org.jboss.tools.jmx.core.tree.Node
-
org.jbpm.api.Node
@author salaboy
-
org.jbpm.graph.def.Node
-
org.jbpm.pvm.Node
a node in a {@link ProcessDefinition} graph.
The node supports both graph based process models as well as block structured (tree based) process models. First we describe tranisions that can be used to form graph based process structures and then we'll describe node composition to form block structured process models. Both models can be combined as well.
Nodes have {@link #getIncomingTransitions() incoming}and {@link #getOutgoingTransitions() outgoing transitions}. These are lists of transitions.
Optionally, transitions can have names. In that case the transition {@link #getOutgoingTransition(String) names are associated to node's outgoing transitions}. The {@link #getOutgoingTransitionsMap() map of outgoing transitions} provides easy access to the named transitions.
One of the outgoing transitions can optionally be marked as {@link #getDefaultTransition() the default transition}.
Block structured process languages have composite nodes that can be modeled with the {@link #getParent() parent}- {@link #getNodes() child} relation.
@author Tom Baeyens
-
org.jbpm.ui.common.model.Node
-
org.jbpm.workflow.core.Node
-
org.jclouds.byon.Node
@author Adrian Cole
-
org.jclouds.chef.domain.Node
Node object.
@author Adrian Cole
@author Ignasi Barrera
-
org.jclouds.jenkins.v1.domain.Node
rg/api/">api
doc
-
org.jclouds.rackspace.cloudloadbalancers.v1.domain.Node
The nodes defined by the load balancer are responsible for servicing the requests received through the load balancer's virtual IP. By default, the load balancer employs a basic health check that ensures the node is listening on its defined port. The node is checked at the time of addition and at regular intervals as defined by the load balancer health check configuration. If a back-end node is not listening on its port or does not meet the conditions of the defined active health check for the load balancer, then the load balancer will not forward connections and its status will be listed as OFFLINE. Only nodes that are in an ONLINE status will receive and be able to service traffic from the load balancer.
All nodes have an associated status that indicates whether the node is ONLINE, OFFLINE, or DRAINING. Only nodes that are in ONLINE status will receive and be able to service traffic from the load balancer. The OFFLINE status represents a node that cannot accept or service traffic. A node in DRAINING status represents a node that stops the traffic manager from sending any additional new connections to the node, but honors established sessions. If the traffic manager receives a request and session persistence requires that the node is used, the traffic manager will use it. The status is determined by the passive or active health monitors.
If the WEIGHTED_ROUND_ROBIN load balancer algorithm mode is selected, then the caller should assign the relevant weights to the node as part of the weight attribute of the node element. When the algorithm of the load balancer is changed to WEIGHTED_ROUND_ROBIN and the nodes do not already have an assigned weight, the service will automatically set the weight to "1" for all nodes.
@author Adrian Cole
-
org.jclouds.trmk.vcloud_0_8.domain.Node
@author Adrian Cole
-
org.jdesktop.swingx.MultiSplitLayout.Node
-
org.jfree.report.structure.Node
A node is the most basic unit in a report. It acts as general superclass for all other elements.
@author Thomas Morgner
-
org.jitterbit.integration.client.ui.interchange.entity.transformation.tree.utils.Node
@author Frank Chu
@since 1.3.0 This class was an inner class of TreeComponent
inversions < 1.3.0.
-
org.jitterbit.integration.data.structure.database.DatabaseStructureTree.Node
-
org.jivesoftware.smackx.pubsub.Node
-
org.jmule.core.searchmanager.tree.Node
Created on Oct 26, 2008
@author binary256
@version $Revision: 1.1 $Last changed by $Author: binary256_ $ on $Date: 2008/10/28 21:06:40 $
-
org.joni.ast.Node
-
org.jostraca.tree.Node
-
org.jpox.query.node.Node
-
org.jrdf.graph.Node
RDF node. This includes all things in the graph.
@author Simon Raboczi
@author Andrew Newman
@version $Revision: 2894 $
-
org.jruby.ast.Node
Base class for all Nodes in the AST
-
org.jrubyparser.ast.Node
-
org.jsoup.nodes.Node
The base, abstract Node model. Elements, Documents, Comments etc are all Node instances.
@author Jonathan Hedley, jonathan@hedley.net
-
org.jsynthlib.device.viewcontroller.widgets.EnvelopeWidget.Node
-
org.kaminoite.ranka.kido.ipad.tools.go.specification.structure.Node
Node in a game tree. The memory requirement is optimized for nodes containing only a move and comment property (e.g. for GNU Go's large SGF traces). The optimization also expects that most nodes have only one child.
-
org.kie.api.definition.process.Node
-
org.kie.definition.process.Node
-
org.kiji.schema.avro.Node
-
org.kohsuke.graphviz.Node
-
org.librdf.redland.Node
Node is an interface to the Redland librdf_node class
An Node
is a class that represents nodes (resource, literal, blank node) and arcs (properties, predicates) in the graph.
@version Revision='$Revision: 1.1.1.1 $' Date='$Date: 2005/07/06 09:38:37 $'
-
org.lilypondbeans.jccparser.Node
-
org.locationtech.geogig.api.Node
An identifier->object id mapping for an object
-
org.maltparserx.core.syntaxgraph.node.Node
-
org.metagrid.gatekeeper.node.Node
Public interface for a generic Node.
-
org.mindswap.pellet.Node
@author Evren Sirin
-
org.mozilla.javascript.Node
This class implements the root of the intermediate representation.
@author Norris Boyd
@author Mike McCabe
-
org.mule.context.notification.Node
We test notifications by defining a "tree" of expected responses (this is needed because the system is multithreaded and only some ordering is guaranteed serial; other actions happen in parallel) Each node can test for a notification and then has a set of parallel nodes, which describe which notifications happen next in any order. Finally, after all parallel nodes are matched, a node has a set of serial nodes, which are matched in order.
Note that nested nodes may themselves have structure and that empty nodes are available, which can help group dependencies.
More exactly, we specify a tree and a traversal - the traversal is hardcoded below, and implicit in the instructions above.
-
org.mvel2.templates.res.Node
-
org.neo4j.graphdb.Node
neo4j.org/content/Id_Reuse"> wiki.neo4j.org/content/Id_Reuse.
-
org.netbeans.jellytools.nodes.Node
-
org.nexml.model.Node
-
org.nfunk.jep.Node
-
org.noos.xing.mydoggy.plaf.ui.cmp.multisplit.MultiSplitLayout.Node
-
org.objectweb.proactive.core.node.Node
-
org.objectweb.speedo.pobjects.fetchgroup.Node
@author Y.Bersihand
-
org.onebusaway.uk.network_rail.gtfs_realtime.graph.RailwayGraph.Node
-
org.ontoware.rdf2go.model.node.Node
Marker interface for RDF types (URI, BlankNode, Literal) The following sorting order is defined by different Node types: URI > BlankNode > PlainLiteral > LanguageTaggedLiteral > DatatypedLiteral Nodes are expected to have correct implementations of equals(Object other) and hashcode()
@author voelkel
-
org.openbel.framework.tools.xgmml.XGMMLObjects.Node
-
org.openbel.framework.ws.model.Node
3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="function" type="{http://belframework.org/ws/schemas}FunctionType"/> </sequence> </restriction> </complexContent> </complexType>
-
org.openbp.core.model.item.process.Node
Process node object. A process consists of a number of nodes that are connected by control and data links.
A node has a number of entries and a number of exits.
@author Heiko Erhardt
-
org.openengsb.infrastructure.ldap.model.Node
This class is used to represent the tree structure of the DIT or any subtree.
-
org.openide.nodes.Node
-
org.openpixi.pixi.distributed.Node
Wraps up the difference between master and ordinary worker and just runs a node.
-
org.openquark.cal.internal.machine.g.Node
This is the Node class/interface The is the abstract base for the nodes used to construct the program graph. Creation: Aug 12, 2002 at 12:44:15 PM
@author rcypher
-
org.openrdf.query.parser.serql.ast.Node
-
org.openrdf.query.parser.sparql.ast.Node
-
org.openstreetmap.josm.data.osm.Node
One node data, consisting of one world coordinate waypoint.
@author imi
-
org.openstreetmap.josm.gui.widgets.MultiSplitLayout.Node
-
org.openstreetmap.osmosis.core.domain.v0_6.Node
A data class representing a single OSM node.
@author Brett Henderson
-
org.outerj.daisy.diff.html.dom.Node
Represents any element in the DOM tree of a HTML file.
-
org.patika.mada.graph.Node
@author Ozgun BaburCopyright: Bilkent Center for Bioinformatics, 2007 - present
-
org.pegdown.ast.Node
Base class of all AST nodes classes. Provides the basic infrastructure and can be used directly as a simple intermediate AST node without any special functionality (i.e. as a basic parent node).
-
org.picketlink.idm.impl.tree.Node
-
org.planx.routing.kademlia.Node
-
org.prevayler.cluster.Node
-
org.rhq.helpers.perftest.support.jpa.Node
Represents a node in the entity dependency graph.
@author Lukas Krejci
-
org.richfaces.context.IdParser.Node
-
org.rsbot.client.Node
-
org.sdnplatform.sync.internal.config.Node
Represent a node in the synchronization system
@author readams
-
org.semanticweb.HermiT.tableau.Node
Represents a node in the tableau. Nodes are initially active, but can be set to merged or pruned at a later stage, which does not delete, but marks them as inactive.
-
org.semanticweb.owlapi.reasoner.Node
Represents a node (set) of entities. The entities in a node are equivalent to each other.
Nodes in hierarchies
In the OWL API, a reasoner treats a class hierarchy, an object property hierarchy or a data property hierarchy as a hierarchy (directed acyclic graph - DAG) of {@code Nodes}. Each node contains entities that are equivalent to each other. A hierarchy contains a
top node, which is the ancestor of all nodes in the hierarchy, and a
bottom node In a class hierarchy, the nodes contain {@code OWLClass}objects. The top node contains {@code owl:Thing} (and any other named classesthat are equivalent to {@code owl:Thing}). The bottom node contains {@code owl:Nothing} (and any other named classes that are equivalent to{@code owl:Nothing} - these classes are
unsatisfiable In an objectproperty hierarchy, the nodes contain {@code OWLObjectProperty} objects. Thetop node contains {@code owl:topObjectProperty} (and any other named objectproperties that are equivalent to {@code owl:topObjectProperty}). The bottom node contains {@code owl:bottomObjectProperty} (and any other named objectproperties that are equivalent to {@code owl:bottomObjectProperty}).
In a data property hierarchy, the nodes contain {@code OWLDataProperty}objects. The top node contains {@code owl:topDataProperty} (and any otherdata properties that are equivalent to {@code owl:topDataProperty}). The bottom node contains {@code owl:bottomDataProperty} (and any other dataproperties that are equivalent to {@code owl:bottomDataProperty}).
Class Hierarchy Example
The figure below shows an example class hierarchy. Each box in the hierarchy represents a {@code Node}. In this case the top node contains {@code owl:Thing} and the bottom node contains{@code owl:Nothing} because the nodes in the hierarchy are {@code OWLClass}nodes. In this case, class {@code G} is equivalent to {@code owl:Thing} so itappears as an entity in the top node. Similarly, class {@code K} isunsatisfiable, so it is equivalent to {@code owl:Nothing} and thereforeappears in the bottom node containing {@code owl:Nothing}.
@author Matthew Horridge, The University of Manchester, InformationManagement Group
@since 3.0.0
@param < E> the type of elements represented in the Node
-
org.semanticweb.yars.nx.Node
-
org.sgx.yuigwt.yui.node.Node
brary.com/yui/docs/api/classes/Node.html
@author sg
-
org.sonatype.maven.polyglot.ruby.ConfigVisitor.Node
-
org.sourceforge.jsonedit.core.model.node.Node
-
org.springframework.erlang.core.Node
Simple description class for an Erlang node.
@author Mark Pollack
-
org.telluriumsource.misc.Node
Data structure for a Node in a trie, or prefix tree
@author Jian Fang (John.Jian.Fang@gmail.com)Date: Dec 21, 2009
-
org.terasology.logic.behavior.tree.Node
Base class for nodes in a behavior tree. Each node must implement the create() method to create tasks, that are evaluated by an interpreter.
Node properties may be stored in this class, while state properties for a specific interpreter run be placed in the task class (i.e. actual/next children to evaluate).
@author synopia
-
org.thechiselgroup.choosel.visualization_component.graph.client.widget.Node
-
org.thymeleaf.dom.Node
Base abstract class for all nodes in a Thymeleaf DOM tree.
@author Daniel Fernández
@since 2.0.0
-
org.tinyuml.draw.Node
This class implements basic functionality for rectangular elements.
@author Wei-ju Wu
@version 1.0
-
org.tools.xml.Node
Wrapper around Element. Inherently thread safe.
-
org.umundo.core.Node
-
org.useware.kernel.model.mapping.Node
Represents a node of the Tree class. The Node is also a container, and can be thought of as instrumentation to determine the location of the type T in the Tree.
-
org.vietspider.html.path2.Node
Author : Nhu Dinh Thuan nhudinhthuan@yahoo.com Dec 6, 2007
-
org.voltdb.RateLimitedClientNotifier.Node
-
org.w3c.dom.Node
The
Node
interface is the primary datatype for the entire Document Object Model. It represents a single node in the document tree. While all objects implementing the
Node
interface expose methods for dealing with children, not all objects implementing the
Node
interface may have children. For example,
Text
nodes may not have children, and adding children to such nodes results in a
DOMException
being raised.
The attributes nodeName
, nodeValue
and attributes
are included as a mechanism to get at node information without casting down to the specific derived interface. In cases where there is no obvious mapping of these attributes for a specific nodeType
(e.g., nodeValue
for an Element
or attributes
for a Comment
), this returns null
. Note that the specialized interfaces may contain additional and more convenient mechanisms to get and set the relevant information.
-
org.w3c.tidy.Node
3.org/People/Raggett/tidy"> HTML Tidy Release 4 Aug 2000
@author Dave Raggett
@author Andy Quick (translation to Java)
@version 1.0, 1999/05/22
@version 1.0.1, 1999/05/29
@version 1.1, 1999/06/18 Java Bean
@version 1.2, 1999/07/10 Tidy Release 7 Jul 1999
@version 1.3, 1999/07/30 Tidy Release 26 Jul 1999
@version 1.4, 1999/09/04 DOM support
@version 1.5, 1999/10/23 Tidy Release 27 Sep 1999
@version 1.6, 1999/11/01 Tidy Release 22 Oct 1999
@version 1.7, 1999/12/06 Tidy Release 30 Nov 1999
@version 1.8, 2000/01/22 Tidy Release 13 Jan 2000
@version 1.9, 2000/06/03 Tidy Release 30 Apr 2000
@version 1.10, 2000/07/22 Tidy Release 8 Jul 2000
@version 1.11, 2000/08/16 Tidy Release 4 Aug 2000
-
org.waveprotocol.wave.client.wavepanel.block.BlockStructure.Node
-
org.waveprotocol.wave.model.document.raw.impl.Node
Mimics a DOM node.
-
org.wildfly.clustering.group.Node
Identifies a member of a cluster.
@author Paul Ferraro
-
org.woped.quantana.graph.Node
-
org.wymiwyg.rdf.graphs.Node
-
org.yaml.snakeyaml.nodes.Node
org/spec/1.1/">YAML Specification.
While loading, the node graph is usually created by the {@link org.yaml.snakeyaml.composer.Composer}, and later transformed into application specific Java classes by the classes from the {@link org.yaml.snakeyaml.constructor} package.
-
org.yinwang.pysonar.ast.Node
A Node is a junction in the program. Since there is no way to put different things in the same segment of the same file, a node is uniquely identified by a file, a start and end point.
-
org.yinwang.yin.ast.Node
-
org.zkybase.api.domain.node.Node
@author Willie Wheeler (willie.wheeler@gmail.com)
-
pivot.wtk.text.Node
Abstract base class for document nodes.
@author gbrown
-
prefuse.data.Node
rg">jeffrey heer
-
primitives.graph.Node
-
progs.lib.Graph.Node
-
propagation.Node
The Node
interface represents a physical or logical target to supervise.
Node
s mean target sensor, area and so on. Each node has one summary StateItem
and several physical StateItem
s.
The summary StateItem
represents the Node
's summary state, e.g., overall status. Physical StateItem
s represents the Node
's individual states.
@author y-komori
@@org.jboss.cache.aop.InstanceOfAopMarker
-
ptolemy.graph.Node
An optionally-weighted node for an undirected or directed graph. More specifically, a node consists of an optional weight (an arbitrary object that is associated with the node). We say that a node is unweighted if it does not have an assigned weight. It is an error to attempt to access the weight of an unweighted node. Node weights must be genuine (non-null) objects.
@author Shuvra S. Bhattacharyya
@version $Id: Node.java,v 1.34 2006/03/29 00:02:41 cxh Exp $
@since Ptolemy II 2.0
@Pt.ProposedRating Red (cxh)
@Pt.AcceptedRating Red (cxh)
@see ptolemy.graph.Edge
-
quickml.supervised.classifier.decisionTree.tree.Node
-
ro.fortsoft.wicket.pivot.tree.Node
@author Decebal Suiu
-
ru.org.linux.util.bbcode.nodes.Node
Базовый класс для узлов дерева разбора LORCODE
-
ru.yandex.strictweb.scriptjava.base.Node
-
scala.xml.Node
-
se.rupy.sprout.Node
The node is the atomic persistence object. The graph will be inserted upon {@link #update()} or in real-time upon {@link #add(Node)} and {@link #add(Data)} if the parent node is already inserted, so that the state doesen't have to be selected from the database when the node is updated.
@author Marc
-
se.sics.contiki.collect.Node
-
solver.constraints.nary.automata.structure.Node
Created by IntelliJ IDEA. User: julien Date: Oct 30, 2009 Time: 3:46:54 PM
-
srma.Node
-
st.gravel.support.compiler.ast.Node
-
statechum.model.testset.PTASequenceEngine.Node
-
statechum.xmachine.model.testset.PTATestSequenceEngine.Node
-
storm.trident.planner.Node
-
sun.tools.tree.Node
WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.
-
transientlibs.objects.general.Node
@author kibertoad
-
translation.trees.Node
-
tvbrowser.ui.pluginview.Node
Created by: Martin Oberhauser (martin@tvbrowser.org) Date: 01.01.2005 Time: 21:41:07
-
ubiware.integration.soprano.Node
-
uk.ac.man.cs.mig.util.graph.graph.Node
User: matthewhorridge
The Univeristy Of Manchester
Medical Informatics Group
Date: Dec 27, 2003
matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm
The interface for Nodes
contained in a Graph
. A Node
represents an object and manifests itself as a two dimensional shape, that can be renerered in a Graph
. All basic Nodes
have a position, a width and a height.
@see Graph
@see Edge
-
umat.beans.Node
@author Tudor
-
unbbayes.prs.Node
-
urban.shapes.Node
A node for a rule graph, represents either an agent and its states/unbound states or the binding between two agents for binding rules.
@see BondNode
@see SiteNode
-
util.ui.view.Node
-
vn.pyco.tinycms.model.Node
-
voldemort.cluster.Node
A node in the voldemort cluster
-
weka.gui.treevisualizer.Node
This class records all the data about a particular node for displaying.
@author Malcolm Ware (mfw4@cs.waikato.ac.nz)
@version $Revision: 7059 $
-
xmlstreamparser.Node
Basic functions: - hasAttribute= attributes.containsKey("attribute name"); - Get attribute value= attributes.get("attribute name"); - Add attribute= attributes.put("attribute name", "attribute value"); - Get child= children.get(i); - Add child= children.add(child); Note that string values must not be null: empty strings are used instead.
-
xtc.tree.Node
A node in an abstract syntax tree.
Subclasses may optionally support two features. First, a subclass may support
generic tree traversal. Such a class must override {@link #hasTraversal()} to return
true
and must provide meaningful implementations for {@link #size()}, {@link #get(int)}, and {@link #set(int,Object)}. Second, a subclass may support a
variable number of children. Such a class must override {@link #hasVariable()} to return
true
and must providemeaningful implementations for {@link #add(Object)}, {@link #add(int,Object)}, and {@link #remove(int)}.
@author Robert Grimm
@version $Revision: 1.55 $
-
y.base.Node
| Object entity = actors.next();
if (entity instanceof AtomicActor
|| entity instanceof CompositeActor) {
Actor actor = (Actor) entity;
Node newNode = graph.addNodeWeight(_computeNodeWeight(actor));
_actorMap.put(actor, newNode);
_processNewNode(graph, newNode, actor);
} else {
throw new RuntimeException("Unsupported deep entity type: "
+ entity.getClass().getName() + " (value = " + entity
|
| public void simpleBmiTest() throws Exception {
final List<Instance<AttributesMap>> instances = TreeBuilderTestUtils.getInstances(10000);
final TreeBuilder tb = new TreeBuilder(new SplitDiffScorer());
final long startTime = System.currentTimeMillis();
final Tree tree = tb.buildPredictiveModel(instances);
final Node node = tree.node;
TreeBuilderTestUtils.serializeDeserialize(node);
final int nodeSize = node.size();
Assert.assertTrue(nodeSize < 400, "Tree size should be less than 400 nodes");
Assert.assertTrue((System.currentTimeMillis() - startTime) < 20000,"Building this node should take far less than 20 seconds");
}
|
| }
@Override
public Tree getColumnsHeaderTree() {
if (columnsHeaderTree == null) {
Node root = new Node();
insertChildren(root, getFields(PivotField.Area.COLUMN));
columnsHeaderTree = new Tree(root);
}
return columnsHeaderTree;
|
| }
TextNode textChild = null;
if(node.lengthChildren() == 1){
Node child = node.getChildren().iterator().next();
if(TextNode.class.isInstance(child)){
textChild = (TextNode)child;
}
}
|
| }
public void eventTargetDisable(Node[] eventTargetNodes) {
DOMEvent ev = StrictWeb.globalEvent;
Node el = StrictWeb.swTarget;
if(el==null) {
if(null==ev) return;
el = ev.target;
}
try {
|
| }
}
public String asXML(Text text, int nHits, List<OntologyType> ontologyTypes) {
//PrettyPrinter printer = new scala.xml.PrettyPrinter(80, 2);
Node node = OutputSerializer.tagsAsXml(text, ExtractTags.extractor().extract(text, nHits, ontologyTypes));
//StringBuilder builder = new StringBuilder();
//printer.format(node, builder);
String response = node.toString();
LOG.info(String.format("Response: %s",response));
return response;
}
|
| File file = new File();
Item item = new Item();
item.path = "file";
item = save(event, item);
Node article = article(event, file, item);
Sprout.redirect(event, "/");
//Sprout.redirect(event, "/edit?id=" + article.getId());
}
}
|
| if (update && isVisible()) {
updateGlobalRange();
}
}
if (isVisible() && selectedNodes != null && selectedNodes.length == timeSeries.getSeriesCount()) {
Node node = data.getNode();
for (int i = 0, n = selectedNodes.length; i < n; i++) {
if (node == selectedNodes[i]) {
TimeSeries series = timeSeries.getSeries(i);
int groupSize = getGroupSize(node);
if (groupSize > 1) {
|
| //backward pass, removing arcs that does not lead to an accepting state
int nbNodes = pi.getNbStates();
BitSet mark = new BitSet(nbNodes);
Node[] in = new Node[pi.getNbStates() * (n + 1)];
Node tink = new Node(pi.getNbStates() + 1, n + 1, nid++);
graph.addVertex(tink);
for (i = n - 1; i >= 0; i--) {
mark.clear(0, nbNodes);
int UB = vs[i].getUB();
for (j = vs[i].getLB(); j <= UB; j = vs[i].nextValue(j)) {
int idx = starts[i] + j - offsets[i];
TIntHashSet l = tmpQ[idx];
if (l != null) {
qijIter = l.iterator();
while (qijIter.hasNext()) {
k = qijIter.next();
nexts.clear();
pi.delta(k, j, nexts);
if (nexts.size() > 1)
System.err.println("STOP");
boolean added = false;
for (TIntIterator it = nexts.iterator(); it.hasNext(); ) {
int qn = it.next();
if (layer.get(i + 1).contains(qn)) {
added = true;
Node a = in[i * pi.getNbStates() + k];
if (a == null) {
a = new Node(k, i, nid++);
in[i * pi.getNbStates() + k] = a;
graph.addVertex(a);
}
Node b = in[(i + 1) * pi.getNbStates() + qn];
if (b == null) {
b = new Node(qn, i + 1, nid++);
in[(i + 1) * pi.getNbStates() + qn] = b;
graph.addVertex(b);
}
Arc arc = new Arc(a, b, j, aid++);
graph.addEdge(a, b, arc);
tmp.get(idx).add(arc);
mark.set(k);
}
}
if (!added)
qijIter.remove();
}
}
}
layerIter = layer.get(i).iterator();
// If no more arcs go out of a given state in the layer, then we remove the state from that layer
while (layerIter.hasNext())
if (!mark.get(layerIter.next()))
layerIter.remove();
}
TIntHashSet th = new TIntHashSet();
int[][] intLayer = new int[n + 2][];
for (k = 0; k < pi.getNbStates(); k++) {
Node o = in[n * pi.getNbStates() + k];
{
if (o != null) {
Arc a = new Arc(o, tink, 0, aid++);
graph.addEdge(o, tink, a);
}
}
}
for (i = 0; i <= n; i++) {
th.clear();
for (k = 0; k < pi.getNbStates(); k++) {
Node o = in[i * pi.getNbStates() + k];
if (o != null) {
th.add(o.id);
}
}
intLayer[i] = th.toArray();
|
| public Node addSAMRecord(SAMRecord record, ReferenceSequence sequence) throws Exception
{
Alignment alignment;
PriorityQueue<Node> nodeQueue = null;
int i, ref_i, offset, node_type, alignment_start, alignment_reference_index;
Node prev=null, cur=null, ret=null;
boolean strand = false;
// DEBUG
//String readName = record.getReadName();
alignment_start = record.getAlignmentStart();
alignment_reference_index = record.getReferenceIndex();
if(alignment_reference_index != sequence.getContigIndex()) {
throw new Exception("SAMRecord contig does not match the current reference sequence contig");
}
// Get the alignment
alignment = new Alignment(record, sequence);
strand = record.getReadNegativeStrandFlag();
synchronized (this) {
/*
System.err.println("HERE alignment_start=" + alignment_start
+ " this.position_start=" + this.position_start
+ " this.position_end=" + this.position_end);
*/
//alignment.print(System.err);
//System.err.println("Cigar=" + record.getCigar().toString());
if(alignment_start < this.position_start) {
for(i=alignment_start;i<this.position_start;i++) {
this.nodes.add(0, new PriorityQueue<Node>(1, this.nodeComparator));
this.coverage.add(0, new Integer(0));
}
this.position_start = alignment_start;
}
// Reset if there are no nodes
if(this.isEmpty) {
this.position_start = alignment_start;
if(Alignment.GAP == alignment.reference[0]) { // insertion
this.position_start--;
}
// TODO: could be insertions then deletions at the start, which will cause errors, not implemented yet
this.position_end = this.position_start;
this.contig = alignment_reference_index + 1;
this.nodes.clear();
this.coverage.clear();
this.nodes.add(new PriorityQueue<Node>(1, this.nodeComparator));
this.coverage.add(new Integer(0));
this.isEmpty = false;
}
}
/* Reminders:
i - index from 0 to 'alignment.length'
ref_i - index within 'alignment.reference'
*/
for(i=0,ref_i=-1;i<alignment.length;i++,prev=cur)
{ // go through the alignment
// Skip over a deletion
while(i<alignment.length && Alignment.GAP == alignment.read[i]) {
i++;
ref_i++;
}
if(alignment.length <= i) {
break;
}
// Get the node type
if(alignment.read[i] == alignment.reference[i]) { // match
node_type = Node.MATCH;
}
else if(alignment.reference[i] == Alignment.GAP) { // insertion
node_type = Node.INSERTION;
}
else { // mismatch
node_type = Node.MISMATCH;
}
if(null == prev || Node.INSERTION != prev.type) { // previous was an insertion, already on the position
ref_i++;
}
// Create the node
cur = this.addNode(new Node((char)alignment.read[i],
node_type,
alignment_reference_index + 1,
alignment_start + ref_i,
prev,
this.nodeRecordComparator),
|
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact
coftware#gmail.com.