Class AdaptedInstrumentableRestriction
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.instrumentation.xml.AdaptedInstrumentableRestriction
-
public class AdaptedInstrumentableRestriction extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AdaptedInstrumentableRestriction.Element
-
Constructor Summary
Constructors Constructor Description AdaptedInstrumentableRestriction()
AdaptedInstrumentableRestriction(Class<?> type, List<AdaptedInstrumentableRestriction.Element> elements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addElement(AdaptedInstrumentableRestriction.Element element)
void
addElement(String name, Class<?> type, String content)
List<AdaptedInstrumentableRestriction.Element>
getElements()
Class<?>
getType()
String
getValue(String name, Class<?> type)
boolean
hasValue(String name, Class<?> type)
void
setElements(List<AdaptedInstrumentableRestriction.Element> elements)
void
setType(Class<?> type)
-
-
-
Constructor Detail
-
AdaptedInstrumentableRestriction
public AdaptedInstrumentableRestriction(Class<?> type, List<AdaptedInstrumentableRestriction.Element> elements)
-
AdaptedInstrumentableRestriction
public AdaptedInstrumentableRestriction()
-
-
Method Detail
-
getType
public Class<?> getType()
-
setType
public void setType(Class<?> type)
-
getElements
public List<AdaptedInstrumentableRestriction.Element> getElements()
-
setElements
public void setElements(List<AdaptedInstrumentableRestriction.Element> elements)
-
addElement
public void addElement(AdaptedInstrumentableRestriction.Element element)
-
-