treecalc.vm.asm
Class TciAssembler.Node

java.lang.Object
  extended by treecalc.vm.asm.TciAssembler.Node
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TciAssembler

public static class TciAssembler.Node
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.Integer counterId
           
 java.lang.Integer formulaInclusion
           
 java.lang.Integer formulaTimes
           
 int id
           
 java.lang.String name
           
 java.lang.String nameid
           
 java.util.BitSet nco
           
 java.util.BitSet nct
           
 TciAssembler.NodeCalc[] nodecalcList
           
 
Constructor Summary
TciAssembler.Node()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public int id

nameid

public java.lang.String nameid

name

public java.lang.String name

formulaInclusion

public java.lang.Integer formulaInclusion

formulaTimes

public java.lang.Integer formulaTimes

counterId

public java.lang.Integer counterId

nodecalcList

public TciAssembler.NodeCalc[] nodecalcList

nco

public java.util.BitSet nco

nct

public java.util.BitSet nct
Constructor Detail

TciAssembler.Node

public TciAssembler.Node()


Copyright © 2013. All Rights Reserved.