Package jade.domain.FIPAAgentManagement
Class MultiValueProperty
- java.lang.Object
-
- jade.domain.FIPAAgentManagement.Property
-
- jade.domain.FIPAAgentManagement.MultiValueProperty
-
- All Implemented Interfaces:
Concept,Term,Serializable,Serializable
public class MultiValueProperty extends Property
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultiValueProperty()MultiValueProperty(String name, List value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListgetValues()booleanmatch(Property p)voidsetValues(List values)
-