|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.exporting.petrinet.cpnexport.HLImplementation.HLResource
public class HLResource
Represents a resource. In the future, more fields can be added to, e.g., specify the working scheme of a resource.
Constructor Summary | |
---|---|
HLResource(java.lang.String name)
Constructor. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Makes a shallow copy of the object. |
boolean |
equals(java.lang.Object obj)
Compares the specified object with this resource for equality. |
java.lang.String |
getName()
Retrieves the name of this resource. |
int |
hashCode()
Returns the hascode for a HighLevelResource object. |
void |
setName(java.lang.String name)
Sets the name of this resource. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HLResource(java.lang.String name)
name
- the name of the resourceMethod Detail |
---|
public java.lang.String getName()
HighLevelResource
getName
in interface HighLevelResource
public void setName(java.lang.String name)
HighLevelResource
setName
in interface HighLevelResource
name
- String the name.public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in interface HighLevelResource
equals
in class java.lang.Object
obj
- Object object to be compared for equality with this resource.
public int hashCode()
HighLevelResource
hashCode
in interface HighLevelResource
hashCode
in class java.lang.Object
public java.lang.Object clone()
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |