Uses of Class
org.processmining.logskeleton.models.LogSkeletonRelation
-
Packages that use LogSkeletonRelation Package Description org.processmining.logskeleton.configurations org.processmining.logskeleton.models -
-
Uses of LogSkeletonRelation in org.processmining.logskeleton.configurations
Methods in org.processmining.logskeleton.configurations that return types with arguments of type LogSkeletonRelation Modifier and Type Method Description java.util.List<LogSkeletonRelation>BrowserConfiguration. getRelations() -
Uses of LogSkeletonRelation in org.processmining.logskeleton.models
Methods in org.processmining.logskeleton.models that return LogSkeletonRelation Modifier and Type Method Description static LogSkeletonRelationLogSkeletonRelation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LogSkeletonRelation[]LogSkeletonRelation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.logskeleton.models with parameters of type LogSkeletonRelation Modifier and Type Method Description org.processmining.plugins.graphviz.dot.DotLogSkeleton. createGraph(LogSkeletonRelation relation)Returns a dot visualization for all activities and the provided relation only.Method parameters in org.processmining.logskeleton.models with type arguments of type LogSkeletonRelation Modifier and Type Method Description org.processmining.plugins.graphviz.dot.DotLogSkeleton. createGraph(java.util.Set<LogSkeletonRelation> relations)Returns a dot visualization for all activities and the provided relations only.
-