org.decisiondeck.xmcda_oo.structure.category
Class CatOrProf
java.lang.Object
org.decisiondeck.xmcda_oo.structure.category.CatOrProf
public class CatOrProf
- extends Object
Contains exactly one category or (exclusive or) one profile. Immutable. Unused - to delete.
CatOrProf
public CatOrProf(Category category)
- Parameters:
category - not null.
CatOrProf
public CatOrProf(Alternative profile)
- Parameters:
profile - not null.
getCategory
public Category getCategory()
hasCategory
public boolean hasCategory()
hasProfile
public boolean hasProfile()
getProfile
public Alternative getProfile()
Copyright © 2011. All Rights Reserved.