Class ResourceSet<R extends ResourceRepresentative>
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.instrumentation.description.core.InstrumentableSet<R>
-
- edu.kit.ipd.sdq.eventsim.instrumentation.description.resource.ResourceSet<R>
-
- Type Parameters:
R
- the type of resources (ActiveResourceRep
orPassiveResourceRep
)
public class ResourceSet<R extends ResourceRepresentative> extends InstrumentableSet<R>
A set of resources, implicitly defined by all resources of a type (active or passive) and a set of restrictions.
-
-
Constructor Summary
Constructors Constructor Description ResourceSet()
ResourceSet(Class<R> resourceType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<R>
getResourceType()
void
setResourceType(Class<R> resourceType)
-
Methods inherited from class edu.kit.ipd.sdq.eventsim.instrumentation.description.core.InstrumentableSet
addRestriction, contains, filter, getRestrictions, removeRestriction, setRestrictions
-
-