Uses of Class
org.jcsp.net.Profile
-
Packages that use Profile Package Description org.jcsp.net This is main package for JCSP.NET. -
-
Uses of Profile in org.jcsp.net
Methods in org.jcsp.net that return Profile Modifier and Type Method Description static Profile
Profile. getLinkProfile(String name)
Returns a link profile of a certain name from a static collection of link profiles.static Profile
Profile. 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 Profile Constructor Description StandardNetChannelEndFactory(Profile profile)
Creates a factory that creates links using a given profile rather than the default one.
-