public interface Domain extends Serializable, Cloneable
DiscreteDomain
,
ContinuousDomain
Modifier and Type | Method and Description |
---|---|
void |
accept(DomainVisitor visitor)
Accept a new visitor.
|
Domain |
clone()
Clone the domain
|
Object |
getValueForIdentifier(Object identifier)
Return value associated to identifier.
|
Object getValueForIdentifier(Object identifier)
identifier
- void accept(DomainVisitor visitor)
visitor
- Domain clone()
Copyright © 1999–2020 CodeLutin. All rights reserved.