Uses of Class
org.jcsp.net.Profile
Packages that use Profile
-
Uses of Profile in org.jcsp.net
Methods in org.jcsp.net that return ProfileModifier and TypeMethodDescriptionstatic ProfileProfile.getLinkProfile(String name) Returns a link profile of a certain name from a static collection of link profiles.static ProfileProfile.getNodeProfile(String name) Returns a Node profile of a certain name from a static collection of Node profiles.Constructors in org.jcsp.net with parameters of type ProfileModifierConstructorDescriptionStandardNetChannelEndFactory(Profile profile) Creates a factory that creates links using a given profile rather than the default one.