Class Requirements
java.lang.Object
org.palladiosimulator.retriever.extraction.commonalities.Requirements
- All Implemented Interfaces:
Iterable<OperationInterface>
-
Constructor Summary
ConstructorsConstructorDescriptionRequirements(Collection<OperationInterface> requiredInterfaces, Collection<OperationInterface> allDependencies, Collection<OperationInterface> visibleProvisions) -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsEntire(OperationInterface iface) booleancontainsPartOf(OperationInterface iface) booleanget()inthashCode()iterator()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
Requirements
public Requirements(Collection<OperationInterface> requiredInterfaces, Collection<OperationInterface> allDependencies, Collection<OperationInterface> visibleProvisions)
-
-
Method Details