treecalc.comp
Class ResolvedCalc

java.lang.Object
  extended by treecalc.comp.ResolvedCalc

public class ResolvedCalc
extends java.lang.Object


Nested Class Summary
static class ResolvedCalc.ResolveType
           
 
Constructor Summary
ResolvedCalc()
           
 
Method Summary
 void addSubnode(int subnode, java.util.ArrayList<java.lang.Integer> path)
           
 int getScopeNodeStart()
           
 int getSumNode()
           
 ResolvedCalc.ResolveType getType()
           
 void inferSumNode(ModelSimple model)
           
 void setScopeNodeStart(int nodestart)
           
 void setType(ResolvedCalc.ResolveType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResolvedCalc

public ResolvedCalc()
Method Detail

setScopeNodeStart

public void setScopeNodeStart(int nodestart)

getScopeNodeStart

public int getScopeNodeStart()

setType

public void setType(ResolvedCalc.ResolveType type)

getType

public ResolvedCalc.ResolveType getType()

addSubnode

public void addSubnode(int subnode,
                       java.util.ArrayList<java.lang.Integer> path)

inferSumNode

public void inferSumNode(ModelSimple model)

getSumNode

public int getSumNode()


Copyright © 2013. All Rights Reserved.