Class ActionBasedQueryResult.ActionBasedQueryResultDTO
- java.lang.Object
-
- edu.kit.kastel.dsis.fluidtrust.casestudy.pcs.analysis.dto.ActionBasedQueryResult.ActionBasedQueryResultDTO
-
- Enclosing class:
- ActionBasedQueryResult
public static class ActionBasedQueryResult.ActionBasedQueryResultDTO extends Object
-
-
Constructor Summary
Constructors Constructor Description ActionBasedQueryResultDTO(ActionSequenceElement<?> element, Map<String,Collection<CharacteristicValue>> dataCharacteristics, Collection<CharacteristicValue> nodeCharacteristics)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Collection<CharacteristicValue>>
getDataCharacteristics()
ActionSequenceElement<?>
getElement()
Collection<CharacteristicValue>
getNodeCharacteristics()
-
-
-
Constructor Detail
-
ActionBasedQueryResultDTO
public ActionBasedQueryResultDTO(ActionSequenceElement<?> element, Map<String,Collection<CharacteristicValue>> dataCharacteristics, Collection<CharacteristicValue> nodeCharacteristics)
-
-
Method Detail
-
getElement
public ActionSequenceElement<?> getElement()
-
getDataCharacteristics
public Map<String,Collection<CharacteristicValue>> getDataCharacteristics()
-
getNodeCharacteristics
public Collection<CharacteristicValue> getNodeCharacteristics()
-
-