Uses of Class
org.processmining.partialorder.models.dependency.RelationType
-
Packages that use RelationType Package Description org.processmining.partialorder.models.dependency -
-
Uses of RelationType in org.processmining.partialorder.models.dependency
Fields in org.processmining.partialorder.models.dependency declared as RelationType Modifier and Type Field Description protected RelationTypePDependencyImp. typeMethods in org.processmining.partialorder.models.dependency that return RelationType Modifier and Type Method Description RelationTypePDependency. getRelationType()RelationTypePDependencyImp. getRelationType()static RelationTypeRelationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RelationType[]RelationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.partialorder.models.dependency with parameters of type RelationType Modifier and Type Method Description voidPDependency. setRelationType(RelationType type)voidPDependencyImp. setRelationType(RelationType type)
-