Class MeasuringPoint<E>
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.measurement.MeasuringPoint<E>
-
- Direct Known Subclasses:
MeasuringPointPair
public class MeasuringPoint<E> extends Object
-
-
Constructor Summary
Constructors Constructor Description MeasuringPoint(E element, Object... contexts)MeasuringPoint(E element, String property, Object... contexts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)booleanequalsOrIsMoreSpecific(MeasuringPoint<E> other)Object[]getContexts()EgetElement()StringgetProperty()inthashCode()StringtoString()MeasuringPoint<E>withAddedContexts(Object... contexts)MeasuringPoint<E>withProperty(String property)
-
-
-
Method Detail
-
getElement
public E getElement()
-
getProperty
public String getProperty()
-
getContexts
public Object[] getContexts()
-
withAddedContexts
public MeasuringPoint<E> withAddedContexts(Object... contexts)
-
withProperty
public MeasuringPoint<E> withProperty(String property)
-
equalsOrIsMoreSpecific
public boolean equalsOrIsMoreSpecific(MeasuringPoint<E> other)
-
-