|
Drools :: Core 6.1.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.core.facttemplates.FactTemplateObjectType
public class FactTemplateObjectType
| Field Summary | |
|---|---|
protected FactTemplate |
factTemplate
FieldTemplate. |
| Constructor Summary | |
|---|---|
FactTemplateObjectType()
|
|
FactTemplateObjectType(FactTemplate factTemplate)
Construct. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
Determine if another object is equal to this. |
FactTemplate |
getFactTemplate()
Return the Fact Template. |
ValueType |
getValueType()
|
int |
hashCode()
|
boolean |
isAssignableFrom(Object object)
|
boolean |
isAssignableFrom(ObjectType objectType)
|
boolean |
isEvent()
Returns true if the object type represented by this object is an event object type. |
boolean |
matches(Object object)
Determine if the passed Object belongs to the object type
defined by this objectType instance. |
void |
readExternal(ObjectInput in)
|
void |
setEvent(boolean isEvent)
|
String |
toString()
|
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected FactTemplate factTemplate
| Constructor Detail |
|---|
public FactTemplateObjectType()
public FactTemplateObjectType(FactTemplate factTemplate)
objectTypeClass - Java object class.| Method Detail |
|---|
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizableIOExceptionpublic FactTemplate getFactTemplate()
public boolean matches(Object object)
Object belongs to the object type
defined by this objectType instance.
object - The Object to test.
true if the Object matches this
object type, else false.public boolean isAssignableFrom(Object object)
public boolean isAssignableFrom(ObjectType objectType)
isAssignableFrom in interface ObjectTypepublic ValueType getValueType()
getValueType in interface ObjectTypepublic boolean isEvent()
ObjectType
isEvent in interface ObjectTypepublic void setEvent(boolean isEvent)
public String toString()
toString in class Objectpublic boolean equals(Object object)
equals in class Objectobject - The object to test.
true if object is equal to this,
otherwise false.public int hashCode()
hashCode in class Object
|
Drools :: Core 6.1.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||