Uses of Class
de.uni_trier.wi2.procake.similarity.nest.astar.utils.AStarGraphItemMapping.MappingType
-
Packages that use AStarGraphItemMapping.MappingType Package Description de.uni_trier.wi2.procake.similarity.nest.astar.utils -
-
Uses of AStarGraphItemMapping.MappingType in de.uni_trier.wi2.procake.similarity.nest.astar.utils
Fields in de.uni_trier.wi2.procake.similarity.nest.astar.utils declared as AStarGraphItemMapping.MappingType Modifier and Type Field Description AStarGraphItemMapping.MappingTypeAStarGraphItemMapping. typeThe type of the mapping.Methods in de.uni_trier.wi2.procake.similarity.nest.astar.utils that return AStarGraphItemMapping.MappingType Modifier and Type Method Description static AStarGraphItemMapping.MappingTypeAStarGraphItemMapping.MappingType. valueOf(String name)Returns the enum constant of this type with the specified name.static AStarGraphItemMapping.MappingType[]AStarGraphItemMapping.MappingType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-