org.universAAL.drools.engine
Class ParseRule

Package class diagram package ParseRule
java.lang.Object
  extended by org.universAAL.drools.engine.ParseRule

public final class ParseRule
extends Object

Class to parse rules and extract humanId's.

Author:
Miguel Llorente (mllorente)

Method Summary
static List<String> extractHumanIds(String ruleDefinition)
          Returns the humanIds that are in the rule definition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

extractHumanIds

public static List<String> extractHumanIds(String ruleDefinition)
Returns the humanIds that are in the rule definition.

Parameters:
ruleDefinition - the rule definition.
Returns:
thehumanIds that are in the rule definition.


Copyright © 2014 universAAL Consortium. All Rights Reserved.