|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.sca.policy.impl.IntentMapImpl
public class IntentMapImpl
Represents an intent map.
Constructor Summary | |
---|---|
protected |
IntentMapImpl()
|
Method Summary | |
---|---|
IntentMap |
getDefaultQualifiedIntentMap()
Returns the default qualified intent map. |
java.util.List<java.lang.Object> |
getPolicies()
Returns the list of concrete policies, either WS-Policy policy attachments, policy references, or policies expressed in another policy language. |
Intent |
getProvidedIntent()
Returns the intent realized by this intent map. |
java.util.List<IntentMap> |
getQualifiedIntentMaps()
Returns the list of children qualified intent maps. |
boolean |
isUnresolved()
Returns true if the model element is unresolved. |
void |
setDefaultQualifiedIntentMap(IntentMap defaultQualifiedIntentMap)
Sets the default qualified intent map. |
void |
setProvidedIntent(Intent providedIntent)
Sets the intent realized by this intent map. |
void |
setUnresolved(boolean unresolved)
Sets whether the model element is unresolved. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected IntentMapImpl()
Method Detail |
---|
public IntentMap getDefaultQualifiedIntentMap()
IntentMap
getDefaultQualifiedIntentMap
in interface IntentMap
public java.util.List<java.lang.Object> getPolicies()
IntentMap
getPolicies
in interface IntentMap
public Intent getProvidedIntent()
IntentMap
getProvidedIntent
in interface IntentMap
public java.util.List<IntentMap> getQualifiedIntentMaps()
IntentMap
getQualifiedIntentMaps
in interface IntentMap
public void setDefaultQualifiedIntentMap(IntentMap defaultQualifiedIntentMap)
IntentMap
setDefaultQualifiedIntentMap
in interface IntentMap
defaultQualifiedIntentMap
- the default qualified intent mappublic void setProvidedIntent(Intent providedIntent)
IntentMap
setProvidedIntent
in interface IntentMap
providedIntent
- the intent realized by this intent mappublic boolean isUnresolved()
IntentMap
isUnresolved
in interface IntentMap
public void setUnresolved(boolean unresolved)
IntentMap
setUnresolved
in interface IntentMap
unresolved
- whether the model element is unresolved
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |