agg.parser
Class WeakExtendedLayerFunction

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

Deprecated.

public class WeakExtendedLayerFunction
extends WeakLayerFunction

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
WeakExtendedLayerFunction(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

WeakExtendedLayerFunction

public WeakExtendedLayerFunction(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 WeakLayerFunction
Returns:
true if the layer function is valid.