Uses of Class
de.tudresden.sumo.subscription.SumoDomain
-
Packages that use SumoDomain Package Description de.tudresden.sumo.subscription -
-
Uses of SumoDomain in de.tudresden.sumo.subscription
Fields in de.tudresden.sumo.subscription declared as SumoDomain Modifier and Type Field Description SumoDomain
ContextSubscription. contextDomain
Methods in de.tudresden.sumo.subscription that return SumoDomain Modifier and Type Method Description static SumoDomain
SumoDomain. valueOf(String name)
Returns the enum constant of this type with the specified name.static SumoDomain[]
SumoDomain. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.tudresden.sumo.subscription with parameters of type SumoDomain Constructor Description ContextSubscription(SubscriptionContext context, double start, double stop, String objectID, SumoDomain contextDomain, double contextRange)
-