java.lang.Object
de.fraunhofer.iese.mydata.common.MyDataEntity
de.fraunhofer.iese.mydata.policy.event.InfoId

public class InfoId extends MyDataEntity
The ActionId uniquely identifies an identifier that can occur in a certain system on a certain abstraction level. Examples might be: *
  • urn:action:laptop123:filesystem-open
Concrete actions that occurred are represented by an Event.
  • Constructor Details

    • InfoId

      public InfoId(String urn)
      Instantiates a new identifier component_id.
      Parameters:
      urn - the urn
  • Method Details