Drools :: Beliefs 6.2.0.Final

org.drools.beliefs.bayes
Class PropertyReference<T>

java.lang.Object
  extended by org.drools.beliefs.bayes.PropertyReference<T>

public class PropertyReference<T>
extends Object


Constructor Summary
PropertyReference(Object instance, String name)
           
 
Method Summary
 boolean equals(Object o)
           
 T get()
           
 Object getInstance()
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyReference

public PropertyReference(Object instance,
                         String name)
Method Detail

getInstance

public Object getInstance()

getName

public String getName()

get

public T get()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

Drools :: Beliefs 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.