@Deprecated
public class KnowledgePart
extends java.lang.Object
implements java.io.Serializable
Java class for KnowledgePart complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KnowledgePart">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ConfigID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="InterfaceID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="StateID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="CartesianKnowledge" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="VariableSetting" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}FixedVariable" maxOccurs="unbounded"/>
<element name="EnergyFlow" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}EnergyFlowInWatt"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
KnowledgePart.CartesianKnowledge
Deprecated.
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<KnowledgePart.CartesianKnowledge> |
cartesianKnowledge
Deprecated.
|
protected java.lang.String |
configID
Deprecated.
|
protected java.lang.String |
interfaceID
Deprecated.
|
protected java.lang.String |
stateID
Deprecated.
|
| Constructor and Description |
|---|
KnowledgePart()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<KnowledgePart.CartesianKnowledge> |
getCartesianKnowledge()
Deprecated.
Gets the value of the cartesianKnowledge property.
|
java.lang.String |
getConfigID()
Deprecated.
Gets the value of the configID property.
|
java.lang.String |
getInterfaceID()
Deprecated.
Gets the value of the interfaceID property.
|
java.lang.String |
getStateID()
Deprecated.
Gets the value of the stateID property.
|
void |
setConfigID(java.lang.String value)
Deprecated.
Sets the value of the configID property.
|
void |
setInterfaceID(java.lang.String value)
Deprecated.
Sets the value of the interfaceID property.
|
void |
setStateID(java.lang.String value)
Deprecated.
Sets the value of the stateID property.
|
protected java.lang.String configID
protected java.lang.String interfaceID
protected java.lang.String stateID
protected java.util.List<KnowledgePart.CartesianKnowledge> cartesianKnowledge
public java.lang.String getConfigID()
Stringpublic void setConfigID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInterfaceID()
Stringpublic void setInterfaceID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStateID()
Stringpublic void setStateID(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<KnowledgePart.CartesianKnowledge> getCartesianKnowledge()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the cartesianKnowledge property.
For example, to add a new item, do as follows:
getCartesianKnowledge().add(newItem);
Objects of the following type(s) are allowed in the list
KnowledgePart.CartesianKnowledge