Uses of Class
pl.edu.agh.cast.model.mapper.Priority

Packages that use Priority
pl.edu.agh.cast.model.mapper Contains classes and interfaces used for mapping domain models to the base model. 
 

Uses of Priority in pl.edu.agh.cast.model.mapper
 

Methods in pl.edu.agh.cast.model.mapper that return Priority
static Priority Priority.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Priority[] Priority.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in pl.edu.agh.cast.model.mapper with parameters of type Priority
 void Node.link(Node node, Direction direction, String name, Priority priority)
          Links this node with given node.
 

Constructors in pl.edu.agh.cast.model.mapper with parameters of type Priority
Link(Node src, Node dst, String name, Priority priority)
           
Link(Node src, Node dst, String name, Priority priority, String srcAccessor, String dstAccessor)
           
Link(Node src, Node dst, String name, Priority priority, String srcAcc, String dstAcc, int srcPosition, int dstPosition)
           
 



Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.