public class NodeProfile extends Object
NodeProfile(String name, boolean exactMatchRequired)
void
addReq(Req req)
boolean
equals(Object o)
getExactMatchRequired()
String
getName()
Req[]
getReqs()
int
hashCode()
removeReq(Req req)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public NodeProfile(String name, boolean exactMatchRequired)
public void addReq(Req req)
public void removeReq(Req req)
public Req[] getReqs()
public String getName()
public boolean getExactMatchRequired()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 1996–2014. All rights reserved.