palio.compiler.dependencies
Class SemanticServerAnalyzer

java.lang.Object
  extended by palio.compiler.dependencies.SemanticServerAnalyzer

public class SemanticServerAnalyzer
extends java.lang.Object

Author:
Szymon Kuklewicz, Damian Turczynski, Radoslaw Osinski

Constructor Summary
SemanticServerAnalyzer(Instance instance)
           
 
Method Summary
 DependenciesGraph getDependenciesGraph()
           
 int getGraphDependenciesState()
           
 torn.omea.framework.core.OmeaObjectId getLastModifiedObject()
           
 void setLastModifiedObject(torn.omea.framework.core.OmeaObjectId lastModifiedObject)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SemanticServerAnalyzer

public SemanticServerAnalyzer(Instance instance)
Method Detail

getLastModifiedObject

public torn.omea.framework.core.OmeaObjectId getLastModifiedObject()

setLastModifiedObject

public void setLastModifiedObject(torn.omea.framework.core.OmeaObjectId lastModifiedObject)

getDependenciesGraph

public DependenciesGraph getDependenciesGraph()

getGraphDependenciesState

public int getGraphDependenciesState()