|
PathwayLogic Assistant API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpla.data.NamedThing
pla.data.Setting
public class Setting
| Constructor Summary | |
|---|---|
Setting(String name,
String verb,
Class leafClass,
String attr)
Construct a Category. |
|
| Method Summary | |
|---|---|
static void |
addContradict(Setting s1,
Setting s2)
Add a contradiction between the two given settings. |
boolean |
contradicts(Setting s)
Tests whether the given setting is in contradiction with this one. |
boolean |
equals(Object o)
|
Class |
getLeafClass()
|
String |
getStatusAttr()
|
String |
getVerb()
|
static void |
removeContradict(Setting s1,
Setting s2)
Remove contradiction between two given settings. |
String |
toString()
|
| Methods inherited from class pla.data.NamedThing |
|---|
compareTo, getName, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Setting(String name,
String verb,
Class leafClass,
String attr)
RuntimeException. Initialize empty list of categories.
name - String containing nameverb - leafClass - attr - | Method Detail |
|---|
public static void addContradict(Setting s1,
Setting s2)
The "contradicts" relation is symmetric.
s1 - Setting that is contradiction to s2s2 - Setting that is contradiction to s1
public static void removeContradict(Setting s1,
Setting s2)
The "contradicts" relation is symmetric.
s1 - Setting that was contradiction to s2s2 - Setting that was contradiction to s1public boolean contradicts(Setting s)
s - Setting to be tested for contradiction
public Class getLeafClass()
public String getVerb()
public String getStatusAttr()
public String toString()
toString in class NamedThingpublic boolean equals(Object o)
equals in class NamedThing
|
PathwayLogic Assistant API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||