agg.parser
Class ExtendedLayerFunction

java.lang.Object
  extended by agg.parser.LayerFunction
      extended by agg.parser.ExtendedLayerFunction
All Implemented Interfaces:
XMLObject

Deprecated.

public class ExtendedLayerFunction
extends LayerFunction

Extends the layer function for a NAC check.


Field Summary
 
Fields inherited from class agg.parser.LayerFunction
creationLayer, deletionLayer, errMsg, grammar, option, ruleLayer, valid
 
Constructor Summary
ExtendedLayerFunction(GraGra gragra)
          Deprecated. Creates a new layer function.
 
Method Summary
 boolean checkLayer()
          Deprecated. Checks the layer function.
 
Methods inherited from class agg.parser.LayerFunction
getCreationLayer, getDeletionLayer, getErrorMessage, getOption, getRuleLayer, getStartLayer, invertLayer, isValid, toString, writeHashtableToXML, XreadObject, XwriteObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExtendedLayerFunction

public ExtendedLayerFunction(GraGra gragra)
Deprecated. 
Creates a new layer function.

Parameters:
gragra - The graph grammar.
Method Detail

checkLayer

public boolean checkLayer()
Deprecated. 
Checks the layer function.

Overrides:
checkLayer in class LayerFunction
Returns:
true if the layer function is valid.