org.universAAL.drools.models
Class Fact

Package class diagram package Fact
java.lang.Object
  extended by org.universAAL.drools.models.Fact

public class Fact
extends Object


Field Summary
 String humanId
           
 
Constructor Summary
Fact()
           
Fact(String stID, FactProperty[] props)
           
 
Method Summary
 String getAttribute(String key)
           
 void putAttribute(String key, String val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

humanId

public String humanId
Constructor Detail

Fact

public Fact()

Fact

public Fact(String stID,
            FactProperty[] props)
Method Detail

putAttribute

public void putAttribute(String key,
                         String val)

getAttribute

public String getAttribute(String key)


Copyright © 2014 universAAL Consortium. All Rights Reserved.