Class ORplaces


  • public class ORplaces
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String notAllowedChars  
    • Constructor Summary

      Constructors 
      Constructor Description
      ORplaces​(org.processmining.models.graphbased.directed.petrinet.Petrinet model)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void enrichTraceWithORChoices​(org.deckfour.xes.model.XTrace trace, org.processmining.plugins.replayer.replayresult.SyncReplayResult res, int idx)  
      java.util.Set<org.processmining.models.graphbased.directed.petrinet.elements.Transition> getInputTransitions​(org.processmining.models.graphbased.directed.petrinet.elements.Place place)  
      java.util.Set<org.processmining.models.graphbased.directed.petrinet.elements.Place> getORPlaces()  
      java.util.Map<java.lang.String,​java.util.Set<java.lang.String>> getOutputLabelsORPlaces()  
      java.util.Set<org.processmining.models.graphbased.directed.petrinet.elements.Transition> getOutputTransitions​(org.processmining.models.graphbased.directed.petrinet.elements.Place place)  
      java.lang.String replaceNotAllowedStrings​(java.lang.String str)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • ORplaces

        public ORplaces​(org.processmining.models.graphbased.directed.petrinet.Petrinet model)
    • Method Detail

      • getOutputTransitions

        public java.util.Set<org.processmining.models.graphbased.directed.petrinet.elements.Transition> getOutputTransitions​(org.processmining.models.graphbased.directed.petrinet.elements.Place place)
      • getInputTransitions

        public java.util.Set<org.processmining.models.graphbased.directed.petrinet.elements.Transition> getInputTransitions​(org.processmining.models.graphbased.directed.petrinet.elements.Place place)
      • getORPlaces

        public java.util.Set<org.processmining.models.graphbased.directed.petrinet.elements.Place> getORPlaces()
      • enrichTraceWithORChoices

        public void enrichTraceWithORChoices​(org.deckfour.xes.model.XTrace trace,
                                             org.processmining.plugins.replayer.replayresult.SyncReplayResult res,
                                             int idx)
      • replaceNotAllowedStrings

        public java.lang.String replaceNotAllowedStrings​(java.lang.String str)
      • getOutputLabelsORPlaces

        public java.util.Map<java.lang.String,​java.util.Set<java.lang.String>> getOutputLabelsORPlaces()