org.apache.tuscany.sca.policy.impl
Class ProfileIntentImpl

java.lang.Object
  extended by org.apache.tuscany.sca.policy.impl.IntentImpl
      extended by org.apache.tuscany.sca.policy.impl.ProfileIntentImpl
All Implemented Interfaces:
Intent, ProfileIntent

public class ProfileIntentImpl
extends IntentImpl
implements ProfileIntent

Concrete implementation for Profile Intent


Constructor Summary
ProfileIntentImpl()
           
 
Method Summary
 java.util.List<Intent> getRequiredIntents()
          Returns the list of required intents.
 
Methods inherited from class org.apache.tuscany.sca.policy.impl.IntentImpl
equals, getConstrains, getDescription, getDomain, getExcludedIntents, getName, getQualifiedIntents, getQualifiedNames, hashCode, isUnresolved, setDescription, setName, setUnresolved, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.tuscany.sca.policy.Intent
getConstrains, getDescription, getDomain, getExcludedIntents, getName, getQualifiedIntents, getQualifiedNames, isUnresolved, setDescription, setName, setUnresolved
 

Constructor Detail

ProfileIntentImpl

public ProfileIntentImpl()
Method Detail

getRequiredIntents

public java.util.List<Intent> getRequiredIntents()
Description copied from interface: ProfileIntent
Returns the list of required intents.

Specified by:
getRequiredIntents in interface ProfileIntent
Returns:
the list of required intents