Package jadex.rules.eca
Class EventType
java.lang.Object
jadex.rules.eca.EventType
Event type that consists of concatenated strings.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MATCHALL
- See Also:
-
types
The event type elements.
-
-
Constructor Details
-
EventType
Create an event type from a string. -
EventType
public EventType()Create an event type.
-
-
Method Details
-
getTypes
Get the types.- Returns:
- The types.
-
getType
Get the type.- Returns:
- The type.
-
setTypes
Set the types.- Parameters:
types
- The types to set.
-
hashCode
public int hashCode()Get the hashcode. -
equals
Test if equals to another object. -
toString
Get the string representation.
-