jadex.model
Class ISystemEventTypes.Subtypes
java.lang.Object
jadex.model.ISystemEventTypes.Subtypes
- Enclosing interface:
- ISystemEventTypes
public static class ISystemEventTypes.Subtypes
- extends Object
Subtypes have to be defined in inner class, because
static initializers not possible in interfaces.
Method Summary |
static Collection |
getSubtypes(String basetype)
Get all (transitive) subtypes of a given event type
including the base type. |
static boolean |
isSubtype(String event,
String[] types)
Check if an event type is a (sub) type
of any event of a given set of event types. |
ISystemEventTypes.Subtypes
public ISystemEventTypes.Subtypes()
getSubtypes
public static Collection getSubtypes(String basetype)
- Get all (transitive) subtypes of a given event type
including the base type.
isSubtype
public static boolean isSubtype(String event,
String[] types)
- Check if an event type is a (sub) type
of any event of a given set of event types.
- Parameters:
event
- The system event type.types
- The system event types.
Submit a bug or feature
For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples. Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.