|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ujac.util.exi.Operation
public class Operation
Name: Operation
Description: A class specifying expression operations.
Constructor Summary | |
---|---|
Operation(String name)
Constructs a Operation instance with specific attributes. |
|
Operation(String name,
int priority)
Constructs a Operation instance with specific attributes. |
Method Summary | |
---|---|
String |
getName()
Gets the operation name. |
int |
getPriority()
Gets the operation's priority. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Operation(String name)
name
- The name of the operation.public Operation(String name, int priority)
name
- The name of the operation.priority
- The priority for the operation.Method Detail |
---|
public String getName()
public int getPriority()
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |