public class Profile
extends java.lang.Object
This class is used to hold profiles of Nodes and Links.
Node profiles are not currently used.
Profile functionality is still being implemented.Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compares this Profile with another object.
|
static Profile |
getLinkProfile(java.lang.String name)
Returns a link profile of a certain name from a static collection of
link profiles.
|
static Profile |
getNodeProfile(java.lang.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. |
public static Profile getLinkProfile(java.lang.String name)
name
- the name of the Profile
to obtain.public static Profile getNodeProfile(java.lang.String name)
name
- the name of the Profile
to obtain.public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- another object to compare with this object.true
iff the supplied object is a Profile
object that
is exactly equal.public int hashCode()
Object
class.hashCode
in class java.lang.Object
int
hash code for this object.Copyright © 1996–2020. All rights reserved.