Uses of Class
org.processmining.servicelevelagreements.model.interval.IntervalList
-
Packages that use IntervalList Package Description org.processmining.servicelevelagreements.model.eventdatabase org.processmining.servicelevelagreements.model.interval -
-
Uses of IntervalList in org.processmining.servicelevelagreements.model.eventdatabase
Methods in org.processmining.servicelevelagreements.model.eventdatabase that return IntervalList Modifier and Type Method Description IntervalListEventDatabase. holdsFor(java.lang.String fluent, java.lang.String arguments, java.lang.String value)Queries the database for holdsFor(F(A, I) and returns I.IntervalListIEventDatabase. holdsFor(java.lang.String fluent, java.lang.String arguments, java.lang.String value)Methods in org.processmining.servicelevelagreements.model.eventdatabase that return types with arguments of type IntervalList Modifier and Type Method Description java.util.Map<java.lang.String,com.google.common.collect.Table<java.lang.String,java.lang.String,IntervalList>>EventDatabase. getFluentValueMVIs()java.util.Map<java.lang.String,com.google.common.collect.Table<java.lang.String,java.lang.String,IntervalList>>IEventDatabase. getFluentValueMVIs()Methods in org.processmining.servicelevelagreements.model.eventdatabase with parameters of type IntervalList Modifier and Type Method Description voidEventDatabase. set(java.lang.String fluent, java.lang.String arguments, java.lang.String value, IntervalList list)Will set the fluent F(A) to value V for the list of intervals L.voidIEventDatabase. set(java.lang.String fluent, java.lang.String arguments, java.lang.String value, IntervalList list)Method parameters in org.processmining.servicelevelagreements.model.eventdatabase with type arguments of type IntervalList Modifier and Type Method Description voidEventDatabase. setFluentValueMVIs(java.util.Map<java.lang.String,com.google.common.collect.Table<java.lang.String,java.lang.String,IntervalList>> fluentMVIs)voidIEventDatabase. setFluentValueMVIs(java.util.Map<java.lang.String,com.google.common.collect.Table<java.lang.String,java.lang.String,IntervalList>> fluentValueMVIs) -
Uses of IntervalList in org.processmining.servicelevelagreements.model.interval
Methods in org.processmining.servicelevelagreements.model.interval that return IntervalList Modifier and Type Method Description protected static IntervalListIntervalUtils. intersect(IntervalList head, java.util.List<IntervalList> tail)Computes the list of maximal intervals I such that I is the intersection between the head and every element of the tail.protected static IntervalListIntervalUtils. intersect(IntervalList L1, IntervalList L2)Computes the list of maximal intervals I such that I is the intersection between the two lists of intervals L1 and L2.static IntervalListIntervalUtils. intersect_all(java.util.List<IntervalList> L)Computes the list of maximal intervals I such that I is the intersection of the lists of intervals of list L.protected static IntervalListIntervalUtils. minus(IntervalList I, IntervalList J)Computes the list of maximal intervals M such that M = I / J.static IntervalListIntervalUtils. relative_complement_all(IntervalList Iprime, java.util.List<IntervalList> L)Computes the list of maximal intervals I such that I is the relative complement of the list of maximal intervals J with respect to the maximal intervals of list L.protected static IntervalListIntervalUtils. remove_empty_intervals(IntervalList L)Computes the list I produced by removing empty intervals from the list L.static IntervalListIntervalUtils. textToIntervalList(java.lang.String text)static IntervalListIntervalUtils. union_all(java.util.List<IntervalList> L)Computes the list I of maximal intervals produced by the union of the lists of maximal intervals of list L.Methods in org.processmining.servicelevelagreements.model.interval that return types with arguments of type IntervalList Modifier and Type Method Description static java.util.List<IntervalList>IntervalUtils. textToListOfIntervalList(java.lang.String text)Methods in org.processmining.servicelevelagreements.model.interval with parameters of type IntervalList Modifier and Type Method Description protected static IntervalListIntervalUtils. intersect(IntervalList head, java.util.List<IntervalList> tail)Computes the list of maximal intervals I such that I is the intersection between the head and every element of the tail.protected static IntervalListIntervalUtils. intersect(IntervalList L1, IntervalList L2)Computes the list of maximal intervals I such that I is the intersection between the two lists of intervals L1 and L2.protected static IntervalListIntervalUtils. minus(IntervalList I, IntervalList J)Computes the list of maximal intervals M such that M = I / J.static IntervalListIntervalUtils. relative_complement_all(IntervalList Iprime, java.util.List<IntervalList> L)Computes the list of maximal intervals I such that I is the relative complement of the list of maximal intervals J with respect to the maximal intervals of list L.protected static IntervalListIntervalUtils. remove_empty_intervals(IntervalList L)Computes the list I produced by removing empty intervals from the list L.Method parameters in org.processmining.servicelevelagreements.model.interval with type arguments of type IntervalList Modifier and Type Method Description protected static IntervalListIntervalUtils. intersect(IntervalList head, java.util.List<IntervalList> tail)Computes the list of maximal intervals I such that I is the intersection between the head and every element of the tail.static IntervalListIntervalUtils. intersect_all(java.util.List<IntervalList> L)Computes the list of maximal intervals I such that I is the intersection of the lists of intervals of list L.static IntervalListIntervalUtils. relative_complement_all(IntervalList Iprime, java.util.List<IntervalList> L)Computes the list of maximal intervals I such that I is the relative complement of the list of maximal intervals J with respect to the maximal intervals of list L.static IntervalListIntervalUtils. union_all(java.util.List<IntervalList> L)Computes the list I of maximal intervals produced by the union of the lists of maximal intervals of list L.Constructors in org.processmining.servicelevelagreements.model.interval with parameters of type IntervalList Constructor Description IntervalList(IntervalList other)
-