kaos.ontology.roleValueMap
Class KAoSRoleValueMapChecker

java.lang.Object
  extended by kaos.ontology.roleValueMap.KAoSRoleValueMapChecker
All Implemented Interfaces:
java.io.Serializable

public class KAoSRoleValueMapChecker
extends java.lang.Object
implements java.io.Serializable

KAoS representation of the Role-Value-Map semantics $Revision: 1.3 $

See Also:
Serialized Form

Constructor Summary
KAoSRoleValueMapChecker()
           
 
Method Summary
static boolean matchRoleValueMapWith(ActionInstanceDescription aid, KAoSRoleValueMap krvMap)
          this method matches the given role value map to the ActionInstanceDescription object passed to it and returns the result of this match.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KAoSRoleValueMapChecker

public KAoSRoleValueMapChecker()
Method Detail

matchRoleValueMapWith

public static boolean matchRoleValueMapWith(ActionInstanceDescription aid,
                                            KAoSRoleValueMap krvMap)
this method matches the given role value map to the ActionInstanceDescription object passed to it and returns the result of this match.

Parameters:
aid - an ActionInstanceDescription object to be matched.
krvMap - a KAoSRoleValueMap to match with.
Returns:
true if matched, false otherwise