This class is used to hold profiles of Nodes and Links.
Node profiles are not currently used.
Profile functionality is still being implemented.Type | Name and description |
---|---|
boolean |
equals(Object o) Compares this Profile with another object. |
static Profile |
getLinkProfile(String name) Returns a link profile of a certain name from a static collection of link profiles. |
static Profile |
getNodeProfile(String name) Returns a Node profile of a certain name from a static collection of Node profiles. |
int |
hashCode() Returns a hash code for this object that follows the standard rule for hash codes stated in the Object class. |
Compares this Profile with another object.
true
iff the supplied object is a Profile
object that
is exactly equal.o
- another object to compare with this object.Returns a link profile of a certain name from a static collection of link profiles.
name
- the name of the Profile
to obtain.Returns a Node profile of a certain name from a static collection of Node profiles.
name
- the name of the Profile
to obtain. Returns a hash code for this object that follows the
standard rule for hash codes stated in the Object
class.
int
hash code for this object.