public class Flag extends Object implements Serializable
Constructor and Description |
---|
Flag(String name,
Struct valueSet,
Term defValue,
boolean modifiable)
Builds a Prolog flag
|
Modifier and Type | Method and Description |
---|---|
String |
getName() |
Term |
getValue() |
Struct |
getValueList() |
boolean |
isModifiable() |
void |
setValue(Term value)
Sets the value of a flag
|
public String getName()
public Struct getValueList()
public void setValue(Term value)
value
- new value of the flagpublic Term getValue()
public boolean isModifiable()
Copyright © 2020–2024 Prolobjectlink Project. All rights reserved.