Constructor and Description |
---|
UseCase()
Creates a new instance of UseCase
|
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener l)
Adds a PropertyChangeListener to the listener list.
|
void |
addVetoableChangeListener(VetoableChangeListener l)
Adds a VetoableChangeListener to the listener list.
|
Actor |
getActor()
Getter for property actor.
|
DerivativeEvent |
getDerivativeEvent()
Getter for property derivativeEvent.
|
EventFlow |
getEventFlow()
Getter for property eventFlow.
|
PostCondition |
getPostCondition()
Getter for property postCondition.
|
PreCondition |
getPreCondition()
Getter for property preCondition.
|
void |
removePropertyChangeListener(PropertyChangeListener l)
Removes a PropertyChangeListener from the listener list.
|
void |
removeVetoableChangeListener(VetoableChangeListener l)
Removes a VetoableChangeListener from the listener list.
|
void |
setActor(Actor actor)
Setter for property actor.
|
void |
setDerivativeEvent(DerivativeEvent derivativeEvent)
Setter for property derivativeEvent.
|
void |
setEventFlow(EventFlow eventFlow)
Setter for property eventFlow.
|
void |
setPostCondition(PostCondition postCondition)
Setter for property postCondition.
|
void |
setPreCondition(PreCondition preCondition)
Setter for property preCondition.
|
public UseCase()
public void addPropertyChangeListener(PropertyChangeListener l)
l
- The listener to add.public void removePropertyChangeListener(PropertyChangeListener l)
l
- The listener to remove.public void addVetoableChangeListener(VetoableChangeListener l)
l
- The listener to add.public void removeVetoableChangeListener(VetoableChangeListener l)
l
- The listener to remove.public void setActor(Actor actor) throws PropertyVetoException
actor
- New value of property actor.PropertyVetoException
public PreCondition getPreCondition()
public void setPreCondition(PreCondition preCondition) throws PropertyVetoException
preCondition
- New value of property preCondition.PropertyVetoException
public PostCondition getPostCondition()
public void setPostCondition(PostCondition postCondition) throws PropertyVetoException
postCondition
- New value of property postCondition.PropertyVetoException
public EventFlow getEventFlow()
public void setEventFlow(EventFlow eventFlow) throws PropertyVetoException
eventFlow
- New value of property eventFlow.PropertyVetoException
public DerivativeEvent getDerivativeEvent()
public void setDerivativeEvent(DerivativeEvent derivativeEvent) throws PropertyVetoException
derivativeEvent
- New value of property derivativeEvent.PropertyVetoException
Copyright © 2001–2017 University Health Network. All rights reserved.